From 2a0b89bc068ceb6ce93330ee0f822f5afadabdb8 Mon Sep 17 00:00:00 2001 From: Matthew Gill Date: Tue, 7 Jul 2020 11:59:28 +0100 Subject: [PATCH 1/2] FISH-31 Upgrade Grizzly to 2.4.4.payara-p3 Now supports JDK9 ALPN APIs. Signed-off-by: Matthew Gill --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27a28ac1e03..a095901376b 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ 8.0.0 4.0.2 - 2.4.4.payara-p2 + 2.4.4.payara-p3 2.1.6 2.30.payara-p2 2.0.2 From 6d6ef6e5e0b4c7f8f2e44266a36db445319fdfdf Mon Sep 17 00:00:00 2001 From: Matthew Gill Date: Tue, 7 Jul 2020 15:09:13 +0100 Subject: [PATCH 2/2] FISH-31 Upgrade Grizzly NPN Jar This is to prevent runtime issues with the Grizzly HTTP/2 module which has dependencies in the client JAR. Signed-off-by: Matthew Gill --- nucleus/packager/nucleus-grizzly/pom.xml | 4 ++-- nucleus/pom.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nucleus/packager/nucleus-grizzly/pom.xml b/nucleus/packager/nucleus-grizzly/pom.xml index ebfa2b4cbfd..8251b25f095 100644 --- a/nucleus/packager/nucleus-grizzly/pom.xml +++ b/nucleus/packager/nucleus-grizzly/pom.xml @@ -70,7 +70,7 @@ org.glassfish.grizzly grizzly-npn-osgi - ${grizzly.npn.version} + ${grizzly.npn.osgi.version} @@ -92,7 +92,7 @@ org.glassfish.grizzly grizzly-npn-api - 1.9 + ${grizzly.npn.version} grizzly-npn-api.jar diff --git a/nucleus/pom.xml b/nucleus/pom.xml index dba129d7a94..78640d8f3d4 100644 --- a/nucleus/pom.xml +++ b/nucleus/pom.xml @@ -121,7 +121,8 @@ - 1.8 + 1.9.payara-p1 + 1.9