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 d11e76c CXF-8429: Illegal reflective access in
XercesSchemaValidationUtils (added --add-opens
java.xml/javax.xml.namespace=ALL-UNNAMED)
d11e76c is described below
commit d11e76c8df1571bbb37d663e5d2aebf5c6b3c441
Author: reta <[email protected]>
AuthorDate: Sat Mar 6 22:33:38 2021 -0500
CXF-8429: Illegal reflective access in XercesSchemaValidationUtils (added
--add-opens java.xml/javax.xml.namespace=ALL-UNNAMED)
---
parent/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8b8b14b..94b09c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2383,7 +2383,8 @@
</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 --add-opens
java.base/java.util=ALL-UNNAMED</cxf.surefire.fork.vmargs>
+ <!-- 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.base/java.util=ALL-UNNAMED
--add-opens java.xml/javax.xml.namespace=ALL-UNNAMED</cxf.surefire.fork.vmargs>
</properties>
</profile>
</profiles>