From c1863abae8e9f92b9b8c3922e2c79da0274b1ca3 Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Wed, 15 Nov 2023 10:39:07 +0100 Subject: [PATCH] HTTP/2 Jetty 11 support removed (to be re-worked for Jetty 12) Signed-off-by: Maxim Nesen --- bom/pom.xml | 10 +++++----- bundles/apidocs/pom.xml | 8 ++++---- connectors/pom.xml | 2 +- containers/pom.xml | 4 ++-- docs/src/main/docbook/migration.xml | 23 +++++++++++------------ docs/src/main/docbook/modules.xml | 20 +++----------------- ext/bean-validation/pom.xml | 15 +-------------- inject/cdi2-se/pom.xml | 13 +------------ test-framework/providers/pom.xml | 2 +- tests/e2e/pom.xml | 9 --------- 10 files changed, 29 insertions(+), 77 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 5a76942983..91d9535e32 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -93,11 +93,11 @@ jersey-jetty11-connector ${project.version} - + org.glassfish.jersey.connectors jersey-jdk-connector @@ -113,7 +113,7 @@ jersey-container-jetty-http ${project.version} - + org.glassfish.jersey.containers jersey-container-grizzly2-http @@ -433,7 +433,7 @@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + 3.9.1 diff --git a/bundles/apidocs/pom.xml b/bundles/apidocs/pom.xml index cf07a8f9ed..1e50cb75e2 100644 --- a/bundles/apidocs/pom.xml +++ b/bundles/apidocs/pom.xml @@ -345,7 +345,7 @@ jersey-jetty11-connector ${project.version} - + @@ -368,7 +368,7 @@ jersey-jetty11-connector ${project.version} - + diff --git a/connectors/pom.xml b/connectors/pom.xml index ad4afa3153..2e78dedc6f 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -40,7 +40,7 @@ helidon-connector jdk-connector jetty-connector - jetty11-http2-connector + jetty11-connector jnh-connector netty-connector diff --git a/containers/pom.xml b/containers/pom.xml index 2196acb74b..18f56d3559 100644 --- a/containers/pom.xml +++ b/containers/pom.xml @@ -40,9 +40,9 @@ jdk-http jersey-servlet-core jersey-servlet - jetty11-http + jetty-http - jetty11-http2 + jetty-servlet netty-http simple-http diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml index a20c235258..03f7b61350 100644 --- a/docs/src/main/docbook/migration.xml +++ b/docs/src/main/docbook/migration.xml @@ -28,18 +28,6 @@ xml:id="migration"> Migration Guide -
- Migrating from Jersey 3.0.11 to 3.0.12 -
- Changes in Jackson - - Jersey 3.0.12 starts to support Jackson 2.15 which comes with default limitations for the length of parsed text, - numbers, and nesting depth. Jersey keeps the Jackson default value, but it allows to override the maximum - length of parsed text using the &jersey.message.MessageProperties.JSON_MAX_STRING_LENGTH; property if needed. - -
-
-
Migrating from Jersey 2.32+ to 3.0.x.
@@ -150,6 +138,17 @@
+
+ Migrating from Jersey 3.1.3 to 3.1.4 +
+ Changes in Jackson + + Jersey 3.1.4 starts to support Jackson 2.15 which comes with default limitations for the length of parsed text, + numbers, and nesting depth. Jersey keeps the Jackson default value, but it allows to override the maximum + length of parsed text using the &jersey.message.MessageProperties.JSON_MAX_STRING_LENGTH; property if needed. + +
+
diff --git a/docs/src/main/docbook/modules.xml b/docs/src/main/docbook/modules.xml index e2e14943ec..fb549497ae 100644 --- a/docs/src/main/docbook/modules.xml +++ b/docs/src/main/docbook/modules.xml @@ -112,16 +112,9 @@ jersey-container-jetty-http -Jetty Http Container (for JDK 11+) - - - - - jersey-container-jetty-http2 - - -Jetty HTTP/2 Container +Jetty Http Container (for JDK 17+) + @@ -240,15 +233,8 @@ Jersey Client Transport via Jetty 11.x + - - - - jersey-jetty-http2-connector - - - Jersey Client Transport via Jetty (for JDK 11+) with HTTP/2 support - jersey-netty-connector diff --git a/ext/bean-validation/pom.xml b/ext/bean-validation/pom.xml index 0378140565..17ff4f31da 100644 --- a/ext/bean-validation/pom.xml +++ b/ext/bean-validation/pom.xml @@ -148,17 +148,4 @@ test
- - - - jdk8 - - 1.8 - - - ${jboss.logging.8.version} - - - - - + \ No newline at end of file diff --git a/inject/cdi2-se/pom.xml b/inject/cdi2-se/pom.xml index 46029a1592..44d5eed8c7 100644 --- a/inject/cdi2-se/pom.xml +++ b/inject/cdi2-se/pom.xml @@ -132,15 +132,4 @@ - - - jdk8 - - 1.8 - - - ${jboss.logging.8.version} - - - - + \ No newline at end of file diff --git a/test-framework/providers/pom.xml b/test-framework/providers/pom.xml index 06d2d7ac24..1231da4cf1 100644 --- a/test-framework/providers/pom.xml +++ b/test-framework/providers/pom.xml @@ -40,7 +40,7 @@ inmemory jdk-http jetty - jetty11-http2 + netty simple diff --git a/tests/e2e/pom.xml b/tests/e2e/pom.xml index e6368cce54..2871c03035 100644 --- a/tests/e2e/pom.xml +++ b/tests/e2e/pom.xml @@ -217,15 +217,6 @@ - - jdk8 - - 1.8 - - - ${jboss.logging.8.version} - - sonar