v2.0.0
- 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