Jonah Bauer
Jonah Bauer
Thanks for the quick reply. As far as I'm concerned, it looks like the package conflicts could easily be resolved by moving each of the plugins to subpackages, i.e. the...
I am somewhat confused as to why the build fails. If I'm reading the logs correctly the spotbugs plugin is complaining about some Java code, but this PR does not...
After digging through some code I found, that the plugin descriptor `log4j-core-plugins.xml` still contains the `charset` attribute and the issue seems to be with the generation of the XSD from...
Unfortunately, I'm not quite sure what "the solution" is. The simplest approach would be to just remove the exclusion pattern. The resulting XSD will contain the missing `` for `Charset`...
I've created a PR (#3568) with the proposed changes. The build succeeds and verifies and the generated schema changed as expected.