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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 49a080d  CXF-8407: Incorporate changes caused by JEP-396 integration 
into JDK-16+. Added required exports for SAAJ implementation
49a080d is described below

commit 49a080d2d4c11bb272a182c178639afc588b5737
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 9 09:47:20 2021 -0400

    CXF-8407: Incorporate changes caused by JEP-396 integration into JDK-16+. 
Added required exports for SAAJ implementation
    
    (cherry picked from commit 00eae3064db337cb9ab44d3b334b6abc0677833e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f2df23d..247ceab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2387,7 +2387,7 @@
             <properties>
                 <!-- EasyMock stills uses JDK Internal APIs: see please 
https://bugs.openjdk.java.net/browse/JDK-8255363 -->
                 <!-- 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.xml/javax.xml.namespace=ALL-UNNAMED  --add-opens 
java.base/sun.security.x509=ALL-UNNAMED --add-opens 
java.base/sun.security.util=ALL-UNNAMED --add-opens 
java.naming/com.sun.jndi.ldap=ALL-UNNAMED</cxf.surefire.fork.vmargs>
+                <cxf.surefire.fork.vmargs>-ea --add-opens 
java.base/java.lang=ALL-UNNAMED --add-opens 
java.xml/javax.xml.namespace=ALL-UNNAMED  --add-opens 
java.base/sun.security.x509=ALL-UNNAMED --add-opens 
java.base/sun.security.util=ALL-UNNAMED --add-opens 
java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens 
java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED</cxf.surefire.fork.vmargs>
             </properties>
         </profile>
     </profiles>

Reply via email to