Alexey Valikov
Alexey Valikov
Java 8 should work. With Java 9 it's probably the new module system which does not load `javax.activation`. I don't have Java 9 experience yet so not sure how to...
Hi, first of all please let me say that I appreaciate your effort. Your intention clearly is to improve the code quality and I understand it. Having said that I...
Servus, > The reason why I look in the code at all were the followings: > > * Massive amount of warnings in the generated code compiling by Eclipse 4.9...
I've created #105 and https://github.com/highsource/jaxb2-basics/tree/issue-105 to work on improving the quality of the generated code.
You're right, property name creation is hardcoded at the moment: https://github.com/highsource/jaxb2-basics/blob/master/basic/src/main/java/org/jvnet/jaxb2_commons/plugin/simplify/SimplifyPlugin.java#L350-L369
@mkotelba Sorry to hear about this. I actually did not thought it was so complex. I'd personally add a configuration sub-element like ``` xml ``` The XML element names should...
See also http://jira.highsource.org/browse/JIIB-54.
No, not yet. PRs welcome - as always.
Please create a PR with a reproducing project here: https://github.com/highsource/jaxb2-basics-support under `a/anyAttribute`.
Thank you, reproduced.