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.gitThe following commit(s) were added to refs/heads/master by this push:
new 39ff641 Temporary workaround to export com.sun.org.apache.xerces.internal.impl.xs.*, caused by JEP-396 integration into JDK-16+
39ff641 is described below
commit 39ff641f3d81d8e0b9487ae8c49ac2a5bf055bc1
Author: reta <
[hidden email]>
AuthorDate: Mon Jan 11 18:36:50 2021 -0500
Temporary workaround to export com.sun.org.apache.xerces.internal.impl.xs.*, caused by JEP-396 integration into JDK-16+
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b26fa35..5aa54cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2383,7 +2383,7 @@
</activation>
<properties>
<!-- EasyMock stills uses JDK Internal APIs: see please
https://bugs.openjdk.java.net/browse/JDK-8255363 -->
- <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED</cxf.surefire.fork.vmargs>
+ <cxf.surefire.fork.vmargs>-ea --add-opens java.base/java.lang=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.impl.xs.util=ALL-UNNAMED</cxf.surefire.fork.vmargs>
</properties>
</profile>
</profiles>