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 0e444d3c3935b9128378fce7c63b65e8e2c30c9d 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) (cherry picked from commit 52605a9bbeed06c8d265e67daca70e9cd8b7cce5) # Conflicts: # parent/pom.xml --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 09612c720c5..b4bcac5c7c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2277,7 +2277,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 --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> </properties> </profile> </profiles>
