File modello.changes of Package modello (Revision fb7edfa9056da8c422f5f841ce3a73ad)
Currently displaying revision fb7edfa9056da8c422f5f841ce3a73ad , Show latest
197
1
-------------------------------------------------------------------
2
Mon Sep 11 16:10:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>
3
4
- Cleanup unnecessary dependencies
5
6
-------------------------------------------------------------------
7
Wed Sep 6 14:43:46 UTC 2023 - Fridrich Strba <fstrba@suse.com>
8
9
- Upgrade to upstream version 2.1.2
10
* Changes of version 2.1.2
11
+ Switch to codehaus plexus-build-api 1.2.0 (reverted by a
12
patch in this package)
13
+ Add plexus 13 parent and reformat
14
+ Remove readonly flag from basedir: support .mdo from any
15
location
16
+ Require Maven 3.5.4+
17
+ Prepare to run with Java 19+
18
* Changes of version 2.1.1
19
+ replace generatedBy context value by template
20
+ add velocityBasedir to select where to load (shared) .vm from
21
* Changes of version 2.1.0
22
+ Make the Xpp3Reader#read(XmlPullParser, boolean strict) public
23
+ Fix json encoding
24
+ Support arbitrary element names via 'xs:any'
25
+ Call setter only after object has been populated
26
+ replace handwritten components.xml with annotations
27
+ Optionally enforce required elements in XSDs
28
+ Add a velocity template based generator
29
+ Use optimised plexus-utils CachingWriter
30
- Added patch:
31
* 0001-Revert-Switch-to-codehaus-plexus-build-api-1.2.0-345.patch
32
+ use the version of plexus-build-api that we have packaged
33
- Modified patch:
34
* modello-cli-domasxpp3.patch
35
+ rediff to changed context
36
37
-------------------------------------------------------------------
38
Thu May 4 14:27:26 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
39
40
- Add _multibuild to define 2nd spec file as additional flavor.
41
Eliminates the need for source package links in OBS.
42
43
-------------------------------------------------------------------
44
Fri May 13 08:52:25 UTC 2022 - Fridrich Strba <fstrba@suse.com>
45
46
- Upgrade to upstream version 2.0.0
47
* New features and improvements
48
+ Add Modello 2.0.0 model XSD
49
+ Manage xdoc anchor name conflicts (2 classes with same anchor)
50
+ Drop unnecessary check for identical branches
51
+ Require Maven 3.1.1
52
+ Use a caching writer to avoid overwriting identical files
53
+ Migrate from codehaus:wstx to
54
com.fasterxml.woodstox:woodstox-core 6.2.4
55
+ Make location handling more memory efficient
56
+ Xpp3 extended writer
57
+ Refactor some old java APIs usage
58
+ Add a new field fileComment
59
* Bug Fixes
60
+ Fix javaSource default value
61
+ Fix modello-plugin-snakeyaml
62
* Dependency updates
63
+ Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
64
+ Bump release-drafter/release-drafter from 5.17.6 to 5.18.0
65
+ Bump taglist-maven-plugin from 2.4 to 3.0.0
66
+ Bump checkstyle from 9.2.1 to 9.3
67
+ Bump xmlunit-core from 2.8.4 to 2.9.0
68
+ Bump junit from 4.12 to 4.13.1 in
69
/modello-maven-plugin/src/it/maven-model
70
+ Bump xercesImpl from 2.12.1 to 2.12.2 in
71
/modello-plugins/modello-plugin-xsd
72
+ Bump xercesImpl from 2.12.1 to 2.12.2 in
73
/modello-plugins/modello-plugin-jsonschema
74
+ Bump mavenPluginTools from 3.6.2 to 3.6.4
75
+ Bump maven-compiler-plugin from 3.8.1 to 3.9.0
76
+ Bump maven-jar-plugin from 3.2.0 to 3.2.2
77
+ Bump release-drafter/release-drafter from 5.15.0 to 5.17.6
78
+ Bump woodstox-core from 6.2.7 to 6.2.8
79
+ Bump maven-release-plugin from 3.0.0-M4 to 3.0.0-M5
80
+ Bump checkstyle from 9.2 to 9.2.1
81
+ Bump maven-site-plugin from 3.9.1 to 3.10.0
82
+ Bump snakeyaml from 1.29 to 1.30
83
+ Bump jackson-bom from 2.13.0 to 2.13.1
84
+ Bump xmlunit-core from 2.8.3 to 2.8.4
85
+ Bump plexus-compiler-javac from 2.8.8 to 2.9.0
86
+ Bump woodstox-core from 6.2.6 to 6.2.7
87
+ Bump maven-shared-resources from 3 to 4
88
+ Bump plexus-compiler-api from 2.8.8 to 2.9.0
89
+ Bump mavenPluginTools from 3.6.1 to 3.6.2
90
+ Bump checkstyle from 9.0.1 to 9.2
91
+ Bump xmlunit-core from 2.8.2 to 2.8.3
92
+ Bump checkstyle from 9.0 to 9.0.1
93
+ Bump checkstyle from 8.45.1 to 9.0
94
+ Bump jackson-bom from 2.12.5 to 2.13.0
95
+ Bump org.eclipse.sisu.plexus from 0.3.4 to 0.3.5
96
+ Bump jsoup from 1.14.2 to 1.14.3
97
+ Bump actions/setup-java from 2.3.0 to 2.3.1
98
+ Bump maven-pmd-plugin from 3.14.0 to 3.15.0
99
+ Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
100
+ Bump plexus-utils from 3.2.0 to 3.4.1
101
+ Bump jackson-bom from 2.12.4 to 2.12.5
102
+ Bump actions/setup-java from 2.2.0 to 2.3.0
103
+ Bump checkstyle from 8.42 to 8.45.1
104
+ Bump plexus-velocity from 1.2 to 1.3
105
+ Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
106
+ Bump jackson-bom from 2.12.3 to 2.12.4
107
+ Bump stax2-api from 4.2 to 4.2.1
108
+ Bump actions/setup-java from 1 to 2.2.0
109
+ Bump actions/setup-java from 1 to 2.2.0
110
+ Bump maven-gpg-plugin from 1.6 to 3.0.1
111
+ Bump woodstox-core from 6.2.4 to 6.2.6
112
+ Bump maven-dependency-plugin from 3.1.2 to 3.2.0
113
+ Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
114
+ Bump snakeyaml from 1.28 to 1.29
115
+ Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
116
+ Bump actions/cache from 2.1.5 to 2.1.6
117
+ Bump maven-assembly-plugin from 3.2.0 to 3.3.0
118
+ Bump maven-jxr-plugin from 3.0.0 to 3.1.1
119
+ Bump xercesImpl from 2.12.0 to 2.12.1
120
+ [Snyk] Security upgrade org.jsoup:jsoup from 1.13.1 to 1.14.2
121
+ Bump actions/checkout from 2 to 2.3.4
122
+ Bump xmlunit-core from 2.8.1 to 2.8.2
123
+ Bump maven-surefire-report-plugin from 2.22.1 to 2.22.2
124
+ Bump maven-scm-publish-plugin from 3.0.0 to 3.1.0
125
+ Bump snakeyaml from 1.26 to 1.28
126
+ Bump maven-verifier-plugin from 1.0 to 1.1
127
+ Bump xml-apis from 1.3.04 to 2.0.2
128
+ Bump jackson-bom from 2.11.3 to 2.12.3
129
+ Bump xmlunit from 1.2 to 1.6
130
+ Bump plexus-compiler-javac from 2.1 to 2.8.8
131
+ Bump actions/cache from v2.1.4 to v2.1.5
132
+ Bump release-drafter/release-drafter from v5.12.1 to v5.15.0
133
+ Bump maven-site-plugin from 3.7.1 to 3.9.1
134
+ Bump maven-jxr-plugin from 2.5 to 3.0.0
135
+ Bump actions/cache from v2.1.3 to v2.1.4
136
+ Bump maven-surefire-plugin from 2.22.1 to 2.22.2
137
+ Bump plexus-compiler-api from 2.1 to 2.8.8
138
+ Bump maven-resources-plugin from 3.0.1 to 3.2.0
139
+ Bump release-drafter/release-drafter from v5.11.0 to v5.12.1
140
+ Bump xmlunit-core from 2.7.0 to 2.8.1
141
+ Bump actions/cache from v2.1.2 to v2.1.3
142
+ Bump jaxb-api from 2.1 to 2.3.1
143
+ Bump junit from 4.12 to 4.13.1
144
+ Bump actions/cache from v2.1.0 to v2.1.2
145
+ Bump maven-checkstyle-plugin from 2.15 to 3.1.1
146
+ Bump xercesImpl from 2.8.1 to 2.12.0 in
147
/modello-plugins/modello-plugin-jsonschema
148
+ Bump xercesImpl from 2.8.1 to 2.12.0 in
149
/modello-plugins/modello-plugin-xsd
150
+ Bump xercesImpl from 2.8.1 to 2.12.0
151
+ Bump xmlunit-core from 2.3.0 to 2.7.0
152
+ Bump snakeyaml from 1.12 to 1.26
153
+ Bump maven-compiler-plugin from 3.8.0 to 3.8.1
154
+ Bump maven-dependency-plugin from 2.1 to 3.1.2
155
+ Bump persistence-api from 1.0 to 1.0.2
156
+ Bump maven-enforcer-plugin from 3.0.0-M1 to 3.0.0-M3
157
+ Bump maven-pmd-plugin from 3.11.0 to 3.13.0
158
+ Bump maven-clean-plugin from 3.0.0 to 3.1.0
159
* Documentation updates
160
+ codehaus is dead
161
+ remove defunct mailing list info
162
- Modified patch:
163
* Adapt to the change of parameter from useJava5 to javaSource
164
165
-------------------------------------------------------------------
166
Tue Mar 22 14:07:24 UTC 2022 - Fridrich Strba <fstrba@suse.com>
167
168
- Build with java source and target levels 8
169
170
-------------------------------------------------------------------
171
Mon Apr 26 10:52:49 UTC 2021 - Fridrich Strba <fstrba@suse.com>
172
173
- Upgrade to upstream version 1.11
174
- Build the jackson and jsonschema plugins too
175
176
-------------------------------------------------------------------
177
Thu Nov 21 14:58:23 UTC 2019 - Fridrich Strba <fstrba@suse.com>
178
179
- Upgrade to upstream version 1.10.0
180
- Modified patch:
181
* modello-cli-domasxpp3.patch
182
+ rediff to changed line endings
183
184
-------------------------------------------------------------------
185
Fri Mar 15 14:15:55 UTC 2019 - Fridrich Strba <fstrba@suse.com>
186
187
- Added patch:
188
* modello-cli-domasxpp3.patch
189
+ allow setting on command-line the domAsXpp3 property that
190
modello-maven-plugin can set in pom.xml file
191
192
-------------------------------------------------------------------
193
Tue Mar 12 08:12:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
194
195
- Initial packaging of modello 1.9.1
196
- Generate and customize ant build files
197