Releases: highsource/jaxb-tools
v3.0.1 Release
What's Changed
This is a maintenance release of jaxb-tools v3
🐞 Bugfixes
- [#415] fix warn with list of qnames by @laurentschoelens in #416
🔨 Dependency Upgrades and Other
- [#413] Fix up version numbers by @mattrpav in #414
- [#411] Add jaxb-tools-3.x branch to GH CI build actions by @mattrpav in #412
Full Changelog: 3.0.0...3.0.1
v3.0.0 Release
What's Changed
This is the first release of jaxb-tools supporting JAXB 3
⭐ New features
- JAXB 3.0 support
- JPA 3.0 support (for hyperjaxb module)
- [#389] javax to jakarta conversion by @mattrpav in #390
- [#397] Remove of deprecated params and classes by @laurentschoelens in #398
- [#395] Add option to generate default-attribute-value in java class by @laurentschoelens in #396
- [#400] Hyperjaxb3 JPA3-JAXB3 by @laurentschoelens in #400
- [#403] Add support for modern xml namespaces by @mattrpav in #404
🐞 Bugfixes
- [#391] Fixing JAXB-BOM (using ext artifact) and partial rename by @laurentschoelens in #391
📖 Documentation
- [#402] update readme.md (with updated section of new namespaces) by @laurentschoelens in #406
🔨 Dependency Upgrades and Other
- [#378] Java package refactor jaxb2_commons to jaxb by @mattrpav in #393
- [#392] Rename jaxb2-basics-* modules to jaxb-plugins-* by @mattrpav in #392
- [#407] Rename jaxb-basics-annotate -> jaxb-plugin-annotate by @mattrpav in #408
- [#394] Bump org.hsqldb:hsqldb from 2.3.3 to 2.7.1 in /hyperjaxb by @dependabot in #394
- [#377] Add jaxb-tools-2.x branch to CI by @mattrpav in #379
- [#381] Update master to 3.0.0-SNAPSHOT by @mattrpav in #382
- [#373] Update build to use jaxb-bom more efficiently by @mattrpav in #386
- [#387] Align JDK version across build by @mattrpav in #388
Full Changelog: 2.0.9...3.0.0
v2.0.9 Release
What's Changed
This is a maintenance release of jaxb-tools v2
🔨 Dependency Upgrades and Other
- [#366] re-enable gh-issue-19 project by @laurentschoelens in #373
Full Changelog: 2.0.8...2.0.9
v2.0.8 Release
What's Changed
This is a maintenance release of jaxb-tools v2 with integration of hyperjaxb
⭐ New features
- [#40] Adding new mojo to simplify generate test-sources by @laurentschoelens in #351
- [#336] adding new parameter to disable fix introduced in 2.0.5 by @laurentschoelens in #350
- [#299] update test JT-194 to test effective success of scanDep... by @laurentschoelens in #352
- [#326] Integrate and modernize hyperjaxb3 plugin by @laurentschoelens in #331
🐞 Bugfixes
- [#188] Classloaders not being closed for mojo classloader by @laurentschoelens in #353
- [#100] Fixing eclipse errors reading directory as project resource by @laurentschoelens in #363
- [#19] Fix relative Catalog Resolution by @laurentschoelens in #361
📖 Documentation
- Update contributing to note PR comment format by @mattrpav in #348
- [#294] Add jaxb-tools-docs asciidocs skeleton project by @mattrpav in #357
- fix javadoc by @laurentschoelens in #358
- update README by @soc in #368
🔨 Dependency Upgrades and Other
- [#347] Upgrade to JAXB v2.3.8 by @mattrpav in #354
- [#347] remove overridden properties in maven-plugin sub-module by @laurentschoelens in #364
- [#346] Update maven build actions by @mattrpav in #365
- [#346] Comment out GH #19 test as it fails on GH Action by @mattrpav in #367 and #369
- [#366] Comment out hyperjaxb ejb samples and templates from release by @mattrpav in #370
- [#366] Remove hyperjaxb dist from 'release' by @mattrpav in #371
- [#366] Remove jaxb-tools-docs from release by @mattrpav in #372
New Contributors
Full Changelog: 2.0.5...2.0.8
v2.0.5 Release
What's Changed
This is a maintenance release of jaxb-tools v2 with integration of annox and jaxb-annotate-plugin projects
⭐ New features
- [#309] Merge annox by @mattrpav in #310
- [#314] Merge jaxb-annotate to jaxb-tools by @mattrpav in #315
🐞 Bugfixes
- [#9] : fixing Backslashes in Patterns are doubled in annotate-plugin by @laurentschoelens in #330
- [#306] : do some change in systemId handling for xjc 2.3.4+ by @laurentschoelens in #329
📖 Documentation
- [#335] Update README.md to point to jaxb-tools wiki links by @laurentschoelens in #339
🔨 Dependency Upgrades and Other
- Merge hyperjaxb3 in subfolder hyperjaxb by @laurentschoelens in #320
- Issues #312 #316 #318 by @laurentschoelens in #319
- [#327] Add .editorconfig definition file by @mattrpav in #328
- Added simple and strategic projects to work on the quality… by @laurentschoelens in #332
- fix compilation warning and javadoc warnings by @laurentschoelens in #343
- [#327] editorconfig formating - basics module(s) by @mattrpav in #344
- [#239] Migrate to jakarta.oss.sonatype.org by @mattrpav in #345
- #307 : fixup versions by @laurentschoelens in #308
Full Changelog: 2.0.4...2.0.5
v2.0.4 Release
What's Changed
This is a maintenance release of jaxb-tools v2 with integration of jaxb2-basics project
⭐ New features
🐞 Bugfixes
- [#275] : makes maven artifact as provided scopes by @laurentschoelens in #290
- [#285] : previous ref to maven-jaxb2-plugin changed to jaxb-tools by @laurentschoelens in #291
- [#173] : backport of modified version of PR made by @phax by @laurentschoelens in #287
- [#194] : adding TypeArtifactFilter to exclude pom artifacts by @laurentschoelens in #288
- [#215] & [#244] : fixing issues due to jaxb-ri xjc changes from 2.3.4 by @laurentschoelens in #284
- [#302] Minor build fixes (including javadoc generation) by @mattrpav in #303 and in #304
📖 Documentation
🔨 Dependency Upgrades and Other
- [#176] : Bump plexus-utils / plexus-build-api by @laurentschoelens in #281
- [#250] Adding new test project (fixed by 2.0.2) by @laurentschoelens in #289
- fixup of pom with good jaxb2-basics artifact by @laurentschoelens in #295
Full Changelog: 2.0.3...2.0.4
v2.0.3 Release
What's Changed
This is a maintenance release of jaxb-tools v2 with preparation of merging jaxb-related projects into this repository
⭐ New features
📖 Documentation
- Update URLs to point to updated GitHub url https://github.com/highsource/jaxb-tools
Full Changelog: 2.0.2...2.0.3
v2.0.2 Release
What's Changed
This is the first release of jaxb-tools v2. Please read migration guide for migration from 0.x to v2.
⭐ New features
- Update to 2.0.x version numbering to align with JAXB API version
- Rename
maven-jaxb2-plugin
tojaxb-maven-plugin
to align with new Maven convention - Rename GitHub project from 'highsource/maven-jaxb2-plugin' to 'highsource/jaxb-tools' in preparation for consolidation of jaxb-basics, maven-jaxb2-plugin, and other jaxb-related projects.
Full Changelog: 0.15.3...2.0.2
v0.15.3 Release
What's Changed
- drop plugin 2.0 / 2.1 / 2.2 by @laurentschoelens in #256
- [#258] Update docs for 0.15.3 by @mattrpav in #259
New Contributors
- @laurentschoelens made their first contribution in #256
Full Changelog: 0.15.2...0.15.3