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 90dc0e3 CXF-8407: Incorporate changes caused by JEP-396 integration
into JDK-16+. Added required exports for URLConnectionHTTPConduit (custom HTTP
method)
90dc0e3 is described below
commit 90dc0e39fc9c1b1cb2da4558a3bdf51e16fe6877
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 9 16:12:19 2021 -0400
CXF-8407: Incorporate changes caused by JEP-396 integration into JDK-16+.
Added required exports for URLConnectionHTTPConduit (custom HTTP method)
(cherry picked from commit 68679c6c0dfcdd1795f2d8e5076292da2b78c865)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 247ceab..a45851f 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 --add-opens
java.xml/com.sun.org.apache.xerces.internal.dom=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 --add-opens
java.base/java.net=ALL-UNNAMED --add-opens
java.base/sun.net.www.protocol.https=ALL-UNNAMED</cxf.surefire [...]
</properties>
</profile>
</profiles>