This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 52605a9bbeed06c8d265e67daca70e9cd8b7cce5 Author: Andriy Redko <[email protected]> AuthorDate: Fri Jan 9 12:16:58 2026 -0500 CXF-8407: Incorporate changes caused by JEP-396 integration into JDK-16+ (#2818) (cherry picked from commit a82fd54ed3494bee6938607f57a7beedfffe61a2) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 049f19f3495..c180b4c4c99 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -37,7 +37,7 @@ <cxf.surefire.usefile>false</cxf.surefire.usefile> <org.apache.cxf.transport.websocket.atmosphere.disabled>false</org.apache.cxf.transport.websocket.atmosphere.disabled> <cxf.surefire.parallel.mode /> - <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> + <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.server.launcher.vmargs>-ea</cxf.server.launcher.vmargs> <cxf.surefire.enable.assertions>true</cxf.surefire.enable.assertions> <cxf.surefire.rerun.count>3</cxf.surefire.rerun.count>
