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 d540605 CXF-8429: Illegal reflective access in
XercesSchemaValidationUtils (deactivated by default, added -Dxerces=true
condition)
d540605 is described below
commit d540605e44c7e765e7c334cd6cc323bc2231cde1
Author: reta <[email protected]>
AuthorDate: Mon Mar 8 13:06:52 2021 -0500
CXF-8429: Illegal reflective access in XercesSchemaValidationUtils
(deactivated by default, added -Dxerces=true condition)
---
rt/wsdl/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index 4c4e4fa..7df8991 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -122,7 +122,12 @@
<profile>
<id>xerces</id>
<activation>
- <jdk>[16,)</jdk>
+ <activeByDefault>false</activeByDefault>
+ <jdk>[9,)</jdk>
+ <property>
+ <name>xerces</name>
+ <value>true</value>
+ </property>
</activation>
<dependencies>
<dependency>