This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 00eae30 CXF-8407: Incorporate changes caused by JEP-396 integration
into JDK-16+. Added required exports for SAAJ implementation
00eae30 is described below
commit 00eae3064db337cb9ab44d3b334b6abc0677833e
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
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 6e33e70..bb02600 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2393,7 +2393,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>