jaxb-tools icon indicating copy to clipboard operation
jaxb-tools copied to clipboard

The most advanced JAXB2 Maven Plugin for XML Schema compilation.

Results 93 jaxb-tools issues
Sort by recently updated
recently updated
newest added

First step to fix #465 with creation of empty project jar for `org.jvnet.jaxb2_commons:jaxb2-basics-runtime`

enhancement

We have same classes in same packages in both jaxb2-basics-runtime (the one with previous groupId and the one with the current one). Since groupId differs, having the new one does...

bug
xjc-plugins

Fixes #433 Adds a SimpleToString plugin with customizations

xjc-plugins

- [ ] Move jaxb-bom to jaxb-tools-bom - [ ] Create a Maven relocation for the jaxb-bom artifact

This will allow us to include all maven modules in the release, but not pollute Maven Central with 100's of artifacts related to testing

1. Generate record type objects 2. Unmarshal into constructor-only instantiation (or is direct field access available?) 3. Consider generating record types in a separate package or as a second type...

enhancement

We need to update the documentation to support two sections: javax jakarta

documentation

Scan through usage of dependencies and look for opportunities to remove dependencies by replacing with self-hosted utilities (with link back to orig source) or newer JDK language features (lambda, etc)...

enhancement

Based on #432, we want a SimpleToString plugin with no external runtime dependency. Based on `true`-experience, this plugin should support ignoring fields, masked fields and formatting fields (for date based...

enhancement
xjc-plugins

I try to let two generated classes implement their own interface. Example Class A should implement IA Class B should implement IB This is working so far (wiht XInheritance plugin)...

question
xjc-plugins