Releases: bjornvester/xjc-gradle-plugin
Releases · bjornvester/xjc-gradle-plugin
v1.9.0
v1.8.2
Changes:
- Made tasks like
sourcesJarautomatically depend on thexjctask.
v1.8.1
- Fixed another issue with the bindingFiles extension. To better support late evaluations of it, it is now of type
ConfigurableFileCollection.
v1.8.0
- Fixed issue with binding files not being registered
- Fixed an issue with logging from within XJC
- Removed the
xjcFilesextension property, and addedincludesandexcludes.
v1.7.1
Fixed a problem arising from a missing runtime dependency in the glassfish variant of the XJC Maven module.
V1.7.0
- Added support for the Gradle configuration cache.
- It now defaults to XJC 3.x, generating source code using the jakarta namespace. This can be changed back to using javax with a configuration change.
- Minor bump of default versions.
- Added configurations
useJakartaandaddCompilationDependencies. - Minimum required of version of Gradle is now 6.7 (up from 6.0).
v1.6.0
Added support for grouping XSDs and generate resources from them with different configurations.
This feature requires Gradle 7.0 or higher. Gradle 6.0 is still supported when not using it.
v1.5.1
Restore compatibility with Gradle 6.0.
v1.5.0
Support XJC 3.0.0
v1.4.1
Fixed an encoding issue.