Matt Pavlovich
Matt Pavlovich
> [INFO] --- maven-jaxb23-plugin:0.14.0:generate (generate) @ core-model --- [WARNING] Failed to build parent project for com.sun.xml.bind.mvn:jaxb-bundles:pom:2.2.11 [WARNING] Failed to build parent project for com.sun.xml.bind:jaxb-xjc:jar:2.2.11 [WARNING] Invalid POM for com.sun.xml.bind:jaxb-xjc:jar:2.2.11, transitive...
Provide an option to generate the ToStringStrategy class (and a copy of dependent classes) within the generated classes (similar to how ObjectFactory is created) in order to have a 100%...
- [ ] 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...
We need to update the documentation to support two sections: javax jakarta
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)...
- [x] Support lazy instantiation of collection lists in 'replaced' code - [x] Support deleting unused collection-classes - [ ] Support keeping certain classes when deleting unused collection-classes is enabled...