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 5c6ad3c CXF-8407: Incorporate changes caused by JEP-396 integration
into JDK-16+. Added required exports for ApacheDS and Spring LDAP
5c6ad3c is described below
commit 5c6ad3c9e267285c1b1ff7a7cde2b6d6655a3cd8
Author: Andriy Redko <[email protected]>
AuthorDate: Thu May 6 19:52:40 2021 -0400
CXF-8407: Incorporate changes caused by JEP-396 integration into JDK-16+.
Added required exports for ApacheDS and Spring LDAP
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 75ba0e6..6e33e70 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</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</cxf.surefire.fork.vmargs>
</properties>
</profile>
</profiles>