Skip to content

Releases: codehaus-plexus/modello

2.4.0

03 May 18:38
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x) (#422) @slachiewicz

📦 Dependency updates

  • Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 (#438) @dependabot
  • Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#436) @dependabot
  • Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 (#433) @dependabot
  • Bump com.fasterxml.woodstox:woodstox-core from 6.6.1 to 6.6.2 (#432) @dependabot
  • Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 (#431) @dependabot
  • Bump plexus.compiler.version from 2.14.2 to 2.15.0 (#430) @dependabot
  • Bump org.codehaus.plexus:plexus from 16 to 17 (#428) @dependabot
  • Bump com.fasterxml.woodstox:woodstox-core from 6.6.0 to 6.6.1 (#427) @dependabot
  • Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x) (#422) @slachiewicz

2.3.0

17 Feb 16:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: modello-2.2.0...modello-2.3.0

2.2.0

17 Feb 14:47
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Support java source property being discovered as 1.x (#416) @gnodet
  • Fix thread safety issues by not using singletons for generators (#415) @gnodet
  • Improve discovering javaSource based on maven.compiler properties, default as 8 (#405) @slawekjaranowski

📦 Dependency updates

👻 Maintenance

🔧 Build

2.1.2

08 Jun 04:25
Compare
Choose a tag to compare

📦 Dependency updates

👻 Maintenance

2.1.1

19 Jan 23:37
Compare
Choose a tag to compare

🚀 New features and improvements

  • replace generatedBy context value by template (#293) @hboutemy
  • add velocityBasedir to select where to load (shared) .vm from (#292) @hboutemy

2.1.0

31 Dec 10:38
Compare
Choose a tag to compare

🚀 New features and improvements

  • Support arbitrary element names via 'xs:any' (#265) @kwin
  • Call setter only after object has been populated (#267) @kwin
  • replace handwritten components.xml with annotations (#285) @hboutemy
  • Optionally enforce required elements in XSDs (#263) @kwin
  • Add a velocity template based generator (#269) @gnodet
  • Use optimised plexus-utils CachingWriter (#186) @gnodet

🐛 Bug Fixes

  • Make the Xpp3Reader#read(XmlPullParser, boolean strict) public (#196) @gnodet
  • Fix json encoding (#185) @gnodet

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

  • use shared gh actions (#204) @olamy
  • Bump actions/checkout from 2 to 3 (#192) @dependabot
  • Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#193) @dependabot
  • Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 (...
Read more

Modello 2.0.0

14 Feb 02:33
Compare
Choose a tag to compare

this releases requires Java 8 (previous releases required Java 7)

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates