From 3003c1336009a082fcee5ca748f806b2f8eedd43 Mon Sep 17 00:00:00 2001 From: Bongjae Chang Date: Fri, 20 Sep 2024 11:15:39 +0900 Subject: [PATCH] - Updated the major version of Grizzly framework (2.4.4 -> 4.0.2). - Changed the minimum java version to 11 or higher. - Replaced the use of NullaryFunction, which has been removed since Grizzly framework 4.0.1, with Supplier (related issue https://github.com/eclipse-ee4j/grizzly/pull/2179). - Updated the minor version of grizzly-memcached (1.3.x -> 1.4.x). --- pom.xml | 8 +++---- .../memcached/MemcachedClientFilter.java | 22 ++++++++++--------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 05ea172..bb05e0a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@