I’m trying to build some legacy plugins with java11 using v 2.6.1.3686 of the sonar-xml-plugin.
Unfortunetely this JAR file seems to include classes of the javax.xml.* package
java.lang.Error:
Unresolved compilation problems:
The package javax.xml is accessible from more than one module: <unnamed>, java.xml
XMLConstants cannot be resolved to a variable
After java9 it’s not really allowed to include classes from this package outside of the “legal” distribution.
Are there plans to remove these classes from the JAR?