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 e108f83 CXF-8429: Illegal reflective access in
XercesSchemaValidationUtils (temporarily moving the profile to JDK16)
e108f83 is described below
commit e108f83b7a1dfcf7b005044d440637288ab990b2
Author: reta <[email protected]>
AuthorDate: Fri Mar 5 12:11:09 2021 -0500
CXF-8429: Illegal reflective access in XercesSchemaValidationUtils
(temporarily moving the profile to JDK16)
---
rt/wsdl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rt/wsdl/pom.xml b/rt/wsdl/pom.xml
index abb2236..4c4e4fa 100644
--- a/rt/wsdl/pom.xml
+++ b/rt/wsdl/pom.xml
@@ -122,7 +122,7 @@
<profile>
<id>xerces</id>
<activation>
- <jdk>[9,)</jdk>
+ <jdk>[16,)</jdk>
</activation>
<dependencies>
<dependency>