Hello,
Rebuilding (with Java 11.0.2) a Java API (generated by WSDL) and even though
have Maven dependency:
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-core</artifactId>
<version>2.2.4</version>
</dependency>
Get:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.ws.commons.schema.utils.DOMUtil
(file:/C:/Users/rseletsk/.m2/repository/org/apache/ws/xmlschema/xmlschema-core/2.2.1/xmlschema-core-2.2.1.jar)
to method
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.getInputEncoding()
WARNING: Please consider reporting this to the maintainers of
org.apache.ws.commons.schema.utils.DOMUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Robert Seletsky
University of New Mexico IT