From 624154b4ac78e4691894db288471922ab9b4f674 Mon Sep 17 00:00:00 2001 From: vasiliy-mikhailov Date: Wed, 24 Jun 2026 12:01:43 +0300 Subject: [PATCH] Upgrade to Java 21 Raise the compiler target from 17 to 21. All 1135 tests pass under JDK 21 with none lost. --- conformance-tests/client-spring-http-client/pom.xml | 2 +- pom.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conformance-tests/client-spring-http-client/pom.xml b/conformance-tests/client-spring-http-client/pom.xml index cbf0d1970..33e653207 100644 --- a/conformance-tests/client-spring-http-client/pom.xml +++ b/conformance-tests/client-spring-http-client/pom.xml @@ -21,7 +21,7 @@ - 17 + 21 4.1.0 2.0.0 0.1.13 diff --git a/pom.xml b/pom.xml index f60f3918b..a1bd54e1a 100644 --- a/pom.xml +++ b/pom.xml @@ -54,9 +54,7 @@ UTF-8 UTF-8 - 17 - 17 - 17 + 21 3.27.6