Skip to content

v2.0.0

Compare
Choose a tag to compare
@rrayst rrayst released this 19 Oct 18:05
· 20 commits to master since this release
  • soa-model is now built using Java 11 (instead of 8), while still being able to run on Java 8.
  • upgrade to Groovy 4

Note that some refactorings were needed:

  • xmlElement.ELEMENTNAME was replaced by .getElementName()
  • all subclasses of XmlElement need to implement the abstract getElementName() - usually by just returning their static ELEMENTNAME constant