Update NEWS for 6.0.5
[odlparent.git] / docs / NEWS.rst
1 ========================
2 ODL Parent release notes
3 ========================
4
5 Version 6.0.5
6 -------------
7 This is a bug-fix upgrade from version 6.0.4.
8
9 Third-party dependencies
10 ~~~~~~~~~~~~~~~~~~~~~~~~
11 * Akka 2.5.26 → 2.5.29, release notes:
12   * `2.5.27 <https://akka.io/blog/news/2019/12/10/akka-2.5.27-released>`__
13   * `2.5.29 <https://akka.io/blog/news/2020/01/28/akka-2.5.29-released>`__
14
15 * commons-codec `1.13 → 1.14 <https://commons.apache.org/proper/commons-codec/changes-report.html#a1.14>`__
16
17 * Jackson `2.9.10 → 2.9.10.20200103 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#micro-patches>`__
18
19 Plugin upgrades
20 ~~~~~~~~~~~~~~~
21 * maven-source-plugin `3.2.0 → 3.2.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12346480>`__
22
23 Version 6.0.4
24 -------------
25 This is a bug-fix upgrade from version 6.0.3.
26
27 Bug fixes
28 ~~~~~~~~~
29 * ``single-feature-test`` was using outdated repositories, including Maven Central,
30   which `broke on Jan 15, 2020 <https://support.sonatype.com/hc/en-us/articles/360041287334-Central-501-HTTPS-Required>`__.
31   This has been corrected.
32
33 Third-party dependencies
34 ~~~~~~~~~~~~~~~~~~~~~~~~
35
36 * JUnit 4.11 → 4.13, release notes:
37   * `4.12 <https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md>`__
38   * `4.13 <https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.13.md>`__
39
40 * log4j2 2.11.2 → 2.13.0, release notes:
41   * `2.12.0 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.0>`__
42   * `2.12.1 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.12.1>`__
43   * `2.13.0 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.0>`__
44
45 * netty 4.1.42 → 4.1.45, release notes:
46   * `4.1.43 <https://netty.io/news/2019/10/24/4-1-43-Final.html>`__
47   * `4.1.44 <https://netty.io/news/2019/12/18/4-1-44-Final.html>`__
48   * `4.1.45 <https://netty.io/news/2020/01/13/4-1-45-Final.html>`__
49
50 Plugin upgrades
51 ~~~~~~~~~~~~~~~
52 * maven-assembly-plugin 2.2-beta5 → 3.2.0
53
54 * maven-archetype-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345957>`__
55
56 Version 6.0.3
57 -------------
58 This is a bug-fix upgrade from version 6.0.2.
59
60 Bug fixes
61 ~~~~~~~~~
62 * The fix for `ODLPARENT-216 <https://jira.opendaylight.org/browse/ODLPARENT-216>`__ ended up
63   breaking ``org.kohsuke.metainf-services`` integration. While this could be fixed in downstreams
64   by adding proper </annotationProcessorPaths> entry, it is a regression from 6.0.1.
65
66 Version 6.0.2
67 -------------
68 This is a security/bug-fix upgrade from version 6.0.1.
69
70 Bug fixes
71 ~~~~~~~~~
72 * ``single-feature-parent`` was setting up Karaf repositories incorrectly, leading to
73   the test using unpatched Karaf resources. This has now been fixed and the test run
74   is using environment equivalent to the contents of the distribution. See
75   `ODLPARENT-209 <https://jira.opendaylight.org/browse/ODLPARENT-209>`__ for details.
76
77 * ``immutables.org`` integration relied on pre-JDK9 way of integration, where the annotation processor
78   was just dropped as a dependency. This does not work with JDK9+ artifacts which are also explicit
79   JMPS modules. Note that users are advised to switch to depending on the ``annotations``-classified
80   artifact. See `ODLPARENT-216 <https://jira.opendaylight.org/browse/ODLPARENT-216>`__ for details.
81
82 * Assembled Karaf distribution did not perform proper JDK checks and allowed launching with JDK8,
83   leading to a failure to install OpenDaylight components with an error stack, which confuses users
84   not familiar with OSGi. The distribution now refuses to start with anything other than JDK11. See
85   `ODLPARENT-218 <https://jira.opendaylight.org/browse/ODLPARENT-218>`__ for details.
86
87 Third-party dependencies
88 ~~~~~~~~~~~~~~~~~~~~~~~~
89
90 * Akka `2.5.25 → 2.5.26 <https://akka.io/blog/news/2019/10/17/akka-2.5.26-released>`__
91
92 * Checkstyle 8.20 → 8.26, release notes:
93   * `8.21 <https://checkstyle.org/releasenotes.html#Release_8.21>`__
94   * `8.22 <https://checkstyle.org/releasenotes.html#Release_8.22>`__
95   * `8.23 <https://checkstyle.org/releasenotes.html#Release_8.23>`__
96   * `8.24 <https://checkstyle.org/releasenotes.html#Release_8.24>`__
97   * `8.25 <https://checkstyle.org/releasenotes.html#Release_8.25>`__
98   * `8.26 <https://checkstyle.org/releasenotes.html#Release_8.26>`__
99
100 * H2 database `1.4.199 → 1.4.200 <http://www.h2database.com/html/changelog.html>`__
101
102 * Hamcrest `2.1 → 2.2 <https://github.com/hamcrest/JavaHamcrest/releases/tag/v2.2>`__
103
104 * JaCoCo `0.8.4 → 0.8.5 <https://github.com/jacoco/jacoco/releases/tag/v0.8.5>`__
105
106 * Karaf 4.2.2 → 4.2.6, release notes:
107   * `4.2.3 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344587>`__
108   * `4.2.4 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344856>`__
109   * `4.2.5 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345153>`__
110   * `4.2.6 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345365>`__
111
112 * Powermock `2.0.2 → 2.0.4 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#204>`__
113
114 * Sevntu `1.35.0 → 1.36.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.36.0>`__
115
116 Plugin upgrades
117 ~~~~~~~~~~~~~~~
118
119 * maven-bundle-plugin `4.1.0 → 4.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345491>`__
120
121 * maven-jar-plugin `3.1.2 → 3.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12345503>`__
122
123 * maven-source-plugin `3.1.0 → 3.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12345522>`__
124
125 * modernizer-maven-plugin `1.9.0 → 2.0.0 <https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.0.0>`__
126
127 Version 6.0.1
128 -------------
129 This is a security/bug-fix upgrade from version 6.0.0.
130
131 Bug fixes
132 ~~~~~~~~~
133 * ``karaf-plugin`` ignored exceptions coming from its failure to resolve ${karaf.etc} variable. This
134   has now been fixed and the URL handling has been revised to fix build on Windows. See
135   `ODLPARENT-214 <https://jira.opendaylight.org/browse/ODLPARENT-214>`__ for details.
136
137 * ``leveldb-jni`` jar, which has been seeded to nexus.opendaylight.org long time ago is not published
138   in Maven Central. This has been resolved by repackaging this jar and publishing it from odlparent.
139   See `ODLPARENT-210 <https://jira.opendaylight.org/browse/ODLPARENT-210>`__ for details.
140
141 Third-party dependencies
142 ~~~~~~~~~~~~~~~~~~~~~~~~
143
144 * Bouncy Castle `1.63 → 1.64 <http://www.bouncycastle.org/releasenotes.html>`__
145
146 * Jackson `2.9.9 → 2.9.10 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.10>`__
147
148 * Javassist 3.24.1-GA → 3.26.0-GA
149
150 * Guice 4.1.0 → 4.2.2, release notes:
151   * `4.2.0 <https://github.com/google/guice/wiki/Guice42>`__
152   * `4.2.1 <https://github.com/google/guice/wiki/Guice421>`__
153   * `4.2.2 <https://github.com/google/guice/wiki/Guice422>`__
154
155 * Mockito 2.25.1 → 2.28.2, release notes:
156   * `2.25.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2252>`__
157   * `2.25.3 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2253>`__
158   * `2.25.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2254>`__
159   * `2.25.5 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2255>`__
160   * `2.25.6 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2256>`__
161   * `2.25.7 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2257>`__
162   * `2.26.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2261>`__
163   * `2.26.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2262>`__
164   * `2.27.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2271>`__
165   * `2.27.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2272>`__
166   * `2.27.3 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2273>`__
167   * `2.27.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2274>`__
168   * `2.27.5 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2275>`__
169   * `2.28.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2280>`__
170
171 * Netty 4.1.39 → 4.1.42, release notes:
172   * `4.1.41 <https://netty.io/news/2019/09/12/4-1-41-Final.html>`__
173   * `4.1.42 <https://netty.io/news/2019/09/25/4-1-42-Final.html>`__
174
175 * pt-triemap `1.0.6 → 1.1.0 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.1.0>`__
176
177 * reactive-streams `1.0.2 → 1.0.3 <http://www.reactive-streams.org/announce-1.0.3>`__
178
179 * stax2-api `3.1.4 → 4.2 <https://github.com/FasterXML/stax2-api/blob/master/release-notes/VERSION>`__
180
181 * woodstox-core 5.0.3 → 5.3.0, release notes:
182   * `5.1.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.1>`__
183   * `5.2.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.2>`__
184   * `5.3.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.3>`__
185
186 Version 6.0.0
187 -------------
188 This is a major upgrade from version 5, with breaking changes; projects will
189 need to make changes to upgrade to this version.
190
191 Java 11 is required
192 ~~~~~~~~~~~~~~~~~~~
193 This release sets ``maven.compiler.release=11`` and enforces that the JDK used to build
194 is Java 11+. As there may be issues with various maven plugins when faced with JDK9+
195 constructs and JDK11+ classes, target release can be controlled on a per-artifact
196 basis (i.e. target Java 10 with ``maven.compiler.release=10`` property).
197
198 This release has been validated with ``openjdk-11.0.4`` and is not supported on any lower
199 version. As usual, we recommend using latest available JDK/JRE for Java 11 during development
200 and deployment.
201
202 Checkstyle/SpotBugs/Modernizer run by default
203 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
204 With this release code artifacts always run ``maven-checkstyle-plugin``, ``spotbugs-maven-plugin``
205 and ``modernizer-maven-plugin``. Checkstyle and SpotBugs run in enforcing mode, i.e. will fail
206 build if any violations are found. Modernizer is configured to report Java 8-compatible constructs
207 and will not fail the build unless instructed to do so.
208
209 Behavior of each of these is controlled via a maven property on a per-artifact basis:
210
211 * ``odlparent.checkstyle.enforce`` controls checkstyle enforcement: defaults to ``true``, but can be set to ``false``
212 * ``odlparent.checkstyle.skip`` controls checkstyle invocation: defaults to ``false``, but can be set to ``true``
213 * ``odlparent.spotbugs.enforce`` controls SpotBugs enforcement: defaults to ``true``, but can be set to ``false``
214 * ``odlparent.spotbugs.skip`` controls SpotBugs invocation: defaults to ``false``, but can be set to ``true``
215 * ``odlparent.modernizer.enforce`` controls modernizer enforcement: defaults to ``false``, but can be set to ``true``
216 * ``odlparent.modernizer.skip`` controls modernizer invocation: defaults to ``false``, but can be set to ``true``
217 * ``odlparent.modernizer.target`` controls modernizer Java version: defaults to ``1.8``, but can be set to ``1.11`` or similar
218
219 Bug fixes
220 ~~~~~~~~~
221
222 * ``blueprint container`` had ``org.apache.aries.blueprint.preemptiveShutdown`` set to false
223   to enable it to work with Config Subsystem. As that component is long gone, this property has
224   been removed as part of `ODLPARENT-34 <https://jira.opendaylight.org/browse/ODLPARENT-34>`__.
225   Furthermore, system properties related to Config Subsystem/NETCONF integration have been removed
226   as well.
227
228 Upstream version removals
229 ~~~~~~~~~~~~~~~~~~~~~~~~~
230
231 The following upstream dependencies have been removed from dependency management:
232
233 * com.google.code.findbugs/jsr305
234
235 Third-party dependencies
236 ~~~~~~~~~~~~~~~~~~~~~~~~
237
238 The dependency on `xmlunit-assertj` and `modernizer-maven-annotations` has been added and the following
239 dependencies have been upgraded:
240
241 * Akka 2.5.23 → 2.5.25, release notes:
242   * `2.5.24 <https://akka.io/blog/news/2019/08/09/akka-2.5.24-released>`__
243   * `2.5.25 <https://akka.io/blog/news/2019/08/20/akka-2.5.25-released>`__
244
245 * apache-sshd `2.2.0 → 2.3.0 <https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md>`__
246
247 * Bouncy Castle `1.62 → 1.63 <https://www.bouncycastle.org/releasenotes.html>`__
248
249 * commons-beanutils `1.9.3 → 1.9.4 <https://www.apache.org/dist/commons/beanutils/RELEASE-NOTES.txt>`__
250
251 * commons-codec `1.12 → 1.13 <http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt>`__
252
253 * commons-text 1.6 → 1.8, release notes:
254   * `1.7 <https://commons.apache.org/proper/commons-text/changes-report.html#a1.7>`__
255   * `1.8 <https://commons.apache.org/proper/commons-text/changes-report.html#a1.8>`__
256
257 * Checkstyle 8.18 → 8.20, release notes:
258   * `8.19 <https://checkstyle.org/releasenotes.html#Release_8.19>`__
259   * `8.20 <https://checkstyle.org/releasenotes.html#Release_8.20>`__
260
261 * jackson-databind `2.9.9 → 2.9.9.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#micro-patches>`__
262
263 * jaxb-api 2.2.8 → 2.3.0, aligning it with Karaf-provided version
264
265 * Netty 4.1.36 → 4.1.39, release notes:
266   * `4.1.37 <https://netty.io/news/2019/06/28/4-1-37-Final.html>`__
267   * `4.1.38 <https://netty.io/news/2019/07/24/4-1-38-Final.html>`__
268   * `4.1.39 <https://netty.io/news/2019/08/13/4-1-39-Final.html>`__
269
270 * Sevntu 1.32.0 → 1.35.0, release notes:
271   * `1.33.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0>`__
272   * `1.34.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.0>`__
273   * `1.34.1 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.1>`__
274   * `1.35.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.35.0>`__
275
276 * Scala 2.12.8 → 2.12.9, release notes:
277   * `2.12.9 <https://github.com/scala/scala/releases/tag/v2.12.9>`__
278   * `2.12.10 <https://github.com/scala/scala/releases/tag/v2.12.10>`__
279
280 * slf4j `1.7.25 → 1.7.28 <https://www.slf4j.org/news.html>`__
281
282 * triemap `1.0.5 → 1.0.6 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.6>`__
283
284 * typesafe/ssl-config `0.3.7 → 0.3.8 <https://github.com/lightbend/ssl-config/compare/v0.3.7...v0.3.8>`__
285
286 * Xtend 1.17.1 → 1.19.0, release notes:
287   * `1.18.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/06/04/version-2-18-0>`__
288   * `1.19.0 <https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2019/09/03/version-2-19-0>`__
289
290 Plugin upgrades
291 ~~~~~~~~~~~~~~~
292
293 * git-commit-id-plugin 2.2.6 → 3.0.1, release notes:
294   * `3.0.0 <https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.0>`__
295   * `3.0.1 <https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.1>`__
296
297 * maven-javadoc-plugin `3.1.0 → 3.1.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12345060>`__
298
299 * pmd-maven-plugin `3.11.0 → 3.12.0 <https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-version1>`__
300
301 * spotbugs-maven-plugin 3.1.11  → 3.1.12.2, release notes:
302   * `3.1.12 <https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-3.1.11...spotbugs-maven-plugin-3.1.12>`__
303   * `3.1.12.1 <https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.1>`__
304   * `3.1.12.2 <https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.2>`__
305
306 Version 5.0.1
307 -------------
308
309 This is a bug-fix upgrade from version 5.0.0.
310
311 Third-party dependencies
312 ~~~~~~~~~~~~~~~~~~~~~~~~
313
314 The following dependencies have been upgraded:
315
316 * Akka 2.5.21 → 2.5.23, release notes:
317   * `2.5.22 <https://akka.io/blog/news/2019/04/03/akka-2.5.22-released>`__
318   * `2.5.23 <https://akka.io/blog/news/2019/05/21/akka-2.5.23-released>`__
319
320 * asciidoctorj-diagram 1.5.12 → 1.5.16
321
322 * Bouncy Castle `1.61 → 1.62 <http://www.bouncycastle.org/releasenotes.html>`__
323
324 * commons-lang3 `3.8.1 → 3.9 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__
325
326 * JaCoCo `0.8.3 → 0.8.4 <https://github.com/jacoco/jacoco/releases/tag/v0.8.4>`__
327
328 * Jackson `2.9.8 → 2.9.9 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.9>`__
329
330 * Jolokia 1.6.0 → 1.6.2, release notes:
331   * `1.6.1 <https://jolokia.org/changes-report.html#a1.6.1>`__
332   * `1.6.2 <https://jolokia.org/changes-report.html#a1.6.2>`__
333
334 * Mockito `2.25.0 → 2.25.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2251>`__
335
336 * Netty 4.1.34 → 4.1.36, release notes:
337   * `4.1.35 <https://netty.io/news/2019/04/17/4-1-35-Final.html>`__
338   * `4.1.36 <https://netty.io/news/2019/04/30/4-1-36-Final.html>`__
339
340 * PowerMock 2.0.0 → 2.0.2, release notes:
341   * `2.0.1 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.1>`__
342   * `2.0.2 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.2>`__
343
344 * Reactive Streams `1.0.1 → 1.0.2 <https://www.lightbend.com/blog/update-reactive-streams-102-released>`__
345
346 * scala-parser-combinators `1.1.1 → 1.1.2 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2>`__
347
348 * Sevntu `1.32.0 → 1.33.0 <http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0>`__
349
350 * Typesafe Config `1.3.2 → 1.3.3 <https://github.com/lightbend/config/releases/tag/v1.3.3>`__
351
352 * triemap `1.0.4 → 1.0.5 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.5>`__
353
354 * XBean finder 4.12 → 4.14, release notes:
355   * `4.13 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344253&projectId=12310312>`__
356   * `4.14 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345220>`__
357
358 * xmlunit `2.6.2 → 2.6.3 <https://github.com/xmlunit/xmlunit/releases/tag/v2.6.3>`__
359
360 * Xtend `2.17.0 → 2.17.1 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/04/03/version-2-17-1>`__
361
362 Plugin upgrades
363 ~~~~~~~~~~~~~~~
364
365 * maven-archetype-plugin 3.0.1 → 3.1.1, release notes:
366   * `3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12340346>`__
367   * `3.1.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345450>`__
368
369 * maven-bundle-plugin `4.1.0 → 4.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345047>`__
370
371 * maven-checkstyle-plugin `3.1.0 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12342397>`__
372
373 * maven-compiler-plugin `3.8.0 → 3.8.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484>`__
374
375 * maven-help-plugin `3.1.1 → 3.2.0 <https://blog.soebes.de/blog/2019/04/22/apache-maven-help-plugin-version-3-dot-2-0-released/>`__
376
377 * maven-jar-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12344629>`__
378
379 * maven-plugin-plugin `3.5.2 → 3.6.0 <https://blogs.apache.org/maven/entry/apache-maven-plugin-tools-version1>`__
380
381 * maven-source-plugin `3.0.1 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12336941>`__
382
383 * maven-surefire-plugin 2.22.1 → 2.22.2
384
385 New plugins
386 ~~~~~~~~~~~
387
388 * ``modernizer-maven-plugin`` declared, allowing downstreams to more easily activate it,
389   and so detect code which should be updated to more modern equivalent.
390
391 New features
392 ~~~~~~~~~~~~
393
394 * ``odl-caffeine-2`` provides a pre-packaged feature for the Caffeine caching framework,
395   along with the Guava compabitility layer.
396
397 Version 5.0.0
398 -------------
399
400 This is a major upgrade from version 4, with breaking changes; projects will
401 need to make changes to upgrade to this version.
402
403 The most significant change is `ODLPARENT-198 <https://jira.opendaylight.org/browse/ODLPARENT-198>`__,
404 which removes JSR305 from default dependencies and does not present it at class path by default.
405
406 Deleted artifacts
407 ~~~~~~~~~~~~~~~~~
408
409 ``findbugs`` has been removed, as its only purpose was to provide FindBugs
410 rule definitions. Equivalent definitions are available in ``spotbugs``.
411
412 Bug fixes
413 ~~~~~~~~~
414
415 * ``blueprint-maven-plugin`` used to scan the entire classpath, resulting in potential conflicts
416   across projects. Scanning is now limited to ``${project.groupId}``, limiting conflict domain
417   to single project. See `ODLPARENT-109 <https://jira.opendaylight.org/browse/ODLPARENT-109>`__.
418
419 * ``bundle-maven-plugin`` configuration ignored generated ServiceLoader service entries,
420   which has now been fixed. See `ODLPARENT-197 <https://jira.opendaylight.org/browse/ODLPARENT-197>`__.
421
422 * Bundle tests are now enabled by default. See `ODLPARENT-158 <https://jira.opendaylight.org/browse/ODLPARENT-158>`__
423   and `ODLPARENT-80 <https://jira.opendaylight.org/browse/ODLPARENT-80>`__ for details.
424
425 * Karaf log file rollover was not explictly set up, leading to inability to easily override
426   the defaults. See `ODLPARENT-153 <https://jira.opendaylight.org/browse/ODLPARENT-153>`__ for details.
427
428 * Karaf log file used to use default maximum 16MiB file size, this has now been increased to 64MiB.
429   See `ODLPARENT-154 <https://jira.opendaylight.org/browse/ODLPARENT-154>`__.
430
431 * ``features-test`` excluded opendaylight-karaf-empty's transitive dependencies, leading
432   to the need to re-declare them in single-feature-parent. This re-declaration was forgotten
433   in for ``bcpkix-framework-ext`` and ``bcprov-framework-ext`` bundles, which lead to them
434   not being present in the local repository. See `ODLPARENT-130 <https://jira.opendaylight.org/browse/ODLPARENT-130>`__.
435
436 Upstream version removals
437 ~~~~~~~~~~~~~~~~~~~~~~~~~
438
439 The following upstream dependencies have been removed from dependency management:
440
441 * cassandra-driver-core
442
443 * org.codehaus.enunciate/enunciate-core-annotations
444
445 * org.jboss.resteasy/jaxrs-api
446
447 * org.json/json
448
449 * org.osgi/org.osgi.compendium
450
451 Removed features
452 ~~~~~~~~~~~~~~~~
453
454 * odl-jersey-1
455
456 * ``features-akka`` feature repository has been integrated into ``features-odlparent``
457
458 Third-party dependencies
459 ~~~~~~~~~~~~~~~~~~~~~~~~
460
461 The following dependencies have been upgraded:
462
463 * apache-sshd `2.0.0 → 2.2.0 <https://github.com/apache/mina-sshd/compare/sshd-2.0.0...sshd-2.2.0>`__
464
465 * Aeron 1.12.0 → 1.15.3, release notes:
466   * `1.13.0 <https://github.com/real-logic/aeron/releases/tag/1.13.0>`__
467   * `1.14.0 <https://github.com/real-logic/aeron/releases/tag/1.14.0>`__
468   * `1.15.0 <https://github.com/real-logic/aeron/releases/tag/1.15.0>`__
469   * `1.15.1 <https://github.com/real-logic/aeron/releases/tag/1.15.1>`__
470   * `1.15.2 <https://github.com/real-logic/aeron/releases/tag/1.15.2>`__
471   * `1.15.3 <https://github.com/real-logic/aeron/releases/tag/1.15.3>`__
472
473 * Agrona 0.9.27 → 0.9.33, release notes:
474   * `0.9.28 <https://github.com/real-logic/agrona/releases/tag/0.9.28>`__
475   * `0.9.29 <https://github.com/real-logic/agrona/releases/tag/0.9.29>`__
476   * `0.9.30 <https://github.com/real-logic/agrona/releases/tag/0.9.30>`__
477   * `0.9.31 <https://github.com/real-logic/agrona/releases/tag/0.9.31>`__
478   * `0.9.32 <https://github.com/real-logic/agrona/releases/tag/0.9.32>`__
479   * `0.9.33 <https://github.com/real-logic/agrona/releases/tag/0.9.33>`__
480
481 * Akka 2.5.19 → 2.5.21, release notes:
482   * `2.5.20 <https://akka.io/blog/news/2019/01/29/akka-2.5.20-released>`__
483   * `2.5.21 <https://akka.io/blog/news/2019/02/13/akka-2.5.21-released>`__
484
485 * antl4r `4.7.1 → 4.7.2 <https://github.com/antlr/antlr4/releases/tag/4.7.2>`__
486
487 * asciidoctorj-diagram 1.5.11 → 1.5.12
488
489 * Bouncy Castle `1.60 → 1.61 <http://www.bouncycastle.org/releasenotes.html>`__
490
491 * checkstyle 8.16 → 8.18, release notes:
492   * `8.17 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.17>`__
493   * `8.18 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.18>`__
494
495 * commons-codec `1.11 → 1.12 <http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt>`__
496
497 * Google Error Prone 2.3.2 → 2.3.3
498
499 * Google Guava 25.1 → 27.1, release notes:
500   * `26.0 <https://github.com/google/guava/releases/tag/v26.0>`__
501   * `27.0 <https://github.com/google/guava/releases/tag/v27.0>`__
502   * `27.0.1 <https://github.com/google/guava/releases/tag/v27.0.1>`__
503   * `27.1 <https://github.com/google/guava/releases/tag/v27.1>`__
504
505 * Google Truth `0.42 → 0.43 <https://github.com/google/truth/releases/tag/release_0_43>`__
506
507 * h2 database `1.4.196 → 1.4.199 <http://www.h2database.com/html/changelog.html>`__
508
509 * Immutables `2.7.3 → 2.7.5 <https://github.com/immutables/immutables/#changelog>`__
510
511 * Javassist `3.24.0-GA → 3.24.1-GA <https://github.com/jboss-javassist/javassist/releases/tag/rel_3_24_1_ga>`__
512
513 * log4j2 `2.11.1 → 2.11.2 <https://github.com/apache/logging-log4j2/blob/log4j-2.11.2/RELEASE-NOTES.md>`__
514
515 * Mockito 2.23.4 → 2.25.0, release notes:
516   * `2.24.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2240>`__
517   * `2.25.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2250>`__
518
519 * Netty 4.1.32 → 4.1.34, release notes:
520   * `4.1.32 <https://netty.io/news/2018/11/29/4-1-32-Final.html>`__
521   * `4.1.33 <https://netty.io/news/2019/01/21/4-1-33-Final.html>`__
522   * `4.1.34 <https://netty.io/news/2019/03/08/4-1-34-Final.html>`__
523
524 * OSGi 5.0.0 → 6.0.0
525
526 * Powermockito 1.7.4 → 2.0.0, release notes:
527   * `2.0.0-beta.5 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0-beta.5>`__
528   * `2.0.0-RC.1 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0-RC.1>`__
529   * `2.0.0 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0>`__
530
531 * SpotBugs `3.1.9 → 3.1.12 <https://github.com/spotbugs/spotbugs/blob/3.1.12/CHANGELOG.md>`__
532
533 * ThreeTen `1.4.0 → 1.5.0 <https://www.threeten.org/threeten-extra/changes-report.html#a1.5.0>`__
534
535 * Xtend `2.16.0 → 2.17.0 <http://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/03/05/version-2-17-0>`__
536
537 Plugin removals
538 ~~~~~~~~~~~~~~~
539
540 * gmaven-plugin
541
542 * maven-findbugs-plugin
543
544 Plugin upgrades
545 ~~~~~~~~~~~~~~~
546
547 * jacoco-maven-plugin `0.8.2 → 0.8.3 <https://github.com/jacoco/jacoco/releases/tag/v0.8.3>`__
548
549 * maven-invoker-plugin `3.1.0 → 3.2.0 <https://mail-archives.apache.org/mod_mbox/maven-announce/201901.mbox/%3Cop.zvzdg9tbkdkhrr@desktop-2khsk44%3E>`__
550
551 * maven-javadoc-plugin `3.0.1 → 3.1.0 <https://mail-archives.apache.org/mod_mbox/maven-announce/201903.mbox/%3C6064d830-474c-4b43-afef-99502c3a305a%40getmailbird.com%3E>`__
552
553 * spotbugs-maven-plugin 3.1.8 → 3.1.11
554
555 Version 4.0.9
556 -------------
557
558 This is a bug-fix upgrade from version 4.0.8.
559
560 Bug fixes
561 ~~~~~~~~~
562
563 * ``karaf-plugin`` invocation in ``karaf4-parent`` caused previously
564   patched features to be overwritten with their stock versions, referencing
565   bundles which were not populated in the local repository. (See
566   `ODLPARENT-194 <https://jira.opendaylight.org/browse/ODLPARENT-194>`__.)
567
568 * ``karaf-plugin`` version in ``karaf4-parent`` is now provided through
569   plugin management so downstreams can override it without needing
570   to repeat its configuration.
571
572 * ``karaf-plugin`` no longer reads features twice when running discovery,
573   speeding up the process a bit.
574
575 * Recent versions of the SpotBugs Maven plugin use SLF4J 1.8 beta 2, which
576   can’t use the 1.7.25 implementation we provide; we therefore provide an
577   implementation of 1.8 beta 2 when SpotBugs is used. (See
578   `ODLPARENT-184 <https://jira.opendaylight.org/browse/ODLPARENT-184>`__.)
579
580 New features
581 ~~~~~~~~~~~~
582
583 * ``odl-woodstox`` wraps the Woodstox StAX implementation which is imposed on
584   us by Karaf.
585
586 Version 4.0.8
587 -------------
588
589 This is a bug-fix and minor upstream bump upgrade from version 4.0.7.
590
591 Bug fixes
592 ~~~~~~~~~
593
594 * ``bcprov-ext-jdk15on`` is a superset of ``bcprov-jdk15on``, so there’s no
595   need to ship both; we now only ship the former. In addition, we install the
596   Bouncy Castle JARs in ``lib/boot`` so that they continue to be available on
597   the boot classpath (JDK 9 removes the extension mechanism which was used
598   previously), and provide the corresponding bundles from the boot classpath
599   instead of using separate JARs in the system repository. (See
600   `ODLPARENT-183 <https://jira.opendaylight.org/browse/ODLPARENT-183>`__ and
601   `ODLPARENT-185 <https://jira.opendaylight.org/browse/ODLPARENT-185>`__.)
602
603 * A dependency check has been added to ensure that we don’t run into the
604   TrieMap dependency bug in 4.0.6 again.
605
606 * Dependencies pulled in by features are now checked for convergence, and
607   ``karaf-plugin`` warns when it finds diverging dependencies (the same
608   artifact with two different versions). Upstream-provided features are
609   patched to avoid the following divergences (and upgrade some dependencies in
610   the process):
611
612   * Aries utilities 1.1.0/1.1.3 (upgraded to 1.1.3).
613   * Commons Beanutils 1.8.3/1.9.3 (upgraded to 1.9.3).
614   * Commons Codec 1.8/1.10 (upgraded to 1.11).
615   * ``javax.mail`` 1.4.4/1.4.7 (upgraded to 1.4.7).
616
617   (See `ODLPARENT-189 <https://jira.opendaylight.org/browse/ODLPARENT-189>`__.)
618
619 New features
620 ~~~~~~~~~~~~
621
622 * ``odl-dropwizard-metrics`` provides Dropwizard Metrics (which are also
623   available in dependency management).
624
625 * ``enunciate-maven-plugin`` is added as the replacement for
626   ``maven-enunciate-plugin``.
627
628 Third-party dependencies
629 ~~~~~~~~~~~~~~~~~~~~~~~~
630
631 The following dependencies are no longer provided by the JVM, starting with
632 version 11, but we make them available via dependency management for projects
633 which need them:
634
635 * ``javax.annotation-api``.
636
637 * JAXB (``jaxb-core``, ``jaxb-impl``).
638
639 The following dependencies have been upgraded:
640
641 * Checkstyle `8.15 → 8.16 <https://checkstyle.org/releasenotes.html#Release_8.16>`__.
642
643 * Dependency Check `4.0.0 → 4.0.2 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
644
645 * ``git-commit-id`` `2.2.5 → 2.2.6 <https://github.com/ktoso/maven-git-commit-id-plugin/releases>`__.
646
647 * Immutables 2.7.1 → 2.7.3:
648
649   * `2.7.2 <https://github.com/immutables/immutables#272-2018-11-05>`__.
650   * `2.7.3 <https://github.com/immutables/immutables#273-2018-11-10>`__.
651
652   (2.7.4 breaks our Javadocs.)
653
654 * Jackson `2.9.7 → 2.9.8 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.8>`__.
655
656 Version 4.0.7
657 -------------
658
659 This is a bug-fix release, correcting the ``triemap`` import declaration.
660
661 Version 4.0.6
662 -------------
663
664 This is a bug-fix and minor upstream packaging upgrade from version 4.0.5.
665
666 Bug fixes
667 ~~~~~~~~~
668
669 Single-feature-test was broken with JDK 9 and later and Karaf 4.2.2; this
670 release adds the additional JVM configuration needed.
671
672 Third-party dependencies
673 ~~~~~~~~~~~~~~~~~~~~~~~~
674
675 This release adds the ``triemap`` BOM to dependency management.
676
677 Version 4.0.5
678 -------------
679
680 This is a bug-fix release: the Karaf Maven plugin, in version 4.2.2, is
681 `broken <https://issues.apache.org/jira/browse/KARAF-6057>`__ in some cases we
682 need in OpenDaylight; we revert to 4.2.1 in ``karaf4-parent`` to avoid this.
683
684 Version 4.0.4
685 -------------
686
687 This is a bug-fix release, reverting the change made in 4.0.3 to handle
688 building with either ``zip`` or ``tar.gz`` Karaf archives (which breaks
689 builds in our infrastructure, without the empty Karaf archive).
690
691 Version 4.0.3
692 -------------
693
694 This is a bug-fix and minor upstream bump upgrade from version 4.0.2.
695
696 Bug fixes
697 ~~~~~~~~~
698
699 * Our FindBugs configuration for JDK 9 and later caused the plugin to run
700   everywhere; instead, this version defines the ``findbugs.skip`` property to
701   disable the plugin in modules where it would be used otherwise.
702
703 * The PowerMock declarations in dependency management missed
704   ``powermock-api-mockito2``, which is necessary for modules using PowerMock
705   with Mockito 2.
706
707 * The “quick” profile (``-Pq``) now skips SpotBugs.
708
709 * JSR-305 annotations are now optional, which fixes a number of issues when
710   building with newer JDKs.
711
712 * We provide JAXB with JDK 11 and later (where it is no longer provided by the
713   base platform).
714
715 * ``odlparent-artifacts`` has been updated to accurately represent the
716   artifacts provided.
717
718 * ``javax.activation`` is now excluded from generated features (it’s provided
719   on Karaf’s boot classpath).
720
721 * When the build is configured to build Karaf distributions in ``tar.gz``
722   archives, but not ``zip`` archives, ``features-test`` used to fail; it will
723   now used whichever is available
724   (`ODLPARENT-174 <https://jira.opendaylight.org/browse/ODLPARENT-174>`__).
725
726 * Explicit GCs are disabled by default, so that calls to ``System.gc()`` are
727   ignored
728   (`ODLPARENT-175 <https://jira.opendaylight.org/browse/ODLPARENT-175>`__).
729
730 * Null checks are disabled in SpotBugs because of bad interactions with newer
731   annotations and the bytecode produces by JDK 11 and later for
732   ``try``-with-resources.
733
734 * Akka Persistence expects LevelDB 0.10, so we now pull in that version
735   instead of 0.7.
736
737 Dependency convergence
738 ~~~~~~~~~~~~~~~~~~~~~~
739
740 A number of dependencies have been added or constrained so that projects using
741 this parent can enforce dependency convergence:
742
743 * Karaf’s ``framework`` feature is used as an import POM, so that we converge
744   by default on the versions used in Karaf.
745
746 * The following dependencies have been added to dependency management:
747
748   * ``commons-beanutils``
749   * the Checker Framework
750   * Error Prone annotations
751   * ``javax.activation``
752   * ``xml-apis``
753
754 New features
755 ~~~~~~~~~~~~
756
757 The following Karaf features have been added:
758
759 * ``odl-antlr4`` (providing ``antlr4-runtime``);
760
761 * ``odl-gson`` (providing ``gson``);
762
763 * ``odl-jersey-2`` (providing Jersey client, server, and container servlet,
764   along with the necessary feature dependencies);
765
766 * ``odl-servlet-api`` (providing ``javax.servlet-api``);
767
768 * ``odl-stax2-api`` (providing ``stax2-api``);
769
770 * ``odl-ws-rs-api`` (providing ``javax.ws.rs-api``);
771
772 A new ``sonar-jacoco-aggregate`` profile can be used to produce Sonar reports
773 with aggregated JaCoCo reports. Additionally, Sonar builds (run with
774 ``-Dsonar``) are detected and run with a number of irrelevant plugins disabled.
775
776 Upstream version upgrades
777 ~~~~~~~~~~~~~~~~~~~~~~~~~
778
779 * Akka 2.5.14 → 2.5.19 (and related ``ssl-config``, Aeron and Agrona upgrades):
780
781   * `2.5.15 <https://akka.io/blog/news/2018/08/24/akka-2.5.15-released>`__.
782   * `2.5.16 <https://akka.io/blog/news/2018/08/29/akka-2.5.16-security-fix-released>`__.
783   * `2.5.17 <https://akka.io/blog/news/2018/09/27/akka-2.5.17-released>`__.
784   * `2.5.18 <https://akka.io/blog/news/2018/10/07/akka-2.5.18-released>`__.
785   * `2.5.19 <https://akka.io/blog/news/2018/12/07/akka-2.5.19-released>`__.
786
787 * Commons Text `1.4 → 1.6 <http://www.apache.org/dist/commons/text/RELEASE-NOTES.txt>`__.
788
789 * Eclipse JDT annotations 2.2.0 → 2.2.100.
790
791 * Javassist 3.23.1 → 3.24.0.
792
793 * Karaf 4.2.1 → 4.2.2, with related upgrades.
794
795 * LMAX Disruptor `3.4.1 → 3.4.2 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.2>`__.
796
797 * Mockito `2.20.1 → 2.23.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md>`__.
798
799 * Netty 4.1.29 → 4.1.31:
800
801   * `4.1.30 <https://netty.io/news/2018/09/28/4-1-30-Final.html>`__.
802   * `4.1.31 <https://netty.io/news/2018/10/30/4-1-31-Final.html>`__.
803
804 * Pax Exam 4.12.0 → 4.13.1.
805
806 * Scala 2.12.6 → 2.12.8:
807
808   * `2.12.7 <https://github.com/scala/scala/releases/tag/v2.12.7>`__.
809   * `2.12.8 <https://github.com/scala/scala/releases/tag/v2.12.8>`__.
810
811 * Wagon HTTP 3.1.0 → 3.2.0.
812
813 * Xtend `2.14.0 → 2.16.0 <https://www.eclipse.org/xtend/releasenotes.html>`__.
814
815 Plugin version upgrades
816 ~~~~~~~~~~~~~~~~~~~~~~~
817
818 * Asciidoctor `1.5.6 → 1.5.7.1 <https://github.com/asciidoctor/asciidoctor-maven-plugin/releases>`__
819   (with related AsciidoctorJ upgrades).
820
821 * Bundle 4.0.0 → 4.1.0.
822
823 * Checkstyle `8.12 → 8.15 <https://checkstyle.org/releasenotes.html#Release_8.13>`__.
824
825 * DependencyCheck `3.3.2 → 4.0.0 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
826
827 * Failsafe / Surefire `2.22.0 → 2.22.1 <https://blogs.apache.org/maven/entry/apache-maven-surefire-plugin-version1>`__.
828
829 * Help 3.1.0 → 3.1.1.
830
831 * JAR 3.1.0 → 3.1.1.
832
833 * PMD `3.10.0 → 3.11.0 <https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-3>`__.
834
835 * Remote Resources `1.5 → 1.6.0 <https://blogs.apache.org/maven/entry/apache-maven-remote-resources-plugin>`__.
836
837 * Shade
838   `3.2.0 → 3.2.1 <https://blog.soebes.de/blog/2018/11/12/apache-maven-shade-plugin-version-3-dot-2-1-released/>`__.
839
840 * SpotBugs `3.1.6 → 3.1.9 <https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md>`__.
841
842 * XBean finder 4.9 → 4.12.
843
844 * XTend 2.14.0 → 2.16.0.
845
846 Version 4.0.2
847 -------------
848
849 This is a bug-fix and minor upstream bump upgrade from version 4.0.1.
850
851 Bug fixes
852 ~~~~~~~~~
853
854 Previous releases overrode Karaf’s ``jre.properties``; this is no longer
855 necessary, and was causing failures with Java 9 and later (our version of
856 ``jre.properties`` didn’t have the appropriate settings for anything after
857 Java 8). This release drops that override. See
858 `ODLPARENT-168 <https://jira.opendaylight.org/browse/ODLPARENT-168>`__ for
859 details.
860
861 Upstream version upgrades
862 ~~~~~~~~~~~~~~~~~~~~~~~~~
863
864 * Commons Lang `3.8 → 3.8.1 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__.
865
866 * Jackson `2.9.6 → 2.9.7 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.7>`__.
867
868 * Netty `4.1.28 → 4.1.29 <http://netty.io/news/2018/08/24/4-1-29-Final.html>`__.
869
870 Plugin version upgrades
871 ~~~~~~~~~~~~~~~~~~~~~~~
872
873 * JAR `3.0.2 → 3.1.0 <https://blog.soebes.de/blog/2018/04/10/apache-maven-jar-plugin-version-3-dot-1-dot-0-released>`__.
874
875 * Javadoc `3.0.0 → 3.0.1 <https://blogs.apache.org/maven/entry/apache-maven-javadoc-plugin-version>`__.
876
877 * Jersey `2.22.2 → 2.25.1 <https://jersey.github.io/release-notes/2.25.html>`__,
878   along with Glassfish JSON 1.0.4 → 1.1.2.
879
880 * Plugin 3.5 → 3.5.2:
881
882   * `3.5.1 <https://blog.soebes.de/blog/2018/01/22/apache-maven-plugin-tools-version-3-dot-5-1-released/>`__.
883   * `3.5.2 <https://blog.soebes.de/blog/2018/05/26/apache-mave-plugin-tools-version-3-dot-5-2-released/>`__.
884
885 * Resources `3.0.1 → 3.1.0 <https://blogs.apache.org/maven/entry/apache-maven-resources-plugin-version>`__.
886
887 Version 4.0.1
888 -------------
889
890 This is a bug-fix and minor upstream bump upgrade from version 4.0.0.
891
892 Bug fixes
893 ~~~~~~~~~
894
895 The JaCoCo execution profile was incorrect, breaking Sonar; the report is now
896 written correctly, so that Sonar can find it.
897
898 The Blueprint Maven plugin fails when it encounters Java 9 classes; this is
899 fixed by forcefully upgrading its dependency on xbean-finder. See
900 `ODLPARENT-167 <https://jira.opendaylight.org/browse/ODLPARENT-167>`__ for
901 details.
902
903 Upstream version upgrades
904 ~~~~~~~~~~~~~~~~~~~~~~~~~
905
906 * SpotBugs `3.1.6 → 3.1.7 <https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md>`__.
907
908 Upstream version additions
909 ~~~~~~~~~~~~~~~~~~~~~~~~~~
910
911 * Mockito Inline is added alongside Mockito Core, to ensure that the versions
912   are kept in sync.
913
914 Plugin version upgrades
915 ~~~~~~~~~~~~~~~~~~~~~~~
916
917 * Clean `3.0.0 → 3.1.0 <https://blog.soebes.de/blog/2018/04/14/apache-maven-clean-plugin-version-3-dot-1-0-released/>`__.
918
919 * Compiler `3.7.0 → 3.8.0 <https://blog.soebes.de/blog/2018/07/30/apache-maven-compiler-plugin-version-3-dot-8-0-released/>`__.
920
921 * Dependency 3.0.2 → 3.1.1:
922
923   * `3.1.0 <https://blog.soebes.de/blog/2018/04/06/apache-maven-dependency-plugin-version-3-dot-1-0-released/>`__.
924   * `3.1.1 <https://blog.soebes.de/blog/2018/05/24/apache-maven-dependency-plugin-version-3-dot-1-1-released/>`__.
925
926 * Dependency Check `3.3.1 → 3.3.2 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
927
928 * Enforcer `3.0.0-M1 → 3.0.0-M2 <https://mail-archives.apache.org/mod_mbox/maven-announce/201806.mbox/%3Cop.zko9b2vhkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E>`__.
929
930 * Failsafe 2.20.1 → 2.22:
931
932   * `2.21 <https://blog.soebes.de/blog/2018/03/06/apache-maven-surefire-plugin-version-2-dot-21-released/>`__.
933   * `2.22 <https://blog.soebes.de/blog/2018/06/16/apache-maven-surefire-plugin-version-2-dot-22-released/>`__.
934
935 * Help 2.2 → 3.1.0:
936
937   * `3.0.0 <https://blog.soebes.de/blog/2018/03/18/apache-maven-help-plugin-version-3-dot-0-0-released/>`__.
938   * `3.0.1 <https://blog.soebes.de/blog/2018/03/28/apache-maven-help-plugin-version-3-dot-0-1-released/>`__.
939   * `3.1.0 <https://blog.soebes.de/blog/2018/06/09/apache-maven-help-plugin-version-3-dot-1-0-released/>`__.
940
941 * Invoker 2.0.0 → 3.1.0:
942
943   * `3.0.0 <https://blog.soebes.de/blog/2017/05/24/apache-maven-invoker-plugin-version-3-dot-0-0-released/>`__.
944   * `3.1.0 <https://blog.soebes.de/blog/2018/05/31/apache-maven-invoker-plugin-version-3-dot-1-0-released/>`__.
945
946 * JAR `3.0.2 → 3.1.0 <https://blog.soebes.de/blog/2018/04/10/apache-maven-jar-plugin-version-3-dot-1-dot-0-released/>`__.
947
948 * Project Info Reports `2.9 → 3.0.0 <https://blog.soebes.de/blog/2018/06/27/apache-maven-project-info-reports-plugin-3-dot-0-0-released/>`__.
949
950 * Resources `3.0.1 → 3.1.0 <https://blog.soebes.de/blog/2018/05/01/apache-maven-resources-plugin-version-3-dot-1-0-released/>`__.
951
952 * Shade `3.1.0 → 3.2.0 <https://blog.soebes.de/blog/2018/09/13/apache-maven-shade-plugin-version-3-dot-2-0-released/>`__.
953
954 * Site `3.7 → 3.7.1 <https://blog.soebes.de/blog/2018/04/29/apache-maven-site-plugin-version-3-dot-7-1-released/>`__.
955
956 * Surefire 2.18.1 → 2.22.0:
957
958   * `2.19 <https://blog.soebes.de/blog/2015/10/19/apache-maven-surefire-plugin-version-2-dot-19-released/>`__.
959   * `2.19.1 <https://blog.soebes.de/blog/2016/01/03/apache-maven-surefire-plugin-version-2-dot-19-dot-1-released/>`__.
960   * `2.20 <https://blog.soebes.de/blog/2017/04/12/apache-maven-surefire-plugin-version-2-dot-20-released/>`__.
961   * `2.21 <https://blog.soebes.de/blog/2018/03/06/apache-maven-surefire-plugin-version-2-dot-21-released/>`__.
962   * `2.22 <https://blog.soebes.de/blog/2018/06/16/apache-maven-surefire-plugin-version-2-dot-22-released/>`__.
963
964
965 Version 4.0.0
966 -------------
967
968 This is a major upgrade from version 3, with breaking changes; projects will
969 need to make changes to upgrade to this version.
970
971 `This Wiki page <https://wiki.opendaylight.org/view/Neon_platform_upgrade>`__
972 has detailed step-by-step migration instructions.
973
974 ODL Parent 4 requires Maven 3.5.3 or later; this is needed in particular to
975 enable SpotBugs support with current versions of the SpotBugs plugin.
976
977 Known issues
978 ~~~~~~~~~~~~
979
980 This release’s SpotBugs support doesn’t handle Guava 25.1 correctly, resulting
981 in false-positives regarding null handling; see
982 `ODLPARENT-161 <https://jira.opendaylight.org/browse/ODLPARENT-161>`__ for
983 details. Until this is fixed, the corresponding warnings are disabled, which
984 matches our existing FindBugs configuration (which suffers from the a variant
985 of this, with the same consequences).
986
987 We are planning on upgrading Akka during the 4.x cycle, even if it results in
988 a technically breaking upgrade. This is currently blocked on an OSGi bug in
989 Akka; see `Akka issue 25579 <https://github.com/akka/akka/issues/25579>`__ for
990 details.
991
992 Blueprint and OSGi service handling
993 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
994
995 Previous releases used an OpenDaylight-specific directory for Blueprint XML
996 files, ``org/opendaylight/blueprint``. It turned out this wasn’t useful, so
997 version 4 uses the default directory, ``OSGI-INF/blueprint``.
998
999 The Maven bundle plugin is now configured to omit the ``Import-Service`` and
1000 ``Export-Service`` headers, since they are deprecated, unnecessary in
1001 OpenDaylight, and liable to cause issues.
1002
1003 With previous releases of OpenDaylight, projects were encouraged to use Pax
1004 CDI API annotations to describe their Blueprint beans, services and injections;
1005 with version 4, Blueprint annotations should be used instead:
1006
1007 * modules should depend on
1008   ``org.apache.aries.blueprint:blueprint-maven-plugin-annotation``, with the
1009   ``<optional>true</optional>`` flag, instead of
1010   ``org.ops4j.pax.cdi:pax-cdi-api``;
1011
1012 * ``@OsgiServiceProvider`` on bean definitions is replaced by ``@Service``;
1013
1014 * ``@OsgiService`` at injection points is replaced by ``@Reference``;
1015
1016 * ``@OsgiService`` on bean definitions, while technically wrong, can be seen in
1017   the OpenDaylight codebase; this is replaced by ``@Service``;
1018
1019 * service lists can be injected using ``@ReferenceList``.
1020
1021 See `this Gerrit patch <https://git.opendaylight.org/gerrit/75699>`__ for an
1022 example.
1023
1024 Compiler settings
1025 ~~~~~~~~~~~~~~~~~
1026
1027 Builds now warn about unchecked type uses (such as raw types where generics
1028 are available).
1029
1030 JUnit and Mockito are always available as test dependencies and no longer need
1031 to be declared in POMs.
1032
1033 New build profiles
1034 ~~~~~~~~~~~~~~~~~~
1035
1036 An OWASP profile is now available to run OWASP’s dependency checker; this will
1037 check all third-party dependencies against the NVD vulnerability database. To
1038 enable this, run Maven with ``-Powasp``.
1039
1040 Build profile changes
1041 ~~~~~~~~~~~~~~~~~~~~~
1042
1043 ``-Pq`` now skips Modernizer.
1044
1045 New features
1046 ~~~~~~~~~~~~
1047
1048 ``odl-akka-leveldb-0.10`` wraps LevelDB 0.10 for Akka.
1049
1050 ``odl-apache-commons-codec`` wraps Apache Commons Codec.
1051
1052 ``odl-apache-commons-lang3`` wraps Apache Commons Lang 3.
1053
1054 ``odl-apache-commons-net`` wraps Apache Commons Net.
1055
1056 ``odl-apache-commons-text`` wraps Apache Commons Text.
1057
1058 ``odl-apache-sshd`` wraps Apache SSHD.
1059
1060 ``odl-guava`` provides the default ODL version of Guava; it should be used
1061 instead of ``odl-guava-23`` or the new ``odl-guava-25``.
1062
1063 ``odl-jackson-2.9`` wraps Jackson 2.9.
1064
1065 New FindBugs and SpotBugs settings
1066 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1067
1068 FindBugs and SpotBugs are configured with
1069 `the SLF4J extension <http://kengotoda.github.io/findbugs-slf4j/>`__ (version
1070 1.4.0 for FindBugs, 1.4.1 for SpotBugs). This will flag misused SLF4J calls, in
1071 particular message templates which don’t match the arguments, and invalid
1072 placeholders (*e.g.* ``%s`` instead of ``{}``).
1073
1074 Deleted artifacts
1075 ~~~~~~~~~~~~~~~~~
1076
1077 ``aggregator-parent`` was unusable outside ``odlparent`` and has been removed.
1078 Instead, the ``maven.deploy.skip`` and ``maven.install.skip`` properties are
1079 available to disable deploying and installing artifacts.
1080
1081 Upstream version upgrades
1082 ~~~~~~~~~~~~~~~~~~~~~~~~~
1083
1084 This version upgrades the following third-party dependencies:
1085
1086 * Aeron 1.7.0 → 1.9.3:
1087
1088   * `1.8.0 <https://github.com/real-logic/aeron/releases/tag/1.8.0>`__.
1089   * `1.8.1 <https://github.com/real-logic/aeron/releases/tag/1.8.1>`__.
1090   * `1.8.2 <https://github.com/real-logic/aeron/releases/tag/1.8.2>`__.
1091   * `1.9.0 <https://github.com/real-logic/aeron/releases/tag/1.9.0>`__.
1092   * `1.9.1 <https://github.com/real-logic/aeron/releases/tag/1.9.1>`__.
1093   * `1.9.2 <https://github.com/real-logic/aeron/releases/tag/1.9.2>`__.
1094   * `1.9.3 <https://github.com/real-logic/aeron/releases/tag/1.9.3>`__.
1095
1096 * Agrona 0.9.12 → 0.9.21:
1097
1098   * `0.9.13 <https://github.com/real-logic/agrona/releases/tag/0.9.13>`__.
1099   * `0.9.14 <https://github.com/real-logic/agrona/releases/tag/0.9.14>`__.
1100   * `0.9.15 <https://github.com/real-logic/agrona/releases/tag/0.9.15>`__.
1101   * `0.9.16 <https://github.com/real-logic/agrona/releases/tag/0.9.16>`__.
1102   * `0.9.17 <https://github.com/real-logic/agrona/releases/tag/0.9.17>`__.
1103   * `0.9.18 <https://github.com/real-logic/agrona/releases/tag/0.9.18>`__.
1104   * `0.9.19 <https://github.com/real-logic/agrona/releases/tag/0.9.19>`__.
1105   * `0.9.20 <https://github.com/real-logic/agrona/releases/tag/0.9.20>`__.
1106   * `0.9.21 <https://github.com/real-logic/agrona/releases/tag/0.9.21>`__.
1107
1108 * Akka 2.5.11 → 2.5.14:
1109
1110   * `2.5.12 <https://akka.io/blog/news/2018/04/13/akka-2.5.12-released>`__.
1111   * `2.5.13 <https://akka.io/blog/news/2018/06/08/akka-2.5.13-released>`__.
1112   * `2.5.14 <https://akka.io/blog/news/2018/07/13/akka-2.5.14-released>`__.
1113
1114 * ASM 5.1 → 6.2.1 (synchronised with Karaf).
1115
1116 * Bouncy Castle `1.59 → 1.60 <https://www.bouncycastle.org/releasenotes.html>`__.
1117
1118 * Checkstyle `8.4 → 8.12 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.12>`__.
1119
1120 * Commons Lang `3.7 → 3.8 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__.
1121
1122 * Commons Text 1.1 → 1.4:
1123
1124   * `1.2 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.2.txt>`__.
1125   * `1.3 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.3.txt>`__.
1126   * `1.4 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.4.txt>`__.
1127
1128 * Eclipse JDT annotations 2.1.150 → 2.2.0.
1129
1130 * EclipseLink Moxy JAXB `2.7.1 → 2.7.3 <https://www.eclipse.org/eclipselink/releases/2.7.php>`__.
1131
1132 * Enunciate core annotations
1133   `2.10.1 → 2.11.1 <https://github.com/stoicflame/enunciate/releases>`__.
1134
1135 * Felix Metatype 1.1.6 → 1.2.0 (synchronised with Karaf).
1136
1137 * Google Truth `0.40 → 0.42 <https://github.com/google/truth/releases>`__.
1138
1139 * Guava 23.6.1 → 25.1:
1140
1141   * `23.4 <https://github.com/google/guava/releases/tag/v23.4>`__.
1142   * `23.5 <https://github.com/google/guava/releases/tag/v23.5>`__.
1143   * `23.6 <https://github.com/google/guava/releases/tag/v23.6>`__.
1144   * `24.0 <https://github.com/google/guava/releases/tag/v24.0>`__.
1145   * `24.1 <https://github.com/google/guava/releases/tag/v24.1>`__.
1146   * `25.0 <https://github.com/google/guava/releases/tag/v25.0>`__.
1147   * `25.1 <https://github.com/google/guava/releases/tag/v25.1>`__.
1148
1149 * Immutables `2.5.6 → 2.7.1 <https://github.com/immutables/immutables/blob/master/README.md#changelog>`__.
1150
1151 * Jackson 2.8.9 → 2.9.6:
1152
1153   * `2.9 feature overview <https://medium.com/@cowtowncoder/jackson-2-9-features-b2a19029e9ff>`__.
1154   * `2.9 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9>`__.
1155   * `2.9.1 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.1>`__.
1156   * `2.9.2 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.2>`__.
1157   * `2.9.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.3>`__.
1158   * `2.9.4 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.4>`__.
1159   * `2.9.5 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.5>`__.
1160   * `2.9.6 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.6>`__.
1161
1162 * JaCoCo `0.8.1 → 0.8.2 <https://github.com/jacoco/jacoco/releases/tag/v0.8.2>`__.
1163
1164 * Javassist 3.22.0 → 3.23.1. This provides compatibility with Java 9 and later,
1165   and `fixes a file handle leak <https://github.com/jboss-javassist/javassist/issues/165>`__.
1166
1167 * Jettison 1.3.8 → 1.4.0.
1168
1169 * Jetty 9.3.21 → 9.4.11 (synchronised with Karaf):
1170
1171   * `9.4.0 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00097.html>`__.
1172   * `9.4.1 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00100.html>`__.
1173   * `9.4.2 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00101.html>`__.
1174   * `9.4.3 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00102.html>`__.
1175   * `9.4.4 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00105.html>`__.
1176   * `9.4.5 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00107.html>`__.
1177   * `9.4.6 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00109.html>`__.
1178   * `9.4.7 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html>`__.
1179   * `9.4.8 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00114.html>`__.
1180   * `9.4.9 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00117.html>`__.
1181   * `9.4.10 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00119.html>`__.
1182   * `9.4.11 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00122.html>`__.
1183
1184 * Jolokia OSGi `1.5.0 → 1.6.0 <https://jolokia.org/changes-report.html#a1.6.0>`__.
1185
1186 * Karaf 4.1.5 → 4.2.1:
1187
1188   * `4.1.6 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342748>`__.
1189   * `4.2.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342945>`__.
1190
1191 * LMAX Disruptor 3.3.10 → 3.4.1:
1192
1193   * `3.4.0 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.0>`__.
1194   * `3.4.1 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.1>`__.
1195
1196 * META-INF services 1.7 → 1.8.
1197
1198 * Mockito 1.10.19 → 2.20.1; see
1199   `What’s new in Mockito 2 <https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2>`__
1200   for upgrade instructions and
1201   `the list of issues you might run into <https://asolntsev.github.io/en/2016/10/11/mockito-2.1/>`__.
1202
1203 * Netty 4.1.22 → 4.1.28:
1204
1205   * `4.1.17 <http://netty.io/news/2017/11/08/4-0-53-Final-4-1-17-Final.html>`__.
1206   * `4.1.18 <http://netty.io/news/2017/12/11/4-0-54-Final-4-1-18-Final.html>`__.
1207   * `4.1.19 <http://netty.io/news/2017/12/18/4-1-19-Final.html>`__.
1208   * `4.1.20 <http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html>`__.
1209   * `4.1.21 <http://netty.io/news/2018/02/05/4-0-56-Final-4-1-21-Final.html>`__.
1210   * `4.1.22 <http://netty.io/news/2018/02/21/4-1-22-Final.html>`__.
1211   * `4.1.23 <http://netty.io/news/2018/04/04/4-1-23-Final.html>`__.
1212   * `4.1.24 <http://netty.io/news/2018/04/19/4-1-24-Final.html>`__.
1213   * `4.1.25 <http://netty.io/news/2018/05/14/4-1-25-Final.html>`__.
1214   * `4.1.26 <http://netty.io/news/2018/07/10/4-1-26-Final.html>`__.
1215   * `4.1.27 <http://netty.io/news/2018/07/11/4-1-27-Final.html>`__.
1216   * `4.1.28 <http://netty.io/news/2018/07/27/4-1-28-Final.html>`__.
1217
1218 * Pax Exam 4.11.0 → 4.12.0.
1219
1220 * Pax URL 2.5.3 → 2.5.4, which only fixes
1221   `a potential NullPointerException <https://ops4j1.jira.com/browse/PAXURL-346>`__.
1222
1223 * PowerMock 1.6.4 → 1.7.4:
1224
1225   * `1.6.5 <https://github.com/powermock/powermock/releases/tag/powermock-1.6.5>`__.
1226   * `1.6.6 <https://github.com/powermock/powermock/releases/tag/powermock-1.6.6>`__.
1227   * `1.7.0 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.0>`__.
1228   * `1.7.1 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.1>`__.
1229   * `1.7.2 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.2>`__.
1230   * `1.7.3 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.3>`__.
1231   * `1.7.4 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.4>`__.
1232
1233 * Scala parser combinators 1.0.7 → 1.1.1:
1234
1235   * `1.1.0 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.0>`__.
1236   * `1.1.1 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.1>`__.
1237
1238 * SpotBugs `3.1.0 → 3.1.6 <https://github.com/spotbugs/spotbugs/blob/3.1.6/CHANGELOG.md>`__.
1239
1240 * Threeten Extra `1.3.2 → 1.4 <https://github.com/ThreeTen/threeten-extra/releases>`__.
1241
1242 * Typesafe SSL config 0.2.2 → 0.2.4:
1243
1244   * `0.2.3 <https://github.com/lightbend/ssl-config/releases/tag/v0.2.3>`__.
1245   * `0.2.4 <https://github.com/lightbend/ssl-config/releases/tag/v0.2.4>`__.
1246
1247 * Wagon HTTP
1248   `2.10 → 3.1.0 <https://lists.apache.org/thread.html/96024c54db7680697cb066e22a37b0ed5b4498386714a8a9ae1ec9cd@%3Cannounce.maven.apache.org%3E>`__.
1249
1250 * XMLUnit `1.6 → 2.6.2 <https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md>`__.
1251
1252 Upstream version additions
1253 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1254
1255 The following upstream dependencies have been added to dependency management:
1256
1257 * Apache SSHD 2.0.0, with EdDSA and Netty support (EdDSA is provided by ``net.i2p.crypto:eddsa``).
1258
1259 * Blueprint annotations (``org.apache.aries.blueprint:blueprint-maven-plugin-annotation``).
1260
1261 * Log4J2.
1262
1263 * Pax Web 7.2.3 (synchronised with Karaf).
1264
1265 Upstream version removals
1266 ~~~~~~~~~~~~~~~~~~~~~~~~~
1267
1268 The following upstream dependencies have been removed from dependency management:
1269
1270 * Google Protobuf.
1271
1272 * Our repackaging of Jersey Servlet.
1273
1274 * JUnit’s ``junit-dep``, which has long been obsolete.
1275
1276 * LevelDB (which is still available as features).
1277
1278 * Pax CDI API — Blueprint annotations should be used instead.
1279
1280 Plugin version upgrades
1281 ~~~~~~~~~~~~~~~~~~~~~~~
1282
1283 The following plugins have been upgraded:
1284
1285 * Blueprint 1.4.0 → 1.10.0.
1286
1287 * Build helper 1.12 → 3.0.0.
1288
1289 * Bundle plugin 3.5.0 → 4.0.0.
1290
1291 * Checkstyle
1292   `2.17 → 3.0.0 <https://mail-archives.apache.org/mod_mbox/maven-announce/201801.mbox/%3Cop.zchs68akkdkhrr%40desktop-2khsk44.mshome.net%3E>`__.
1293
1294 * Duplicate finder
1295   `1.2.1 → 1.3.0 <https://github.com/basepom/duplicate-finder-maven-plugin/blob/master/CHANGES.md>`__.
1296
1297 * Git commit id `2.2.4 → 2.2.5 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.5>`__.
1298
1299 * Jacoco Maven plugin `0.8.1 → 0.8.2 <https://github.com/jacoco/jacoco/releases/tag/v0.8.2>`__.
1300
1301 * Javadoc `3.0.0 → 3.0.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12342283>`__.
1302
1303 * PMD 3.8 → 3.10.0:
1304
1305   * `3.10.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342689&styleName=Text&projectId=12317621>`__.
1306
1307 * Sevntu `1.29.0 → 1.32.0 <http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.32.0>`__.
1308
1309 * SpotBugs 3.1.0-RC6 → 3.1.6 (see the SpotBugs changes above).
1310
1311 Version 3.1.3
1312 -------------
1313
1314 This version fixes the following issues:
1315
1316 * `ODLPARENT-156 <https://jira.opendaylight.org/browse/ODLPARENT-156>`_:
1317   ``xtend-maven-plugin``’s dependencies end up pulling in conflicting
1318   dependencies. ODL Parent now constrains part of its dependency tree to avoid
1319   this.
1320
1321 This version adds ``odl-jackson-2.8`` to ``odlparent-artifacts``.
1322
1323 Version 3.1.2
1324 -------------
1325
1326 This version fixes the following issues:
1327
1328 * `INFRAUTILS-41 <https://jira.opendaylight.org/browse/INFRAUTILS-41>`_:
1329   ``jre.properties`` includes ``com.sun.management`` so that it can be
1330   enabled if necessary. (This doesn’t add a dependency on
1331   ``com.sun.management``, it allows bundles to use it if it is present.)
1332
1333 * `ODLPARENT-136 <https://jira.opendaylight.org/browse/ODLPARENT-136>`_:
1334   ``SingleFeatureTest`` pulls in ``org.osgi.compendium``.
1335
1336 * `ODLPARENT-144 <https://jira.opendaylight.org/browse/ODLPARENT-144>`_:
1337   ``org.apache.karaf.scr.management`` is whitelisted so that it no longer
1338   affects ``SingleFeatureTest``.
1339
1340 * `ODLPARENT-146 <https://jira.opendaylight.org/browse/ODLPARENT-146>`_:
1341   null-related FindBugs checks which produce false-positives with Guava 23.6
1342   and later are disabled, so that this really is fully backwards-compatible
1343   with 3.0 and later.
1344
1345 * `ODLPARENT-148 <https://jira.opendaylight.org/browse/ODLPARENT-148>`_:
1346   ``SingleFeatureTest`` preserves ``target/SFT/karaf.log``.
1347
1348 This version includes the following improvements:
1349
1350 * ``custom.properties`` no longer includes OVSDB-specific configuration.
1351
1352 * The ``odl-jersey-1`` feature includes the Jersey client.
1353
1354 * Redundant bundle dependency declarations in ``SingleFeatureTest`` have been
1355   removed (these are declarations which are also present in our base Karaf
1356   distribution).
1357
1358 * Build errors involving invalid feature or bundle URLs now indicate which
1359   feature is at fault.
1360
1361 * Obsolete Log4J overrides have been removed from ``SingleFeatureTest``.
1362
1363 When building using JDK 9 or 10, the default settings have been changed as
1364 follows to avoid errors or extraneous warnings:
1365
1366 * SFT is disabled (it needs Karaf 4.2 or later);
1367
1368 * Javadocs are generated as HTML 4;
1369
1370 * SpotBugs is disabled on JDK 10 or later;
1371
1372 * FindBugs is disabled on JDK 9 or later.
1373
1374 The following third-party dependencies have been upgraded:
1375
1376 * `EclipseLink Moxy JAXB 2.6.2 → 2.7.1 <https://www.eclipse.org/eclipselink/releases/2.7.php>`_.
1377
1378 * `Google Truth 0.36 → 0.40 <https://github.com/google/truth/releases>`_.
1379
1380 * `Gson 2.8.2 → 2.8.5 <https://github.com/google/gson/blob/master/CHANGELOG.md>`_.
1381
1382 * `Guava 23.6 → 23.6.1 <https://github.com/google/guava/compare/v23.6...v23.6.1>`_.
1383   This addresses CVE-2018-10237 (that’s the only change in this release).
1384
1385 * `Jacoco Maven plugin 0.8.0 → 0.8.1 <https://github.com/jacoco/jacoco/releases/tag/v0.8.1>`_.
1386
1387 * JDT annotations 2.1.0 → 2.1.150.
1388
1389 * `Scala 2.12.5 → 2.12.6 <https://github.com/scala/scala/releases/tag/v2.12.6>`_.
1390
1391 * `Scala Parser Combinators 1.0.6 → 1.0.7 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.0.7>`_.
1392
1393 * `Sevntu 1.24.2 → 1.29.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.29.0>`_.
1394
1395 * `Xtext and Xtend 2.13.0 → 2.14.0 <https://github.com/eclipse/xtext/blob/website-master/xtend-website/_posts/releasenotes/2018-05-23-version-2-14-0.md>`_.
1396
1397 The following Maven plugin has been upgraded:
1398
1399 * `Javadoc 3.0.0 → 3.0.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12342283>`_.
1400
1401 Version 3.1.1
1402 -------------
1403
1404 This version fixes the following issues:
1405
1406 * `ODLPARENT-137 <https://jira.opendaylight.org/browse/ODLPARENT-137>`_:
1407   restore the OpenDaylight prompt.
1408
1409 * `ODLPARENT-146 <https://jira.opendaylight.org/browse/ODLPARENT-146>`_:
1410   Guava 23.6 switched from @Nullable to @NullableDecl, which causes false
1411   positives in FindBugs’ ``NP_NONNULL_PARAM_VIOLATION`` rule; we’re
1412   disabling the rule for now.
1413
1414 Version 3.1.0
1415 -------------
1416
1417 This version fixes the following issues:
1418
1419 * Mycila dependencies are now “compile” scoped rather than “test”; this allows
1420   child projects to use Guice with Mycila more easily.
1421
1422 * The duplicate finder now ignores ``web.xml`` and BluePrint XML files.
1423
1424 This version includes the following improvements:
1425
1426 * The ``-Pq`` profile skips Maven Modernizer, in preparation for its future
1427   integration (and its use in child projects).
1428
1429 * An OWASP profile, ``-Powasp`` is available for vulnerability checking.
1430
1431 * A new ``odl-jackson-2.8`` feature provides Jackson 2.8 to child projects.
1432
1433 The following third-party dependencies have been added to dependency management:
1434
1435 * `ThreeTen-Extra <http://www.threeten.org/threeten-extra/>`_
1436
1437 The following third-party dependencies have been upgraded:
1438
1439 * Aeron 1.2.5 → 1.7.0; release notes:
1440
1441   * `1.3.0 <https://github.com/real-logic/aeron/releases/tag/1.3.0>`_
1442   * `1.4.0 <https://github.com/real-logic/aeron/releases/tag/1.4.0>`_
1443   * `1.5.0 <https://github.com/real-logic/aeron/releases/tag/1.5.0>`_
1444   * `1.5.1 <https://github.com/real-logic/aeron/releases/tag/1.5.1>`_
1445   * `1.5.2 <https://github.com/real-logic/aeron/releases/tag/1.5.2>`_
1446   * `1.6.0 <https://github.com/real-logic/aeron/releases/tag/1.6.0>`_
1447   * `1.7.0 <https://github.com/real-logic/aeron/releases/tag/1.7.0>`_
1448
1449 * Agrona 0.9.5 → 0.9.12; release notes:
1450
1451   * `0.9.6 <https://github.com/real-logic/Agrona/releases/tag/0.9.6>`_
1452   * `0.9.7 <https://github.com/real-logic/Agrona/releases/tag/0.9.7>`_
1453   * `0.9.8 <https://github.com/real-logic/Agrona/releases/tag/0.9.8>`_
1454   * `0.9.9 <https://github.com/real-logic/Agrona/releases/tag/0.9.9>`_
1455   * `0.9.10 <https://github.com/real-logic/Agrona/releases/tag/0.9.10>`_
1456   * `0.9.11 <https://github.com/real-logic/Agrona/releases/tag/0.9.11>`_
1457   * `0.9.12 <https://github.com/real-logic/Agrona/releases/tag/0.9.12>`_
1458
1459 * Akka 2.5.5 → 2.5.11; release notes:
1460
1461   * `2.5.6 <https://akka.io/blog/news/2017/09/28/akka-2.5.6-released>`_
1462   * `2.5.7 <https://akka.io/blog/news/2017/11/17/akka-2.5.7-released>`_
1463   * `2.5.8 <https://akka.io/blog/news/2017/12/08/akka-2.5.8-released>`_
1464   * `2.5.9 <https://akka.io/blog/news/2018/01/11/akka-2.5.9-released-2.4.x-end-of-life>`_
1465   * `2.5.10 <https://akka.io/blog/news/2018/02/23/akka-2.5.10-released>`_
1466   * `2.5.11 <https://akka.io/blog/news/2018/02/28/akka-2.5.11-released>`_
1467
1468 * Commons Lang 3 `3.6 → 3.7 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`_
1469
1470 * Guava 23.3 → 23.6; release notes:
1471
1472   * `23.4 <https://github.com/google/guava/releases/tag/v23.4>`_
1473   * `23.5 <https://github.com/google/guava/releases/tag/v23.5>`_
1474   * `23.6 <https://github.com/google/guava/releases/tag/v23.6>`_
1475
1476 * H2 database `1.4.193 → 1.4.196 <http://www.h2database.com/html/changelog.html>`_
1477
1478 * Jacoco `0.7.9 → 0.8.0 <https://github.com/jacoco/jacoco/releases/tag/v0.8.0>`_
1479
1480 * Javassist `3.21.0 → 3.22.0 <https://github.com/jboss-javassist/javassist/compare/rel_3_21_0_ga...rel_3_22_0_ga>`_
1481
1482 * lmax-disruptor 3.3.7 → 3.3.10; release notes:
1483
1484   * `3.3.8 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.8>`_
1485   * `3.3.9 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.9>`_
1486   * `3.3.10 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.10>`_
1487
1488 * Netty 4.1.16 → 4.1.22; release notes:
1489
1490   * `4.1.17 <http://netty.io/news/2017/11/08/4-0-53-Final-4-1-17-Final.html>`_
1491   * `4.1.18 <http://netty.io/news/2017/12/11/4-0-54-Final-4-1-18-Final.html>`_
1492   * `4.1.19 <http://netty.io/news/2017/12/18/4-1-19-Final.html>`_
1493   * `4.1.20 <http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html>`_
1494   * `4.1.21 <http://netty.io/news/2018/02/05/4-0-56-Final-4-1-21-Final.html>`_
1495   * `4.1.22 <http://netty.io/news/2018/02/21/4-1-22-Final.html>`_
1496
1497 * Scala `2.12.4 → 2.12.5 <http://www.scala-lang.org/news/2.12.5>`_
1498
1499 * Typesafe Config `0.2.1 → 0.2.2 <https://github.com/typesafehub/config/blob/master/NEWS.md>`_
1500
1501 The following Maven plugins have been upgraded:
1502
1503 * FindBugs 3.0.4 → 3.0.5
1504
1505 * Git commit id 2.2.2 → 2.2.4; release notes:
1506
1507   * `2.2.3 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.3>`_
1508   * `2.2.4 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.4>`_
1509
1510 Version 3.0.3
1511 -------------
1512
1513 This version fixes the following issues:
1514
1515 * `ODLPARENT-136`_: ``features-test`` needs ``org.osgi.compendium``.
1516
1517 * Jackson dependencies are declared using ``jackson-bom`` to ensure all they
1518   remain consistent.
1519
1520 * ``find-duplicate-classpath-entries`` is run in the “verify” phase rather than
1521   the “validate” phase, which is too early.
1522
1523 * The version of Jetty we pull in is now aligned with that declared in Karaf,
1524   resolving a number of restart and dependency issues.
1525
1526 * Pulling in the ``wrap`` feature unconditionally is no longer necessary, so
1527   ``karaf4-parent`` no longer does so.
1528
1529 * ``metainf-services`` are declared with scope “provided” to avoid their being
1530   included in downstream features (it’s a build-time dependency only).
1531
1532 * ``leveldb-api`` is excluded from ``odl-akka-leveldb-0.7``, and ``jsr250-api``
1533   from ``enunciate-core-annotations``, to avoid duplicate having classes on the
1534   classpath.
1535
1536 * Since the ``ssh`` feature is excluded from generated features, our Karaf
1537   need to enable it at boot in all cases.
1538
1539 * ``bundle-test-lib`` is now a bundle.
1540
1541 * Since we use static SLF4J loggers, the ``SLF4J_LOGGER_SHOULD_BE_NON_STATIC``
1542   rule needs to be disabled in our FindBugs configuration (this allows
1543   downstream projects to enable ``findbugs-slf4j`` without having to deal with
1544   all the resulting false-positives).
1545
1546 * ``org.apache.karaf.scr.management`` is white-listed in SFT to avoid failures
1547   apparently related to that component (which we don’t care about).
1548
1549 .. _ODLPARENT-136: https://jira.opendaylight.org/browse/ODLPARENT-136
1550
1551 This version upgrades the following third-party dependencies:
1552
1553 * `Antlr 4.7 → 4.7.1`_
1554
1555 * `BouncyCastle 1.58 → 1.59`_
1556
1557 * Jersey 1.17 → 1.19.4 (additionally available as the ``odl-jersey-1`` feature)
1558
1559 * Jolokia 1.3.7 → 1.5.0
1560
1561 * Karaf 4.1.3 → 4.1.5; release notes:
1562
1563   * `Karaf 4.1.4`_
1564   * `Karaf 4.1.5`_
1565
1566 .. _Antlr 4.7 → 4.7.1: https://github.com/antlr/antlr4/releases/tag/4.7.1
1567 .. _BouncyCastle 1.58 → 1.59: https://www.bouncycastle.org/releasenotes.html
1568 .. _Karaf 4.1.4: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341702
1569 .. _Karaf 4.1.5: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342294
1570
1571 Version 3.0.2
1572 -------------
1573
1574 This version fixes the following issues:
1575
1576 * SingleFeatureTest uses the configured local Maven repository for Pax Exam.
1577
1578 * JavaDoc links are disabled for now to `speed up builds`_. A new
1579   ``javadoc-links`` profile enables the links.
1580
1581 * Conditional feature dependencies are processed, ensuring our
1582   `distribution is complete`_.
1583
1584 * Startup features are `adjusted for Karaf 4.1`_, avoiding unnecessary
1585   refreshes.
1586
1587 * The ``hiddenField`` Checkstyle check is disabled for abstract methods.
1588
1589 * The default logging configuration uses Log4J2, which is the new default in
1590   Karaf 4.1.
1591
1592 .. _speed up builds: https://jira.opendaylight.org/browse/ODLPARENT-121
1593 .. _distribution is complete: https://jira.opendaylight.org/browse/ODLPARENT-133
1594 .. _adjusted for Karaf 4.1: https://jira.opendaylight.org/browse/ODLPARENT-134
1595
1596 This version upgrades the following dependencies or plugins:
1597
1598 * ``maven-enforcer-plugin`` 1.4.1 → 3.0.0-M1
1599
1600 * ``maven-javadoc-plugin`` 3.0.0-M1 → 3.0.0
1601
1602 Version 3.0.1
1603 -------------
1604
1605 This version fixes the following issues:
1606
1607 * Karaf pulls in an invalid Hibernate feature repository, breaking downstream
1608   dependencies pulling in the “war” feature. ``populate-local-repo`` corrects
1609   the repository dependency.
1610
1611
1612 Version 3.0.0
1613 -------------
1614
1615 Compiler settings
1616 ~~~~~~~~~~~~~~~~~
1617
1618 Build now show compiler warnings and deprecation warnings. This doesn't affect
1619 the result or require any changes currently, it just makes the issues more
1620 visible.
1621
1622 New Checkstyle rules
1623 ~~~~~~~~~~~~~~~~~~~~
1624
1625 Checkstyle has been upgraded from 7.6 to 8.4 (see the
1626 `Checkstyle release notes`_ for details), and Sevntu from 1.21.0 to 1.24.2
1627 (note that the latter's group identifier changed from
1628 ``com.github.sevntu.checkstyle`` to ``com.github.sevntu-checkstyle``; you
1629 might need to update your IDE's configuration).
1630
1631 The following Checkstyle rules are enabled; this might require changes in
1632 projects which enforce Checkstyle validation:
1633
1634 * `AvoidHidingCauseExceptionCheck`_
1635 * `FinalClass`_: utility classes must be declared ``final``
1636 * `HiddenField`_: fields must not be shadowed
1637 * `HideUtilityClassConstructor`_: utility classes must hide their constructor
1638
1639 .. _Checkstyle release notes: http://checkstyle.sourceforge.net/releasenotes.html
1640
1641 .. _AvoidHidingCauseExceptionCheck: http://sevntu-checkstyle.github.io/sevntu.checkstyle/apidocs/com/github/sevntu/checkstyle/checks/coding/AvoidHidingCauseExceptionCheck.html
1642 .. _FinalClass: http://checkstyle.sourceforge.net/config_design.html#FinalClass
1643 .. _HiddenField: http://checkstyle.sourceforge.net/config_coding.html#HiddenField
1644 .. _HideUtilityClassConstructor: http://checkstyle.sourceforge.net/config_design.html#HideUtilityClassConstructor
1645
1646 Karaf
1647 ~~~~~
1648
1649 Karaf has been upgraded to 4.1.3. This should be transparent for dependent
1650 projects.
1651
1652 Karaf distributions
1653 ~~~~~~~~~~~~~~~~~~~
1654
1655 * When building a Karaf distribution using ``karaf4-parent``, projects can
1656   specify which archives to build: the ``karaf.archiveZip`` property will
1657   enable ZIP files if true, and ``karaf.archiveTarGz`` will enable
1658   gzip-compressed tarballs if true. By default both are enabled.
1659
1660 * Our Karaf distribution provides Bouncy Castle at startup. Auto-generated
1661   feature descriptors take this into account (they won't embed a Bouncy
1662   Castle dependency).
1663
1664 Feature removals
1665 ~~~~~~~~~~~~~~~~
1666
1667 * The ``odl-triemap-0.2`` feature wrapping
1668   ``com.github.romix:java-concurrent-hash-trie-map`` was rendered obsolete by
1669   YANG Tools' implementation and has been removed.
1670
1671 Feature additions
1672 ~~~~~~~~~~~~~~~~~
1673
1674 * ``odl-javassist-3`` provides Javassist in a feature.
1675
1676 * ``odl-jung-2.1`` provides `JUNG`_ in a feature.
1677
1678 .. _JUNG: http://jung.sourceforge.net/
1679
1680 Upstream version upgrades
1681 ~~~~~~~~~~~~~~~~~~~~~~~~~
1682
1683 The following upstream dependencies have been upgraded:
1684
1685 * Akka 2.4.18 → 2.5.4; release notes:
1686
1687   * `Akka 2.5.0`_
1688   * `Akka 2.5.1`_
1689   * `Akka 2.5.2`_
1690   * `Akka 2.5.3`_
1691   * `Akka 2.5.4`_
1692
1693 * `Awaitility 2 → 3`_
1694
1695 * `Bouncy Castle 1.57 → 1.58`_
1696
1697 * `Commons Codec 1.10 → 1.11`_
1698
1699 * `Commons File Upload 1.3.2 → 1.3.3`_
1700
1701 * `Commons IO 2.5 → 2.6`_
1702
1703 * Eclipse JDT annotations 2.0.0 → 2.1.0
1704
1705 * Felix Dependency Manager 4.3.0 → 4.4.1
1706 * Felix Dependency Manager Shell 4.0.4 → 4.0.6
1707 * Felix Metatype 1.1.2 → 1.1.6
1708
1709 * `Google Truth 0.28 → 0.36`_ (with the Java 8 extensions)
1710
1711 * `Gson 2.7 → 2.8.2`_
1712
1713 * Guava 22 → 23.3 along with the associated feature name change from
1714   ``odl-guava-22`` to ``odl-guava-23`` (dependent packages *must* change their
1715   dependency); release notes:
1716
1717   * `Guava 23`_
1718   * `Guava 23.1`_
1719   * `Guava 23.2`_
1720   * `Guava 23.3`_
1721
1722 * Immutables 2.4.2 → 2.5.6
1723
1724 * Jackson 2.3.2 → 2.8.9
1725
1726 * Jacoco 0.7.7 → 0.7.9; release notes:
1727
1728   * `Jacoco 0.7.8`_
1729   * `Jacoco 0.7.9`_
1730
1731 * Jacoco Listeners 2.4 → 3.8
1732
1733 * `Javassist 3.20.0 → 3.21.0`_
1734
1735 * `Jettison 1.3.7 → 1.3.8`_
1736
1737 * `Jolokia 1.3.6 → 1.3.7`_
1738
1739 * `JSONassert 1.3.0 → 1.5.0`_
1740
1741 * `logback 1.2.2 → 1.2.3`_
1742
1743 * `LMAX Disruptor 3.3.6 → 3.3.7`_
1744
1745 * Netty 4.1.8 → 4.1.16; release notes:
1746
1747   * `Netty 4.1.9`_
1748   * `Netty 4.1.10`_
1749   * `Netty 4.1.11`_
1750   * `Netty 4.1.12`_
1751   * `Netty 4.1.13`_
1752   * `Netty 4.1.14`_
1753   * `Netty 4.1.15`_
1754   * `Netty 4.1.16`_
1755
1756 * `Pax URL 2.5.2 → 2.5.3`_
1757
1758 * Scala 2.11.11 → 2.12.4; release notes:
1759
1760   * `Scala 2.12.0`_
1761   * `Scala 2.12.1`_
1762   * `Scala 2.12.2`_
1763   * `Scala 2.12.3`_
1764   * `Scala 2.12.4`_
1765
1766 * Servlet API 3.0.1 → 3.1.0
1767
1768 * `SLF4J 1.7.21 → 1.7.25`_
1769
1770 * `webcohesion enunciate 2.6.0 → 2.10.1`_
1771
1772 * `Xtend 2.12 → 2.13`_
1773
1774 .. _Akka 2.5.0: http://akka.io/blog/news/2017/04/13/akka-2.5.0-released
1775 .. _Akka 2.5.1: http://akka.io/blog/news/2017/05/02/akka-2.5.1-released
1776 .. _Akka 2.5.2: http://akka.io/blog/news/2017/05/24/akka-2.5.2-released
1777 .. _Akka 2.5.3: http://akka.io/blog/news/2017/06/19/akka-2.5.3-released
1778 .. _Akka 2.5.4: http://akka.io/blog/news/2017/08/10/akka-2.5.4-released
1779
1780 .. _Awaitility 2 → 3: https://github.com/awaitility/awaitility/wiki/ReleaseNotes30
1781
1782 .. _Bouncy Castle 1.57 → 1.58: https://www.bouncycastle.org/releasenotes.html
1783
1784 .. _Commons Codec 1.10 → 1.11: http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt
1785
1786 .. _Commons File Upload 1.3.2 → 1.3.3: http://www.apache.org/dist/commons/fileupload/RELEASE-NOTES.txt
1787
1788 .. _Commons IO 2.5 → 2.6: http://www.apache.org/dist/commons/io/RELEASE-NOTES.txt
1789
1790 .. _Google Truth 0.28 → 0.36: https://github.com/google/truth/releases
1791
1792 .. _Gson 2.7 → 2.8.2: https://github.com/google/gson/blob/master/CHANGELOG.md
1793
1794 .. _Guava 23: https://github.com/google/guava/wiki/Release23
1795 .. _Guava 23.1: https://github.com/google/guava/releases/tag/v23.1
1796 .. _Guava 23.2: https://github.com/google/guava/releases/tag/v23.2
1797 .. _Guava 23.3: https://github.com/google/guava/releases/tag/v23.3
1798
1799 .. _Jacoco 0.7.8: https://github.com/jacoco/jacoco/releases/tag/v0.7.8
1800 .. _Jacoco 0.7.9: https://github.com/jacoco/jacoco/releases/tag/v0.7.9
1801
1802 .. _Javassist 3.20.0 → 3.21.0: https://github.com/jboss-javassist/javassist/compare/rel_3_20_0_ga...rel_3_21_0_ga
1803
1804 .. _Jettison 1.3.7 → 1.3.8: https://github.com/jettison-json/jettison/compare/jettison-1.3.7...jettison-1.3.8
1805
1806 .. _Jolokia 1.3.6 → 1.3.7: https://github.com/rhuss/jolokia/releases/tag/v1.3.7
1807
1808 .. _JSONassert 1.3.0 → 1.5.0: https://github.com/skyscreamer/JSONassert/releases
1809
1810 .. _logback 1.2.2 → 1.2.3: https://logback.qos.ch/news.html
1811
1812 .. _LMAX Disruptor 3.3.6 → 3.3.7: https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.7
1813
1814 .. _Netty 4.1.9: http://netty.io/news/2017/03/10/4-0-45-Final-4-1-9-Final.html
1815 .. _Netty 4.1.10: http://netty.io/news/2017/04/30/4-0-46-Final-4-1-10-Final.html
1816 .. _Netty 4.1.11: http://netty.io/news/2017/05/12/4-0-47-Final-4-1-11-Final.html
1817 .. _Netty 4.1.12: http://netty.io/news/2017/06/09/4-0-48-Final-4-1-12-Final.html
1818 .. _Netty 4.1.13: http://netty.io/news/2017/07/06/4-0-49-Final-4-1-13-Final.html
1819 .. _Netty 4.1.14: http://netty.io/news/2017/08/03/4-0-50-Final-4-1-14-Final.html
1820 .. _Netty 4.1.15: http://netty.io/news/2017/08/25/4-0-51-Final-4-1-15-Final.html
1821 .. _Netty 4.1.16: http://netty.io/news/2017/09/25/4-0-52-Final-4-1-16-Final.html
1822
1823 .. _Pax URL 2.5.2 → 2.5.3: https://ops4j1.jira.com/browse/PAXURL-345?jql=project%20%3D%20PAXURL%20AND%20fixVersion%20%3D%202.5.3
1824
1825 .. _Scala 2.12.0: https://github.com/scala/scala/releases/tag/v2.12.0
1826 .. _Scala 2.12.1: https://github.com/scala/scala/releases/tag/v2.12.1
1827 .. _Scala 2.12.2: https://github.com/scala/scala/releases/tag/v2.12.2
1828 .. _Scala 2.12.3: https://github.com/scala/scala/releases/tag/v2.12.3
1829 .. _Scala 2.12.4: https://github.com/scala/scala/releases/tag/v2.12.4
1830
1831 .. _SLF4J 1.7.21 → 1.7.25: https://www.slf4j.org/news.html
1832
1833 .. _webcohesion enunciate 2.6.0 → 2.10.1: https://github.com/stoicflame/enunciate/releases
1834
1835 .. _Xtend 2.12 → 2.13: https://www.eclipse.org/xtend/releasenotes.html
1836
1837 Upstream version additions
1838 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1839
1840 The following upstream dependencies have been added to dependency management:
1841
1842 * Commons Text, ``org.apache.commons:commons-text`` (this will allow downstreams
1843   to migrate from ``commons-lang3``\’s ``WordUtils``, which is deprecated)
1844
1845 Upstream version removals
1846 ~~~~~~~~~~~~~~~~~~~~~~~~~
1847
1848 The following upstream dependencies have been removed from dependency
1849 management (they are obsolete and unused):
1850
1851 * Chameleon MBeans
1852 * Eclipse Link
1853 * Equinox HTTP service bridge
1854 * ``equinoxSDK381`` artifacts
1855 * Coda Hale Metrics, which are mostly unused and should eventually be wrapped
1856   by InfraUtils
1857 * ``com.google.code.findbugs:jsr305`` (which *must not* be used; this is
1858   enforced — ``annotations`` should be used instead)
1859 * Felix File Install and Web Console
1860 * Gemini Web
1861 * Orbit
1862 * ``org.mockito:mockito-all`` (which *must not* be used; this is enforced —
1863   ``mockito-core`` should be used instead)
1864 * Spring Framework
1865 * ``txw2``
1866 * Xerces
1867 * ``xml-apis``
1868
1869 Plugin version upgrades
1870 ~~~~~~~~~~~~~~~~~~~~~~~
1871
1872 The following plugins have been upgraded:
1873
1874 * ``org.apache.servicemix.tooling:depends-maven-plugin`` 1.3.1 → 1.4.0
1875 * ``org.apache.felix:maven-bundle-plugin`` 2.4.0 → 3.3.0
1876 * ``maven-compiler-plugin`` 3.6.1 → 3.7.0
1877 * ``maven-dependency-plugin`` 3.0.1 → 3.0.2
1878 * ``maven-enforcer-plugin`` 1.4.1 → 3.0.0-M1
1879 * ``maven-failsafe-plugin`` 2.18.1 → 2.20.1
1880 * ``maven-javadoc-plugin`` 2.10.4 → 3.0.0-M1
1881 * ``maven-shade-plugin`` 2.4.3 → 3.1.0
1882
1883 New plugins
1884 ~~~~~~~~~~~
1885
1886 * The `Maven Find Duplicates`_ plugin can be enabled by setting the
1887   ``duplicate-finder.skip`` property to ``false``.
1888
1889 * The SpotBugs_ Maven plugin can now be used instead of the FindBugs plugin
1890   (both are available, so no change is required). To use SpotBugs, replace
1891   ``org.codehaus.mojo:findbugs-maven-plugin`` with
1892   ``com.github.spotbugs:spotbugs-maven-plugin``.
1893
1894 .. _Maven Find Duplicates: https://github.com/basepom/duplicate-finder-maven-plugin/
1895
1896 .. _SpotBugs: https://spotbugs.github.io/