jaxb2-basics
jaxb2-basics copied to clipboard
Useful plugins and tools for JAXB2.
Hi, I have a situation where a JAXBElement is in a List, and the simpleEquals plugins generated code contains something like this: ``` List leftAny; leftAny = (((this.any!= null)&&(!this.any.isEmpty()))?this.getAny():null); List...
http://jira.highsource.org/browse/JIIB-45
http://jira.highsource.org/browse/JIIB-47
With 0.9.2 and later versions I have ``` org.jvnet.jaxb2_commons jaxb2-basics 0.9.2 ``` I have got error: Using java.util.ServiceLoader ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP)...
I'm not exactly sure if this is a feature request or a question, but I am not sure of a better place to ask. I am using the Simplify Plugin...
I haven't done any xjc plugin dev work for 10 years but posted up the old xjc plugin code in case it's useful to anyone.. https://github.com/warrenc5/xjc-plugins Really glad highsource published...