Skip to content

CC-XJC 3.0.1

Latest
Compare
Choose a tag to compare
@Boris-de Boris-de released this 14 Apr 18:39
· 72 commits to main since this release
v3.0.1
23747f9

This is a release is a bugfix release for CC-XJC 3.0.0 that fixes the generation of clone methods.

CC-XJC 3.0.0 is a fork of the original CC-XJC that works with the jakarta jaxb versions.

Usage

You can use it with the maven dependency de.wcht.cc-xjc:cc-xjc-plugin as part of your jaxb-maven-plugin dependencies like this:

<dependency>
  <groupId>de.wcht.cc-xjc</groupId>
  <artifactId>cc-xjc-plugin</artifactId>
  <version>3.0.1</version>
</dependency>

Note that you can use com.evolvedbinary.maven.jvnet:jaxb30-maven-plugin to generate jakarta jaxb classes until the "normal" jaxb-maven-plugin supports jakarta.

Changes

  • fix missing clone method on when not using -Xcopyable (#39)
  • post release documentation fixes (#16)
  • allow build with java 17 and add java 17 to CI build (#8)
  • Update dependencies

Full Changelog: v3.0.0...v3.0.1