Skip to content

Releases: librewsdl4j/libre-wsdl4j

libre-wsdl4j 1.11.0

03 Oct 11:04
e1ca480
Compare
Choose a tag to compare

libre-wsdl4j 1.11.0 has been released!

What's Changed

  • Require Java 11 or later.
  • Delete QName.java, because it conflicts with standard class in java.xml module since Java 9.
  • Automatic code cleanup by IntelliJ IDEA, removing some warnings etc.
  • Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #20
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #21
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #22
  • Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #23
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #24
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #25
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #26
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #27
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #28
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #29
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #30
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #31
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #33
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #34
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #36
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot in #35
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #32
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #38
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #37
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #39
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #40
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #42
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #43
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #44
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #45

Full Changelog: 1.10.0...1.11.0

Use libre-wsdl4j in Maven like this:

<dependency>
  <groupId>io.github.librewsdl4j</groupId>
  <artifactId>libre-wsdl4j</artifactId>
  <version>1.11.0</version>
</dependency> 

libre-wsdl4j 1.10.0

25 Jan 07:32
b72720d
Compare
Choose a tag to compare

libre-wsdl4j 1.10.0 has been released!

Improvements in this release:

Add this to your pom.xml file to use the latest version of libre-wsdl4j: (Now on Maven Central!)

<dependency>
  <groupId>io.github.librewsdl4j</groupId>
  <artifactId>libre-wsdl4j</artifactId>
  <version>1.10.0</version>
</dependency> 

Requires Java 8 or later.

libre-wsdl4j 1.8.0

22 Sep 05:57
44aa5ee
Compare
Choose a tag to compare

libre-wsdl4j 1.8.0 has been released.

Libre-wsdl4j is a fork of WSDL4J 1.6.3. WSL4j is a Java stub generator for WSDL. This is the first release of this forked version.