This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new a82fd54ed34 CXF-8407: Incorporate changes caused by JEP-396 
integration into JDK-16+ (#2818)
a82fd54ed34 is described below

commit a82fd54ed3494bee6938607f57a7beedfffe61a2
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)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 420ec132d31..42a3187bc37 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>

Reply via email to