-
Notifications
You must be signed in to change notification settings - Fork 17
/
RELEASE-NOTES.txt
227 lines (162 loc) · 12.1 KB
/
RELEASE-NOTES.txt
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
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_codec.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_codec.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_codec.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_codec.cgi
-----------------------------------------------------------------------------