Releases: bjornvester/wsdl2java-gradle-plugin
Releases · bjornvester/wsdl2java-gradle-plugin
v2.0.2
Changes:
- Made tasks like
sourcesJar
automatically depend onwsdl2java
.
v2.0.1
v2.0
- Added support for using the jakarta namespace, which is now the default. The older javax namespace can be enabled with a configuration change.
- Added support for the Gradle configuration cache.
- The Wsdl2Java task now runs with the configured, or default, Java Toolchain.
- Minimum required of version of Gradle is now 6.7 (up from 6.0).
- The configurations for marking generated code has changed to support a third variant of the
@Generated
annotation. See the README for details.
v1.2
- Verbose is now only enabled by default on the info logging level
- The addition of dependencies to the implementation configuration for compiling the generated sources can now be disabled
v1.1
- Make it easier to use XJC plugins.
- Suppress a ton of harmless warnings from XJC.
v1.0
Reworked many aspects of the plugin. It now requires Gradle 6 or higher (Gradle 7 works fine too).
Note that the wsdlFile
configuration property has been replaced with an includes
property.
It is also possible now to supply options directly to CXF.
0.3
Fix path separator in the WsdlLocation for the generated client when building on Windows