Releases: membrane/soa-model
Releases · membrane/soa-model
v2.2.0
v2.1.0
What's Changed
- Expose detailed descriptions by @frabac72 in #294
- ParseError for DTDs by @jannik38 in #295
- initial for 2.1.X by @predic8 in #298
- Bump ch.qos.logback:logback-classic from 1.2.0 to 1.2.13 by @dependabot in #299
- Fix ExternalResolver with HTTP Code != 200 and support relative Path in ClasspathResolver #296 by @fwermelskirchen in #297
- This commit adds the annotation parsing to ModelGroup, and tests to check it by @rrialq in #289
- handle empty derivation, fix #285 by @ff-wl in #286
New Contributors
- @frabac72 made their first contribution in #294
- @jannik38 made their first contribution in #295
- @fwermelskirchen made their first contribution in #297
- @ff-wl made their first contribution in #286
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
This release updates the groovy dependency to the latest available ( 2.4.7 )