Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@highsource highsource released this 22 Nov 16:47
· 104 commits to master since this release

Release notes:

  • Generated "accessor"-style setter is now null-safe. See #29.
  • Generated equals methods are now symmetric (#39, #40). Many thanks to @petega for fixes.
  • Samples for CXF (#24) and JAXWS (#41).

All issues, fixed in this release

Backwards compatibility:

  • Fixes for #39 and #40 are potentially not backwards-compatible. Generated code now compare classes instead of doing an instanceof. This makes generated code more correct but is a change.