-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathRELEASE-NOTES.txt
More file actions
354 lines (240 loc) · 17.7 KB
/
RELEASE-NOTES.txt
File metadata and controls
354 lines (240 loc) · 17.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
Apache Commons Build Plugin Maven Mojo 1.16.1 RELEASE NOTES
-----------------------------------------------------------
The Apache Commons team is pleased to announce Apache Commons Build Plugin Maven Mojo 1.16.1.
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing and so on):
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
This is a feature and maintenance release. Java 8 or later is required.
Changes in this version include:
Fixed Bugs
----------
* Removed outdated social media link from README.md and CONTRIBUTING.md Thanks to Bernd Eckenfels.
* Tweak README (grammar and clarity). See: https://github.com/apache/commons-lang/pull/1442 Thanks to seshathri044.
* Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
Changes
-------
* Bump org.apache.commons:commons-parent from 85 to 96 #391, #411, #412. Thanks to Dependabot, Gary Gregory.
* Bump graalvm.version from 24.2.2 to 25.0.2 #390, #401. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-script-ant from 3.15.1 to 3.15.2 #407. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.15.1 to 3.15.2 #405. Thanks to Dependabot, Gary Gregory.
* Bump org.apache.maven.plugins:maven-plugin-plugin from 3.15.1 to 3.15.2 #408. Thanks to Dependabot, Gary Gregory.
* Bump commons.maven.version from 3.9.11 to 3.9.12 #415. Thanks to Dependabot, Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.16.0 RELEASE NOTES
-----------------------------------------------------------
The Apache Commons team is pleased to announce Apache Commons Build Plugin Maven Mojo 1.16.0.
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing and so on):
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
This is a feature and maintenance release. Java 8 or later is required.
Changes in this version include:
New features
------------
* Refactor version for Maven core plugin dependencies into a new property commons.maven.version. Thanks to Gary Gregory.
* Refactor unnamed profile into two for JavaScript dependency: java-11 and java-17-plus. Thanks to Gary Gregory.
Fixed Bugs
----------
* Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
* Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.
Changes
-------
* Bump org.apache.commons:commons-parent from 79 to 85 #367. Thanks to Gary Gregory.
* Bump org.graalvm.js:js from 23.0.6 to 23.0.7 #347. Thanks to Dependabot, Gary Gregory.
* Bump graalvm.version from 24.1.2 to 24.2.2 on Java 17 and up #346, #357, #365. Thanks to Dependabot, Gary Gregory.
* Bump commons.maven.version from 3.9.9 to 3.9.11 #374. Thanks to Dependabot, Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.15.0 RELEASE NOTES
-----------------------------------------------------------
The Apache Commons team is pleased to announce Apache Commons Build Plugin Maven Mojo 1.15.0.
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing etc)
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
This is a maintenance release.
Changes in this version include:
Fixed Bugs
----------
* Pick up maven-antrun-plugin version from parent POM org.apache:apache. Thanks to Gary Gregory.
Changes
-------
* Bump org.apache.commons:commons-parent from 78 to 79, upgrades Doxia from 1 to 2. Thanks to Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.14.1 RELEASE NOTES
-----------------------------------------------------------
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing etc)
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
Maintenance release
Changes in this version include:
Fixed Bugs
----------
* Fix broken URL to project location in Maven Central #320. Thanks to Capt. Cutlass.
Changes
-------
* Bump org.apache.commons:commons-parent from 69 to 78 #264, #276, #291, #301, #307, #312, #324. Thanks to Dependabot, Gary Gregory.
* Bump org.graalvm.js:js-scriptengine from 24.0.0 to 24.1.1 #248, #282, #308, #322. Thanks to Dependabot.
* Bump org.graalvm.js:js from 23.0.3 to 23.0.6 #247, #281, #321. Thanks to Dependabot.
* Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.12.0 to 3.15.1 #260, #272, #292, #298. Thanks to Dependabot.
* Bump org.apache.maven.plugin-tools:maven-script-ant from 3.12.0 to 3.15.1 #259, #270, #295, #300. Thanks to Dependabot.
* Bump org.apache.maven.plugins:maven-plugin-plugin from 3.12.0 to 3.15.1 #258, #271, #299. Thanks to Dependabot.
* Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.9 #267, #277, #293. Thanks to Dependabot.
* Bump org.apache.maven:maven-core from 3.9.6 to 3.9.9 #268, #278, #294. Thanks to Dependabot.
* Bump org.apache.ant:ant-launcher from 1.10.14 to 1.10.15 #303. Thanks to Dependabot.
* Bump org.codehaus.mojo:jdepend-maven-plugin from 2.0 to 2.1 #311. Thanks to Dependabot.
Removed
-------
* Drop codecov.io badge. Thanks to Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.14.0 RELEASE NOTES
-----------------------------------------------------------
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing etc)
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
Feature release
Changes in this version include:
New features
------------
* Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.
Fixed Bugs
----------
* maven-plugin-report-plugin replaces maven-plugin-plugin report goal
* Fix up errors in GHA badges for Java and CodeQL
* Only use graalvm on Java11+; update to 22.3.3 which avoids NoClassDefFoundError messages
* Replace mail-archives.apache.org with lists.apache.org
* Drop mail archives that no longer exist (markmail, gmane, old.nabble)
* Disable moditect as it fails currently
Changes
-------
* Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 Thanks to Dependabot.
* Drop IRC references Thanks to Gary Gregory.
* Bump commons-parent from 58 to 69 #240. Thanks to Gary Gregory.
* Bump org.apache.ant:ant-launcher from 1.10.12 to 1.10.14. Thanks to Dependabot, Gary Gregory.
* Disable cyclonedx - not needed
* Drop outdated, unmaintained table of components in README in favour of link to website.
* Bump org.graalvm.js:js-scriptengine from 23.1.0 to 24.0.0 #236. Thanks to Dependabot.
* Bump org.graalvm.js:js from 23.0.1 to 23.0.3. Thanks to Dependabot.
* Bump org.apache.maven:maven-core 3.9.4 to 3.9.6. Thanks to Gary Gregory.
* Bump org.apache.maven:maven-plugin-api 3.9.4 to 3.9.6. Thanks to Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-script-ant 3.9.0 to 3.12.0 #241. Thanks to Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.9.0 to 3.12.0 #242. Thanks to Gary Gregory.
* Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 #393. Thanks to Dependabot, Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.14.0 RELEASE NOTES
-----------------------------------------------------------
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing etc)
mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
Feature release
Changes in this version include:
New features
------------
* Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.
Fixed Bugs
----------
* maven-plugin-report-plugin replaces maven-plugin-plugin report goal
* Fix up errors in GHA badges for Java and CodeQL
* Only use graalvm on Java11+; update to 22.3.3 which avoids NoClassDefFoundError messages
* Replace mail-archives.apache.org with lists.apache.org
* Drop mail archives that no longer exist (markmail, gmane, old.nabble)
* Disable moditect as it fails currently
Changes
-------
* Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 Thanks to Dependabot.
* Drop IRC references Thanks to Gary Gregory.
* Bump commons-parent from 58 to 69 #240. Thanks to Gary Gregory.
* Bump org.apache.ant:ant-launcher from 1.10.12 to 1.10.14. Thanks to Dependabot, Gary Gregory.
* Disable cyclonedx - not needed
* Drop outdated, unmaintained table of components in README in favour of link to website.
* Bump org.graalvm.js:js-scriptengine from 23.1.0 to 24.0.0 #236. Thanks to Dependabot.
* Bump org.graalvm.js:js from 23.0.1 to 23.0.3. Thanks to Dependabot.
* Bump org.apache.maven:maven-core 3.9.4 to 3.9.6. Thanks to Gary Gregory.
* Bump org.apache.maven:maven-plugin-api 3.9.4 to 3.9.6. Thanks to Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-script-ant 3.9.0 to 3.12.0 #241. Thanks to Gary Gregory.
* Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.9.0 to 3.12.0 #242. Thanks to Gary Gregory.
* Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 #393. Thanks to Dependabot, Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------
Apache Commons Build Plugin Maven Mojo 1.13 RELEASE NOTES
---------------------------------------------------------
Apache Maven Mojo for Apache Commons Build tasks.
For example:
mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
To use a SNAPSHOT version (for testing etc)
mvn org.apache.commons:commons-build-plugin:1.13-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]
Feature release
New features
------------
* Add property commons.dist.subdir. Thanks to Gary Gregory.
* Add github/codeql-action. Thanks to Gary Gregory.
Fixed Bugs
----------
* Fix running on Java 11 and up. Use GraalVM instead of Java 8 Nashorn for JavaScript, which was deprecated in Java 11 and removed in Java 15.
Unfortunately, you will see this output on the console at the end of a successful build:
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/graalvm/collections/EconomicMapImpl$3
at org.graalvm.collections.EconomicMapImpl.iterator(EconomicMapImpl.java:846)
at com.oracle.truffle.polyglot.PolyglotEngineImpl.collectAliveContexts(PolyglotEngineImpl.java:1261)
at com.oracle.truffle.polyglot.PolyglotEngineImpl.ensureClosed(PolyglotEngineImpl.java:1158)
at com.oracle.truffle.polyglot.PolyglotEngineImpl$PolyglotShutDownHook.run(PolyglotEngineImpl.java:1407)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.ClassNotFoundException: org.graalvm.collections.EconomicMapImpl$3
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
... 5 more Thanks to Gary Gregory.
* Fix minor typos #79. Thanks to Marc Wrobel.
* [StepSecurity] ci: Harden GitHub Actions #162. Thanks to step-security-bot, Gary Gregory.
Changes
-------
* Bump Ant integration from org.apache.maven:maven-script-ant to org.apache.maven.plugin-tools:maven-script-ant 3.9.0. Thanks to Gary Gregory.
* Bump actions/cache. Thanks to Dependabot, Gary Gregory.
* Bump actions/checkout. Thanks to Dependabot, Gary Gregory.
* Bump actions/setup-java. Thanks to Gary Gregory, Dependabot.
* Bump actions/upload-artifact. Thanks to Dependabot.
* Bump github/codeql-action. Thanks to Dependabot.
* Bump maven-antrun-plugin from 1.8 to 3.1.0, #18, #71. Thanks to Dependabot.
* Bump spotbugs-maven-plugin from 4.1.3 to 4.7.3.0 #56, #58, #66, #73, #75, #77, #82, #93, #106. Thanks to Gary Gregory, Dependabot.
* Bump spotbugs from 4.1.3 to 4.7.3, #24, #26, #57, #63, #72, #80, #98. Thanks to Gary Gregory, Dependabot.
* Bump maven-plugin-plugin from 3.6.0 to 3.9.0, #33, #52, #61, #104, #127, #138, #154. Thanks to Gary Gregory.
* Bump maven-plugin-tools-ant from 3.6.0 to 3.9.0, #32, #53, #59, #126, #139, #152. Thanks to Gary Gregory.
* Bump versions-maven-plugin from 2.9.0 to 2.15.0 #64, #74, #81, #101. #115, #119. #136. Thanks to Dependabot.
* Bump commons-parent from 52 to 58 #67, #86, #110, #120, #153. Thanks to Dependabot, Gary Gregory.
For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:
https://commons.apache.org/proper/commons-build-plugin/
Download page: https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
-----------------------------------------------------------------------------