Skip to content

Releases: bjornvester/wsdl2java-gradle-plugin

v2.0.2

22 Jun 11:43
Compare
Choose a tag to compare

Changes:

  • Made tasks like sourcesJar automatically depend on wsdl2java.

v2.0.1

21 Jun 08:20
Compare
Choose a tag to compare

Fixed a problem in older versions of Gradle when not specifying a Java Toolchain.
Also clarified that the minimum required version of Gradle is 7.6. This was the case in v2.0.0 as well.

v2.0

15 Jun 07:21
6c9b08d
Compare
Choose a tag to compare
  • 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

15 Jun 07:19
Compare
Choose a tag to compare
  • 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

17 May 00:29
e1ba046
Compare
Choose a tag to compare
  • Make it easier to use XJC plugins.
  • Suppress a ton of harmless warnings from XJC.

v1.0

16 May 01:56
16e73e2
Compare
Choose a tag to compare

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

29 Oct 11:31
Compare
Choose a tag to compare
0.3

Fix path separator in the WsdlLocation for the generated client when building on Windows