jaxb2-basics icon indicating copy to clipboard operation
jaxb2-basics copied to clipboard

Useful plugins and tools for JAXB2.

Results 37 jaxb2-basics issues
Sort by recently updated
recently updated
newest added

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...

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)...

enhancement

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...

help wanted

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...