This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 287d7d2373bce3d68e0bb1565b9c6fafa9a7f22f Author: Andriy Redko <[email protected]> AuthorDate: Mon Feb 17 11:32:24 2025 -0500 Fix Tomcat-related test cases (need --add-opens java.base/java.io=ALL-UNNAMED) (cherry picked from commit 74c25d6d555af06a44c6365d43dcd6e93f8aec13) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 50c41458a0..5e3753864c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2276,7 +2276,7 @@ </activation> <properties> <!-- JAXB: see please https://github.com/javaee/jaxb-v2/issues/1184 --> - <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/sun.net.www.protocol.https=ALL-UNNAMED</cxf.surefire.fork.vmargs> + <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED</cxf.surefire.fork.vmargs> </properties> </profile> </profiles>
