From cc51183c45e7c360000043446ae7bbb94b6380a9 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 9 Dec 2024 18:38:25 +0100 Subject: [PATCH 1/3] HV-2075 Upgrade to wildfly-arquillian-container-managed 5.1.0.Beta9 for testing to address issues with security manager on JDK 24 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9a81ff1f5e..b6bd3fa1f3 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,7 @@ 3.0.3.Final + 34.0.1.Final @@ -165,8 +166,8 @@ They should be aligned with the ones from the Wildfly version we support See http://search.maven.org/#search|gav|1|g%3A"org.wildfly"%20AND%20a%3A"wildfly-parent" --> - 6.0.0.Beta4 - 5.0.0.Alpha3 + 6.0.0.Final + 5.1.0.Beta9 11.0.0-M4 @@ -1790,8 +1792,6 @@ true - - -Dnet.bytebuddy.experimental=true @@ -1805,8 +1805,6 @@ true - - -Dnet.bytebuddy.experimental=true @@ -1822,6 +1820,7 @@ true -Dnet.bytebuddy.experimental=true + -Dnet.bytebuddy.experimental=true @@ -1837,6 +1836,7 @@ true -Dnet.bytebuddy.experimental=true + -Dnet.bytebuddy.experimental=true From d75d9579df9b610d58024e0cb8572df2964300e0 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 7 Jan 2025 14:39:43 +0100 Subject: [PATCH 2/3] HV-2075 Test against Wildfly 35.Beta1 with JDK24/25 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index b6bd3fa1f3..1e962e005b 100644 --- a/pom.xml +++ b/pom.xml @@ -1816,6 +1816,8 @@ + + 35.0.0.Beta1 true @@ -1832,6 +1834,8 @@ + + 35.0.0.Beta1 true From e71982393fcf3d31d77b74ff05c521bf99518a99 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 7 Jan 2025 14:40:51 +0100 Subject: [PATCH 3/3] HV-2075 Don't skip integration tests for JDK24/25 reverts 252c474e --- integrationtest/wildfly/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/integrationtest/wildfly/pom.xml b/integrationtest/wildfly/pom.xml index 1408c84c7b..c64a417152 100644 --- a/integrationtest/wildfly/pom.xml +++ b/integrationtest/wildfly/pom.xml @@ -28,7 +28,6 @@ ../.. false - false @@ -180,7 +179,6 @@ verify - ${skip.failsafe.execution} wildfly-current @@ -260,29 +258,5 @@ --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED - - testWithJdk24 - - - java-version.test.release - 24 - - - - true - - - - testWithJdk25 - - - java-version.test.release - 25 - - - - true - -