From f8349b541dc45f6a7328a17b44037c265dd7e255cd41f7f1c9af66abb380a145 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 6 Sep 2023 14:54:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/modello?expand=0&rev=28 --- modello-maven-plugin.changes | 28 ++++++++++++++++++++++++++++ modello.changes | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/modello-maven-plugin.changes b/modello-maven-plugin.changes index a5ca279..da5efd1 100644 --- a/modello-maven-plugin.changes +++ b/modello-maven-plugin.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Sep 6 14:43:46 UTC 2023 - Fridrich Strba + +- Upgrade to upstream version 2.1.2 + * Changes of version 2.1.2 + + Switch to codehaus plexus-build-api 1.2.0 (reverted by a + patch in this package) + + Add plexus 13 parent and reformat + + Remove readonly flag from basedir: support .mdo from any + location + + Require Maven 3.5.4+ + + Prepare to run with Java 19+ + * Changes of version 2.1.1 + + replace generatedBy context value by template + + add velocityBasedir to select where to load (shared) .vm from + * Changes of version 2.1.0 + + Make the Xpp3Reader#read(XmlPullParser, boolean strict) public + + Fix json encoding + + Support arbitrary element names via 'xs:any' + + Call setter only after object has been populated + + replace handwritten components.xml with annotations + + Optionally enforce required elements in XSDs + + Add a velocity template based generator + + Use optimised plexus-utils CachingWriter +- Added patch: + * 0001-Revert-Switch-to-codehaus-plexus-build-api-1.2.0-345.patch + + use the version of plexus-build-api that we have packaged + ------------------------------------------------------------------- Fri May 13 08:54:49 UTC 2022 - Fridrich Strba diff --git a/modello.changes b/modello.changes index 21442b7..88cf0fe 100644 --- a/modello.changes +++ b/modello.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Sep 6 14:43:46 UTC 2023 - Fridrich Strba + +- Upgrade to upstream version 2.1.2 + * Changes of version 2.1.2 + + Switch to codehaus plexus-build-api 1.2.0 (reverted by a + patch in this package) + + Add plexus 13 parent and reformat + + Remove readonly flag from basedir: support .mdo from any + location + + Require Maven 3.5.4+ + + Prepare to run with Java 19+ + * Changes of version 2.1.1 + + replace generatedBy context value by template + + add velocityBasedir to select where to load (shared) .vm from + * Changes of version 2.1.0 + + Make the Xpp3Reader#read(XmlPullParser, boolean strict) public + + Fix json encoding + + Support arbitrary element names via 'xs:any' + + Call setter only after object has been populated + + replace handwritten components.xml with annotations + + Optionally enforce required elements in XSDs + + Add a velocity template based generator + + Use optimised plexus-utils CachingWriter +- Added patch: + * 0001-Revert-Switch-to-codehaus-plexus-build-api-1.2.0-345.patch + + use the version of plexus-build-api that we have packaged + ------------------------------------------------------------------- Thu May 4 14:27:26 UTC 2023 - Dominique Leuenberger