Add news for odlparent-9
[odlparent.git] / docs / NEWS.rst
1 ========================
2 ODL Parent release notes
3 ========================
4
5 Version 9.0.0
6 -------------
7 This is a major upgrade from version 8, with breaking changes; downstream projects may need to make changes to upgrade
8 to this version.
9
10 Upstream version removals
11 ~~~~~~~~~~~~~~~~~~~~~~~~~
12 The following upstream dependencies have been removed from dependency management:
13
14 * ``javax.inject:javax.inject``. This dependency should be provided by target runtime. Furthermore we provide the same
15   functionality via ``com.guicedee.services:javax.inject``, which is properly declared and is a JPMS module. See
16   `ODLPARENT-246 <https://jira.opendaylight.org/browse/ODLPARENT-246>`__ for more information.
17
18 Improvements
19 ~~~~~~~~~~~~
20 * The configuration of ``maven-compiler-plugin`` has been updated to expand ``javac`` warning options to include almost
21   all of them.
22 * The default description in parent ``pom.xml`` has been updated to only include ``${project.artifactId}``, not a generic
23   blurb. See `ODLPARENT-244 <https://jira.opendaylight.org/browse/ODLPARENT-244>`__ for more information.
24 * The ``single-feature-test`` substrate has been updated to allow Java Flight Recorder to be enabled during testing runs.
25   This feature has falled into disrepair as the JFR facility has been productized.
26 * Configuration of various components has been updated to be deactivated when executing with JDK versions newer than 11,
27   so that odlparent infrastructure works out of the box with JDK 16, albeit sacrificing some validation. Most notably
28   ``SpotBugs`` and ``Single Feature Test`` are disabled, with corresponding notices displayed.
29 * We now expose the ability to check dependency declaration consistency via ``maven-dependency-plugin``'s ``analyze-only``
30   goal. This functionality is enabled by default, but does not cause the build to fail when inconsistencies are found. It
31   can be disabled by on a per-artifact basis by definining ``odlparent.dependency.skip`` property to ``true``. It can also
32   be configured to fail the build on a per-artifact basis by defining ``odlparent.dependency.enforce`` property to ``true``.
33
34 Third-party dependencies
35 ~~~~~~~~~~~~~~~~~~~~~~~~
36 * Antlr 4.8-1 → 4.9.2, release notes:
37   * `4.9 <https://github.com/antlr/antlr4/releases/tag/4.9>`__
38   * `4.9.1 <https://github.com/antlr/antlr4/releases/tag/4.9.1>`__
39   * `4.9.2 <https://github.com/antlr/antlr4/releases/tag/4.9.2>`__
40
41 * Checkstyle 8.39.0 → 8.40.0, release notes:
42   * `8.40.0 <https://checkstyle.org/releasenotes.html#Release_8.40.0>`__
43   * `8.41.0 <https://checkstyle.org/releasenotes.html#Release_8.41.0>`__
44   * `8.41.1 <https://checkstyle.org/releasenotes.html#Release_8.41.1>`__
45
46 * commons-lang3 `3.11 → 3.12 <https://commons.apache.org/proper/commons-lang/changes-report.html#a3.12>`__
47
48 * Dropwizard Metrics 4.1.12.1 → 4.1.19, release notes:
49   * `4.1.13 <https://github.com/dropwizard/metrics/releases/tag/v4.1.13>`__
50   * `4.1.14 <https://github.com/dropwizard/metrics/releases/tag/v4.1.14>`__
51   * `4.1.15 <https://github.com/dropwizard/metrics/releases/tag/v4.1.15>`__
52   * `4.1.16 <https://github.com/dropwizard/metrics/releases/tag/v4.1.16>`__
53   * `4.1.17 <https://github.com/dropwizard/metrics/releases/tag/v4.1.17>`__
54   * `4.1.18 <https://github.com/dropwizard/metrics/releases/tag/v4.1.18>`__
55   * `4.1.19 <https://github.com/dropwizard/metrics/releases/tag/v4.1.19>`__
56
57 * Enunciate `2.13.2 → 2.13.3 <https://github.com/stoicflame/enunciate/releases/tag/v2.13.3>`__
58
59 * Google Truth 1.1 → 1.1.2, release notes:
60   * `1.1.1 <https://github.com/google/truth/releases/tag/release_1_1_1>`__
61   * `1.1.2 <https://github.com/google/truth/releases/tag/release_1_1_2>`__
62
63 * Guava 29.0 → 30.1.1, release notes:
64   * `30.0 <https://github.com/google/guava/releases/tag/v30.0>`__
65   * `30.1 <https://github.com/google/guava/releases/tag/v30.1>`__
66   * `30.1.1 <https://github.com/google/guava/releases/tag/v30.1.1>`__
67
68 * JUnit `4.13.1 → 4.13.2 <https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.2.md>`__
69
70 * Karaf `4.3.0 → 4.3.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12348818>`__
71
72 * Log4J 2.13.3 → 2.14.1, release notes:
73   * `2.14.0 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.14.0>`__
74   * `2.14.1 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.14.1>`__
75
76 * Netty 4.1.59 → 4.1.63, release notes:
77   * `4.1.60 <https://netty.io/news/2021/03/09/4-1-60-Final.html>`__
78   * `4.1.61 <https://netty.io/news/2021/03/30/4-1-61-Final.html>`__
79   * `4.1.62 <https://netty.io/news/2021/03/31/4-1-62-Final.html>`__
80   * `4.1.63 <https://netty.io/news/2021/04/01/4-1-63-Final.html>`__
81
82 * Sevntu `1.38.0 → 1.39.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.39.0>`__
83
84 * ThreeTen `1.5.0 → 1.6.0 <https://www.threeten.org/threeten-extra/changes-report.html#a1.6.0>`__
85
86 * Woodstox `6.2.4 → 6.2.5 <https://github.com/FasterXML/woodstox/milestone/22?closed=1>`__
87
88 * Xtend `2.24.0 → 2.25.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2021/03/02/version-2-25-0>`__
89
90 Plugin upgrades
91 ~~~~~~~~~~~~~~~
92 * Asciidoctor 1.5.7.1 → 2.1.0 (with related AsciidoctorJ upgrades)
93   * `2.0.0 <https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-2.0.0>`__
94   * `2.1.0 <https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-2.1.0>`__
95
96 * git-commit-id-plugin 3.0.1 → 4.0.4, release notes:
97   * `4.0.0 <https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v4.0.0>`__
98   * `4.0.1 <https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v4.0.1>`__
99   * `4.0.2 <https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v4.0.2>`__
100   * `4.0.3 <https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v4.0.3>`__
101   * `4.0.4 <https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v4.0.4>`__
102
103 * modernizer-maven-plugin `2.1.0 → 2.2.0 <https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.2.0>`__
104
105 Version 8.1.1
106 -------------
107 This is a minor upgrade from version 8.1.0.
108
109 Improvements
110 ~~~~~~~~~~~~
111 * Support for building a `static Karaf distribution <https://karaf.apache.org/manual/latest/#_instances_and_distributions_goals>`__
112   has been added. It is driven by a new parent pom.xml, ``karaf-dist-static``. For more information
113   see Karaf documentation and `ODLPARENT-251 <https://jira.opendaylight.org/browse/ODLPARENT-251>`__.
114 * Support for `improved documentation tags <https://bugs.openjdk.java.net/browse/JDK-8068562>`__ has
115   been added to default ``maven-javadoc-plugin`` configuration. See
116   `ODLPARENT-252 <https://jira.opendaylight.org/browse/ODLPARENT-252>`__ for more information.
117 * Version declaration for ``osgi.annotation`` has been added.
118
119 Third-party dependencies
120 ~~~~~~~~~~~~~~~~~~~~~~~~
121 * commons-net `3.7.2 → 3.8.0 <https://commons.apache.org/proper/commons-net/changes-report.html#a3.8.0>`__
122
123 * Netty `4.1.58 → 4.1.59 <https://netty.io/news/2021/02/08/4-1-59-Final.html>`__
124
125 * Woodstox `6.2.3 → 6.2.4 <https://github.com/FasterXML/woodstox/milestone/21?closed=1>`__
126
127 Plugin upgrades
128 ~~~~~~~~~~~~~~~
129 * maven-checkstyle-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12347024>`__
130
131 * maven-invoker-plugin `3.2.1 → 3.2.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12346157>`__
132
133 Version 8.1.0
134 -------------
135 This is a minor upgrade from version 8.0.1, with some potentially-breaking
136 changes.
137
138 The most prominent is the upgrade to Karaf 4.3.0, which brings in a host of
139 updates to related components -- including OSGi Release 7 and Jackson 2.11.x.
140
141 Feature updates
142 ~~~~~~~~~~~~~~~
143 * The ``odl-jackson-2.10`` feature and artifact were renamed to ``odl-jackson-2.11``
144   to reflect the bump in Jackson version.
145
146 Third-party dependencies
147 ~~~~~~~~~~~~~~~~~~~~~~~~
148 * Bouncy Castle `1.66 → 1.68 <https://www.bouncycastle.org/releasenotes.html>`__
149
150 * Checkstyle 8.36.1 → 8.39.0, release notes:
151   * `8.36.2 <https://checkstyle.org/releasenotes.html#Release_8.36.2>`__
152   * `8.37.0 <https://checkstyle.org/releasenotes.html#Release_8.37.0>`__
153   * `8.38.0 <https://checkstyle.org/releasenotes.html#Release_8.38.0>`__
154   * `8.39.0 <https://checkstyle.org/releasenotes.html#Release_8.39.0>`__
155
156 * commons-net 3.7 → 3.7.2, release notes:
157   * `3.7.1 <https://commons.apache.org/proper/commons-net/changes-report.html#a3.7.1>`__
158   * `3.7.2 <https://commons.apache.org/proper/commons-net/changes-report.html#a3.7.2>`__
159
160 * enunciate `2.13.1 → 2.13.2 <https://github.com/stoicflame/enunciate/releases/tag/v2.13.2>`__
161
162 * Jackson 2.10.5 → 2.11.4, release notes:
163   * `2.11.0 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11>`__
164   * `2.11.1 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.1>`__
165   * `2.11.2 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.2>`__
166   * `2.11.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.3>`__
167   * `2.11.4 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.4>`__
168
169 * Karaf `4.2.10 → 4.3.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12343304>`__
170
171 * Netty 4.1.53 → 4.1.58, release notes:
172   * `4.1.54 <https://netty.io/news/2020/11/11/4-1-54-Final.html>`__
173   * `4.1.55 <https://netty.io/news/2020/12/08/4-1-55-Final.html>`__
174   * `4.1.56 <https://netty.io/news/2020/12/17/4-1-56-Final.html>`__
175   * `4.1.57 <https://netty.io/news/2021/01/12/4-1-57-Final.html>`__
176   * `4.1.58 <https://netty.io/news/2021/01/13/4-1-58-Final.html>`__
177
178 * Google Truth `1.0.1 → 1.1 <https://github.com/google/truth/releases/tag/release_1_1>`__
179
180 * Powermock 2.0.7 → 2.0.9, release notes:
181   * `2.0.8 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#208>`__
182   * `2.0.9 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#209>`__
183
184 * Sevntu `1.37.1 → 1.38.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.38.0>`__
185
186 * XBean finder `4.17 → 4.18 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12348171>`__
187
188 * xmlunit 2.7.0 → 2.8.2, release notes:
189   * `2.8.0 <https://github.com/xmlunit/xmlunit/releases/tag/v2.8.0>`__
190   * `2.8.1 <https://github.com/xmlunit/xmlunit/releases/tag/v2.8.1>`__
191   * `2.8.2 <https://github.com/xmlunit/xmlunit/releases/tag/v2.8.2>`__
192
193 * Xtend `2.23.0 → 2.24.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2020/12/01/version-2-24-0>`__
194
195 Plugin upgrades
196 ~~~~~~~~~~~~~~~
197 * build-helper-maven-plugin `3.1.0 → 3.2.0 <https://github.com/mojohaus/build-helper-maven-plugin/issues?q=is%3Aissue+milestone%3A3.1.0+is%3Aclosed>`__
198
199 * duplicate-finder-maven-plugin `1.4.0 → 1.5.0 <https://github.com/basepom/duplicate-finder-maven-plugin/releases/tag/duplicate-finder-maven-plugin-1.5.0>`__
200
201 * exec-maven-plugin `1.6.0 → 3.0.0 <https://github.com/mojohaus/exec-maven-plugin/releases/tag/exec-maven-plugin-3.0.0>`__
202
203 * maven-pmd-plugin `3.13.0 → 3.14.0 <https://www.mail-archive.com/announce@maven.apache.org/msg00978.html>`__
204
205 * maven-resource-plugin `3.9.0 → 3.9.1 <https://www.mail-archive.com/announce@maven.apache.org/msg00972.html>`__
206
207 * maven-site-plugin `3.9.0 → 3.9.1 <https://www.mail-archive.com/announce@maven.apache.org/msg00966.html>`__
208
209 * versions-maven-plugin `2.7 → 2.8.1 <https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.8.1>`__
210
211
212 Version 8.0.1
213 -------------
214 This is a minor big-fix/enhancement update from verision 8.0.0.
215
216 Improvements
217 ~~~~~~~~~~~~
218 * ``javax.inject`` is now provided by the artifact from `GuicedEE <https://guicedee.com/>`__.
219   This improves things a lot, as it is a proper jar (not MANIFEST.MF warning), it also is
220   a JPMS module, hence can be used for linkage. This dependency is properly ``scope=provided``,
221   so it should not leak into runtimes where it should not be.
222   See `ODLPARENT-247 <https://jira.opendaylight.org/browse/ODLPARENT-247>`__ for details.
223
224 * Transitive dependencies of Guava are now mostly filtered from runtime, so that we do not
225   require ``wrap`` for them. We still retain checker-qual, as we are actively using those
226   and it is a proper bundle.
227   See `ODLPARENT-248 <https://jira.opendaylight.org/browse/ODLPARENT-248>`__ for details.
228
229 Third-party dependencies
230 ~~~~~~~~~~~~~~~~~~~~~~~~
231 * Jackson `2.10.4 → 2.10.5 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10.5>`__
232
233 * JaCoCo `0.8.5 → 0.8.6 <https://github.com/jacoco/jacoco/releases/tag/v0.8.6>`__
234
235 * JUnit `4.13.0 → 4.13.1 <https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md>`__
236
237 * Karaf `4.2.9 → 4.2.10 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12348288>`__
238
239 * Netty `4.1.52 → 4.1.53 <https://netty.io/news/2020/10/13/4-1-53-Final.html>`__
240
241 * Pax-Exam `4.13.3 → 4.13.4 <https://ops4j1.jira.com/secure/ReleaseNote.jspa?projectId=10170&version=24393>`__
242
243 * Woodstox 6.2.1 → 6.2.3, fixed issues:
244   * `6.2.2 <https://github.com/FasterXML/woodstox/issues/112>`__
245   * `6.2.3 <https://github.com/FasterXML/woodstox/issues/117>`__
246
247
248 Version 8.0.0
249 -------------
250 This is a major upgrade from version 7, with breaking changes; downstream projects may need to make changes to upgrade
251 to this version.
252
253 Improvements
254 ~~~~~~~~~~~~
255 * ``modernizer-maven-plugin`` configuration has been updated to issue warnings for constructs
256   improved in all Java versions up to and including Java 11.
257
258 * ``modernizer-maven-plugin`` is configured by default to fail the build when it issues any
259   warnings. This behavior can be opted-out of on a per-artifact basis by defining
260   ``odlparent.modernizer.enforce`` property to ``false``.
261
262 Upstream version removals
263 ~~~~~~~~~~~~~~~~~~~~~~~~~
264 The following upstream dependencies have been removed from dependency management:
265
266 * ``javax.json``. This dependency is used only in Neutron project, hence this version is best
267   maintained there. See `ODLPARENT-238 <https://jira.opendaylight.org/browse/ODLPARENT-238>`__
268   for details.
269
270 * All ``org.eclipse.persistence`` artifacts. These dependencies are only used in Neutron,
271   which actually duplicates the declarations, hence they are best maintained there.
272   See `ODLPARENT-237 <https://jira.opendaylight.org/browse/ODLPARENT-237>`__ for details.
273
274 * All ``org.apache.sshd`` and ``net.i2p.crypto`` artifacts. Overriding versions does not play
275   nice with Karaf's versions during ``feature:install``, causing issues when the installing
276   over an SSH connection. NETCONF project is providing a repackaged version in OpenDaylight
277   namespace. See `ODLPARENT-233 <https://jira.opendaylight.org/browse/ODLPARENT-233>`__ for
278   details.
279
280 * ``jettison``. This dependency is used only in LISP Flow Mapping project for integration
281   tests, hence this version is best maintained there.
282   See `ODLPARENT-239 <https://jira.opendaylight.org/browse/ODLPARENT-239>`__ for details.
283
284 * All ``com.typesafe``, ``io.aeron``, ``org.agrona``, ``org.scala-lang`` declarations. Akka is
285   removing their support for OSGi, with no working releases in their current ``2.6.x.`` branch.
286   Since dealing with these requires quite a bit of dance, which needs to sit outside of odlparent POM,
287   the controller project will package Akka to the extent it needs.
288   See `ODLPARENT-243 <https://jira.opendaylight.org/browse/ODLPARENT-243>`__ for details.
289
290 * ``org.apache.felix.dependencymanager`` and ``org.apache.felix.dependencymanager.shell``. These
291   components are ancient, having been replaced by either Blueprint or Declarative Services. The only
292   project using these is AAA, hence it is best to maintain these declarations there.
293
294 Feature removals
295 ~~~~~~~~~~~~~~~~
296 * ``odl-apache-sshd`` feature has been removed, mirroring the removal of related dependency
297   declarations. See `ODLPARENT-233 <https://jira.opendaylight.org/browse/ODLPARENT-233>`__ for details.
298
299 * ``odl-akka-all``, ``odl-akka-scala-2.13``, ``odl-akka-system-2.5``, ``odl-akka-clustering-2.5``
300   and ``odl-akka-persistence-2.5`` features. mirroring the removal of related dependency declarations.
301   See `ODLPARENT-243 <https://jira.opendaylight.org/browse/ODLPARENT-243>`__ for details.
302
303 Third-party dependencies
304 ~~~~~~~~~~~~~~~~~~~~~~~~
305 * awaitility `3.0.0 → 4.0.3 <https://github.com/awaitility/awaitility/wiki/ReleaseNotes40>`__
306
307 * checkstyle 8.34 → 8.36.1, release notes:
308   * `8.35 <https://checkstyle.org/releasenotes.html#Release_8.35>`__
309   * `8.36 <https://checkstyle.org/releasenotes.html#Release_8.36>`__
310   * `8.36.1 <https://checkstyle.org/releasenotes.html#Release_8.36.1>`__
311
312 * commons-codec `1.14 → 1.15 <https://commons.apache.org/proper/commons-codec/changes-report.html#a1.15>`__
313
314 * commons-io `2.7 → 2.8.0 <https://commons.apache.org/proper/commons-io/changes-report.html#a2.8.0>`__
315
316 * commons-net `3.6 → 3.7 <https://commons.apache.org/proper/commons-net/changes-report.html#a3.7>`__
317
318 * dropwizard-metrics 4.1.9 → 4.1.12.1, release notes:
319   * `4.1.10 <https://github.com/dropwizard/metrics/releases/tag/v4.1.10>`__
320   * `4.1.10.1 <https://github.com/dropwizard/metrics/releases/tag/v4.1.10.1>`__
321   * `4.1.11 <https://github.com/dropwizard/metrics/releases/tag/v4.1.11>`__
322   * `4.1.12 <https://github.com/dropwizard/metrics/releases/tag/v4.1.12>`__
323   * `4.1.12.1 <https://github.com/dropwizard/metrics/releases/tag/v4.1.12.1>`__
324
325 * Guava `28.2 → 29.0 <https://github.com/google/guava/releases/tag/v29.0>`__
326
327 * immutables.org → 2.8.8, release notes:
328   * `2.8.0 <https://github.com/immutables/immutables/releases/tag/2.8.0>`__
329   * `2.8.1 <https://github.com/immutables/immutables/releases/tag/2.8.1>`__
330   * `2.8.2 <https://github.com/immutables/immutables/releases/tag/2.8.2>`__
331   * `2.8.3 <https://github.com/immutables/immutables/releases/tag/2.8.3>`__
332   * `2.8.4 <https://github.com/immutables/immutables/releases/tag/2.8.4>`__
333   * `2.8.8 <https://github.com/immutables/immutables/releases/tag/2.8.8>`__
334
335 * mockito `3.3.3 → 3.5.11 <https://github.com/mockito/mockito/blob/release/3.x/doc/release-notes/official.md>`__
336
337 * Netty `4.1.51 → 4.1.52 <https://netty.io/news/2020/09/08/4-1-52-Final.html>`__
338
339 * Xtend `2.22.0 → 2.23.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2020/09/01/version-2-23-0>`__
340
341 Plugin upgrades
342 ~~~~~~~~~~~~~~~
343 * maven-archetype-plugin `3.1.2 → 3.2.0 <https://blogs.apache.org/maven/entry/apache-maven-archetype-plugin-version1>`__
344
345 * project-info-reports-plugin `3.1.0 → 3.1.1 <https://blogs.apache.org/maven/entry/apache-maven-project-info-reports1>`__
346
347 Version 7.0.5
348 -------------
349 This is a bug-fix upgrade from version 7.0.4.
350
351 Bug fixes
352 ~~~~~~~~~
353 * ``odl-netty-4`` feature definition specified both ``x86_64`` and ``aarch64`` artifacts
354   for ``netty-native-epoll``. This actually results only in ``aarch64`` package being
355   installed, rendering epoll unavailable on ``x86_64`` architecture. This has been corrected
356   by removing the ``aarch64`` package.
357   See `ODLPARENT-240 <https://jira.opendaylight.org/browse/ODLPARENT-240>`__ for details.
358
359 Version 7.0.4
360 -------------
361 This is a security/bug-fix upgrade from version 7.0.3.
362
363 Bug fixes
364 ~~~~~~~~~
365 * ``Single Feature Test`` setup of the JVM for Karaf container ended up using
366   wrong versions of Karaf components, leading to a failure to initialize
367   OSGiLocator and subsequent warnings with stack traces. This has now been
368   corrected.
369   See `ODLPARENT-228 <https://jira.opendaylight.org/browse/ODLPARENT-228>`__ for details.
370 * Pax-Exam setup interacts badly with pipes used by maven-surefire plugin,
371   leading to pauses lasting around 30 seconds after SFT test success.
372   This has now been worked around by using maven-surefire-plugin version 3.0.0-M5,
373   with TCP sockets used for communication.
374   See `ODLPARENT-179 <https://jira.opendaylight.org/browse/ODLPARENT-179>`__ for details.
375 * Our Jersey dependency was held back on version 2.25.1 during Neon upgrade cycle, mostly
376   due to large-scale incompatibilities around JAX-RS version. We have upgraded to Karaf-4.2.8+,
377   which pulls in JAX-RS 2.1, hence re-aligning to a more modern version, 2.27, is now
378   feasible.
379   See `ODLPARENT-208 <https://jira.opendaylight.org/browse/ODLPARENT-208>`__ for details.
380
381 Third-party dependencies
382 ~~~~~~~~~~~~~~~~~~~~~~~~
383 * Bouncy Castle `1.65 → 1.66 <https://www.bouncycastle.org/releasenotes.html>`__
384
385 * Checkstyle 8.32 → 8.34, release notes:
386   * `8.33 <https://checkstyle.org/releasenotes.html#Release_8.33>`__
387   * `8.34 <https://checkstyle.org/releasenotes.html#Release_8.34>`__
388
389 * commons-io `2.6 → 2.7 <https://commons.apache.org/proper/commons-io/changes-report.html#a2.7>`__
390
391 * Jersey 2.25.1 → 2.27, release notes:
392   * `2.26 <https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.26.html>`__
393   * `2.27 <https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.27.html>`__
394
395 * Karaf `4.2.8 → 4.2.9, with related upgrades <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539>`__
396
397 * Netty 4.1.49 → 4.1.51, release notes:
398   * `4.1.50 <https://netty.io/news/2020/05/13/4-1-50-Final.html>`__
399   * `4.1.51 <https://netty.io/news/2020/07/09/4-1-51-Final.html>`__
400
401 * Scala `2.13.2 → 2.13.3 <https://github.com/scala/scala/releases/tag/v2.13.3>`__
402
403 * TrieMap `1.1.0 → 1.2.0 <https://github.com/PANTHEONtech/triemap/releases/tag/triemap-1.2.0>`__
404
405 * XBean finder 4.14 → 4.17, release notes:
406   * `4.15 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345583>`__
407   * `4.16 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345584>`__
408   * `4.17 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12346905>`__
409
410 Plugin upgrades
411 ~~~~~~~~~~~~~~~
412 * maven-project-info-reports-plugin `3.0.0 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12346620>`__.
413
414 * maven-shade-plugin `3.2.3 → 3.2.4 <https://blogs.apache.org/maven/entry/apache-maven-shade-plugin-version5>`__
415
416 Version 7.0.3
417 -------------
418 This is a security/bug-fix upgrade from version 7.0.2. Changes in this release
419 pertain strictly to Karaf packaging and do not affect other runtimes.
420
421 Bug fixes
422 ~~~~~~~~~
423 * Felix SCR 2.1.16, as shipping before Karaf-4.2.9, contains a bug, which could
424   lead to NullPointerException being thrown when components were examined. This
425   has been rectified via upgrade to Felix SCR 2.1.20.
426   See `ODLPARENT-236 <https://jira.opendaylight.org/browse/ODLPARENT-236>`__ for details.
427 * Karaf-4.2.8 changed packaged log4j2 version, rendering the configuration supplied
428   with ``ODLPARENT-231`` inconsistent. This has led to a warning being printed in the
429   Karaf console on each startup. This has now been corrected.
430 * Karaf-4.2.8 is packaging pax-logging-1.11.4, which embeds a a vulnerable version
431   of log4j2 (2.3.0). This would render the upgrades delivered in version 7.0.2
432   ineffective at runtime, potentially leading to exposure. This has been corrected
433   with upgrade of pax-logging to 1.11.6, which is packaging log4j2-2.3.2.
434
435 Version 7.0.2
436 -------------
437 This is a security/bug-fix upgrade from version 7.0.1.
438
439 Improvements
440 ~~~~~~~~~~~~
441 * Infrastructure for identifying confidential log messages was added, along with
442   Karaf configuration update to routing such messages into a separate log file.
443   See `ODLPARENT-231 <https://jira.opendaylight.org/browse/ODLPARENT-231>`__ for details.
444
445 * Netty has been disconnected from Javassist way back in its 4.1.9 release, but
446   we failed to notice. This has now been rectified by ``odl-netty-4`` not depending
447   on ``odl-javassist-3``.
448
449 Third-party dependencies
450 ~~~~~~~~~~~~~~~~~~~~~~~~
451 * Checkstyle `8.31 → 8.32 <https://checkstyle.org/releasenotes.html#Release_8.32>`__
452
453 * Dropwizard Metrics 4.1.5 → 4.1.9, release notes:
454   * `4.1.6 <https://github.com/dropwizard/metrics/releases/tag/v4.1.6>`__
455   * `4.1.7 <https://github.com/dropwizard/metrics/releases/tag/v4.1.7>`__
456   * `4.1.8 <https://github.com/dropwizard/metrics/releases/tag/v4.1.8>`__
457   * `4.1.9 <https://github.com/dropwizard/metrics/releases/tag/v4.1.9>`__
458
459 * Enunciate 2.12.1 → 2.13.1, release notes:
460   * `2.13.0 <https://github.com/stoicflame/enunciate/releases/tag/v2.13.0>`__
461   * `2.13.1 <https://github.com/stoicflame/enunciate/releases/tag/v2.13.1>`__
462
463 * Jackson 2.10.2 → 2.10.4, release notes:
464   * `2.10.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10.3>`__
465   * `2.10.4 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10.4>`__
466
467 * log4j2 2.13.1 → 2.13.3, release notes:
468   * `2.13.2 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.2>`__
469   * `2.13.3 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.3>`__
470
471 * Netty `4.1.48 → 4.1.49 <https://netty.io/news/2020/02/28/4-1-46-Final.html>`__
472
473 * Powermock `2.0.6 → 2.0.7 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#207>`__
474
475 * Scala `2.13.1 → 2.13.2 <https://github.com/scala/scala/releases/tag/v2.13.2>`__
476
477 * Woodstox 6.1.1 → 6.2.1, release notes:
478   * `6.2.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-6.2#620-25-apr-2020>`__
479   * `6.2.1 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-6.2#621-13-may-2020>`__
480
481 * xmlunit 2.6.3 → 2.7.0, release notes:
482   * `2.6.4 <https://github.com/xmlunit/xmlunit/releases/tag/v2.6.4>`__
483   * `2.7.0 <https://github.com/xmlunit/xmlunit/releases/tag/v2.7.0>`__
484
485 Plugin upgrades
486 ~~~~~~~~~~~~~~~
487 * builder-helper-maven-plugin `3.0.0 → 3.1.0 <https://github.com/mojohaus/build-helper-maven-plugin/issues?q=is%3Aissue+milestone%3A3.1.0+is%3Aclosed>`__
488
489 * duplicate-finder-maven-plugin `1.3.0 → 1.4.0 <https://github.com/basepom/duplicate-finder-maven-plugin/releases/tag/duplicate-finder-maven-plugin-1.4.0>`__
490
491 * maven-antrun-plugin `1.8 → 3.0.0 <https://blogs.apache.org/maven/entry/apache-maven-antrun-plugin-version>`__
492
493 * maven-assembly-plugin `3.2.0 → 3.3.0 <https://blogs.apache.org/maven/entry/apache-maven-assembly-plugin-version1>`__
494
495 * maven-invoker-plugin `3.2.0 → 3.2.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12344863>`__
496
497 * maven-remote-resources-plugin `1.6.0 → 1.7.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317825&version=12331232>`__
498
499 * maven-shade-plugin `3.2.2 → 3.2.3 <https://blogs.apache.org/maven/entry/apache-maven-shade-plugin-version4>`__
500
501 Version 7.0.1
502 -------------
503 This is a bug-fix upgrade from version 7.0.0.
504
505 Bug fixes
506 ~~~~~~~~~
507 * Upgrade of ``maven-javadoc-plugin`` is causing issues in downstream javadoc jobs and therefore it has been reverted.
508   See `ODLPARENT-229 <https://jira.opendaylight.org/browse/ODLPARENT-229>`__ for details.
509
510 Third-party dependencies
511 ~~~~~~~~~~~~~~~~~~~~~~~~
512 * Akka `2.5.30 → 2.5.31 <https://akka.io/blog/news/2020/03/31/akka-2.5.31-released>`__
513
514 * Bouncy Castle `1.64 → 1.65 <https://www.bouncycastle.org/releasenotes.html>`__
515
516 * Checkstyle `8.30 → 8.31 <https://checkstyle.org/releasenotes.html#Release_8.31>`__
517
518 * commons-lang3 `3.9 → 3.10 <https://commons.apache.org/proper/commons-lang/changes-report.html#a3.10>`__
519
520 * Xtend 1.19.0 → 1.21.0, release notes:
521   * `1.20.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/12/03/version-2-20-0>`__
522   * `1.21.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2020/03/03/version-2-21-0>`__
523
524 Version 7.0.0
525 -------------
526 This is a major upgrade from version 6, with breaking changes; downstream projects may need to make changes to upgrade
527 to this version.
528
529 Property removals
530 ~~~~~~~~~~~~~~~~~
531 * ``enforcer.version`` and ``projectinfo`` properties were removed. These properties do not serve any legal purpose as
532   the plugins referenced by them are declared in ``pluginManagement`` section.
533
534 Upstream version removals
535 ~~~~~~~~~~~~~~~~~~~~~~~~~
536 The following upstream dependencies have been removed from dependency management:
537
538 * ``immutables.org/value`` without ``<classifier>annotations</classifier>``
539
540 * ``javax.xml.bind/jaxb-api``, replaced with ``jakarta.xml.bind/jakarta.xml.bind-api``
541
542 * ``com.google.inject/guice``
543
544 * ``com.mycila.guice.extensions/mycila-guice-jsr250``
545
546 * ``org.apache.shiro/shiro-core``
547
548 * ``org.apache.shiro/shiro-web``
549
550 Feature removals
551 ~~~~~~~~~~~~~~~~
552 * ``odl-akka-leveldb-0.10`` feature was removed. This feature provided leveldb-backed implementation of Akka
553   Persistence, which is not supported for production environments by upstream. Furthermore this feature relied on a
554   custom-built binary, which we do not have a means to reproduce -- limiting our portability. The controller project,
555   which is the only downstream user of persistence provides an alternative implementation, hence we are removing this
556   historical baggage. See `ODLPARENT-213 <https://jira.opendaylight.org/browse/ODLPARENT-213>`__ for details.
557
558 * ``odl-caffeine-2`` feature was removed. This feature provided a ``JSR-107 JCache`` implementation, an API deemed to
559   be problematic where high-performance and correctness in required.
560
561 New features
562 ~~~~~~~~~~~~
563 * OSGi R6 Declarative Services enabled in Karaf. The ``scr`` feature is now part of startup features, hence Service
564   Component Runtime can be used without incurring an additional refresh.
565   See `ODLPARENT-227 <https://jira.opendaylight.org/browse/ODLPARENT-227>`__ for details.
566
567 Third-party dependencies
568 ~~~~~~~~~~~~~~~~~~~~~~~~
569 * Akka `2.5.29 → 2.5.30 <https://akka.io/blog/news/2020/03/12/akka-2.5.30-released>`__
570
571 * antl4r `4.7.2 → 4.8-1 <https://github.com/antlr/antlr4/releases/tag/4.8>`__
572
573 * Asciidoctor `1.5.7.1 → 1.5.8 <https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.8>`__
574
575 * Checkstyle 8.26 → 8.30, release notes:
576   * `8.27 <https://checkstyle.org/releasenotes.html#Release_8.27>`__
577   * `8.28 <https://checkstyle.org/releasenotes.html#Release_8.28>`__
578   * `8.29 <https://checkstyle.org/releasenotes.html#Release_8.29>`__
579   * `8.30 <https://checkstyle.org/releasenotes.html#Release_8.30>`__
580
581 * Dropwizard Metrics 4.0.5 → 4.1.5, release notes:
582   * `4.1.0-rc0 <https://github.com/dropwizard/metrics/releases/tag/v4.1.0-rc0>`__
583   * `4.1.0-rc2 <https://github.com/dropwizard/metrics/releases/tag/v4.1.0-rc2>`__
584   * `4.1.0-rc3 <https://github.com/dropwizard/metrics/releases/tag/v4.1.0-rc3>`__
585   * `4.1.1 <https://github.com/dropwizard/metrics/releases/tag/v4.1.1>`__
586   * `4.1.2 <https://github.com/dropwizard/metrics/releases/tag/v4.1.2>`__
587   * `4.1.3 <https://github.com/dropwizard/metrics/releases/tag/v4.1.3>`__
588   * `4.1.4 <https://github.com/dropwizard/metrics/releases/tag/v4.1.4>`__
589
590 * Google Truth 0.43 → 1.0.1, release notes:
591   * `0.44 <https://github.com/google/truth/releases/tag/release_0_44>`__
592   * `0.45 <https://github.com/google/truth/releases/tag/release_0_45>`__
593   * `0.46 <https://github.com/google/truth/releases/tag/release_0_46>`__
594   * `1.0-rc1 <https://github.com/google/truth/releases/tag/release_1_0_rc1>`__
595   * `1.0-rc2 <https://github.com/google/truth/releases/tag/release_1_0_rc2>`__
596   * `1.0 <https://github.com/google/truth/releases/tag/release_1_0>`__
597   * `1.0.1 <https://github.com/google/truth/releases/tag/release_1_0_1>`__
598
599 * Guava 27.1 → 28.2, release notes:
600   * `28.0 <https://github.com/google/guava/releases/tag/v28.0>`__
601   * `28.1 <https://github.com/google/guava/releases/tag/v28.1>`__
602   * `28.2 <https://github.com/google/guava/releases/tag/v28.2>`__
603
604 * Javassist 3.26.0 → 3.27.0
605
606 * jdt-annotations 2.2.100 → 2.2.400
607
608 * Karaf 4.2.6 → 4.2.8, with related upgrades, release notes:
609   * `4.2.7 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345539>`__
610   * `4.2.8 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12346100>`__
611
612 * log4j2 `2.13.0 → 2.13.1 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.1>`__
613
614 * Netty 4.1.45 → 4.1.48, release notes:
615   * `4.1.46 <https://netty.io/news/2020/02/28/4-1-46-Final.html>`__
616   * `4.1.47 <https://netty.io/news/2020/03/09/4-1-47-Final.html>`__
617   * `4.1.48 <https://netty.io/news/2020/03/17/4-1-48-Final.html>`__
618
619 * Powermock 2.0.4 → 2.0.6, release notes:
620   * `2.0.5 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#205>`__
621   * `2.0.6 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#206>`__
622
623 * Scala 2.12.10 → 2.13.1, release notes:
624   * `2.13.0 <https://github.com/scala/scala/releases/tag/v2.13.0>`__
625   * `2.13.1 <https://github.com/scala/scala/releases/tag/v2.13.1>`__
626
627 * scala-java8-compat 0.8.0 → 0.9.1, release notes:
628   * `0.9.0 <https://github.com/scala/scala-java8-compat/releases/tag/v0.9.0>`__
629   * `0.9.1 <https://github.com/scala/scala-java8-compat/releases/tag/v0.9.1>`__
630
631 * Sevntu 1.36.0 → 1.37.1, release notes:
632   * `1.37.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.37.0>`__
633   * `1.37.1 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.37.1>`__
634
635 * woodstox-core 5.3.0 → 6.1.1
636
637 Plugin upgrades
638 ~~~~~~~~~~~~~~~
639
640 * findbugs-slf4j `1.4.0 → 1.5.0 <https://github.com/KengoTODA/findbugs-slf4j/blob/master/CHANGELOG.md#150---2019-07-04>`__
641
642 * maven-checkstyle-plugin `3.1.0 → 3.1.1 <https://blogs.apache.org/maven/entry/apache-maven-checkstyle-plugin-version1>`__
643
644 * maven-dependency-plugin `3.1.1 → 3.1.2 <https://blogs.apache.org/maven/entry/apache-maven-dependency-plugin-version2>`__
645
646 * maven-enforcer-plugin `3.0.0-M2 → 3.0.0-M3 <https://blogs.apache.org/maven/entry/apache-maven-enforcer-version-3>`__
647
648 * maven-javadoc-plugin `3.1.1 → 3.2.0 <https://blogs.apache.org/maven/entry/apache-maven-javadoc-plugin-version1>`__
649
650 * maven-shade-plugin `3.2.1 → 3.2.2 <https://blogs.apache.org/maven/entry/apache-maven-shade-plugin-version3>`__
651
652 * modernizer-maven-plugin `2.0.0 → 2.1.0 <https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.1.0>`__
653
654 * pmd-maven-plugin `3.12.0 → 3.13.0 <https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-version2>`__
655
656 Version 6.0.5
657 -------------
658 This is a bug-fix upgrade from version 6.0.4.
659
660 Third-party dependencies
661 ~~~~~~~~~~~~~~~~~~~~~~~~
662 * Akka 2.5.26 → 2.5.29, release notes:
663   * `2.5.27 <https://akka.io/blog/news/2019/12/10/akka-2.5.27-released>`__
664   * `2.5.29 <https://akka.io/blog/news/2020/01/28/akka-2.5.29-released>`__
665
666 * commons-codec `1.13 → 1.14 <https://commons.apache.org/proper/commons-codec/changes-report.html#a1.14>`__
667
668 * Jackson `2.9.10 → 2.9.10.20200103 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#micro-patches>`__
669
670 Plugin upgrades
671 ~~~~~~~~~~~~~~~
672 * maven-source-plugin `3.2.0 → 3.2.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12346480>`__
673
674 Version 6.0.4
675 -------------
676 This is a bug-fix upgrade from version 6.0.3.
677
678 Bug fixes
679 ~~~~~~~~~
680 * ``single-feature-test`` was using outdated repositories, including Maven Central,
681   which `broke on Jan 15, 2020 <https://support.sonatype.com/hc/en-us/articles/360041287334-Central-501-HTTPS-Required>`__.
682   This has been corrected.
683
684 Third-party dependencies
685 ~~~~~~~~~~~~~~~~~~~~~~~~
686
687 * JUnit 4.11 → 4.13, release notes:
688   * `4.12 <https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md>`__
689   * `4.13 <https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.13.md>`__
690
691 * log4j2 2.11.2 → 2.13.0, release notes:
692   * `2.12.0 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.0>`__
693   * `2.12.1 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.12.1>`__
694   * `2.13.0 <https://logging.apache.org/log4j/2.x/changes-report.html#a2.13.0>`__
695
696 * netty 4.1.42 → 4.1.45, release notes:
697   * `4.1.43 <https://netty.io/news/2019/10/24/4-1-43-Final.html>`__
698   * `4.1.44 <https://netty.io/news/2019/12/18/4-1-44-Final.html>`__
699   * `4.1.45 <https://netty.io/news/2020/01/13/4-1-45-Final.html>`__
700
701 Plugin upgrades
702 ~~~~~~~~~~~~~~~
703 * maven-assembly-plugin 2.2-beta5 → 3.2.0
704
705 * maven-archetype-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345957>`__
706
707 Version 6.0.3
708 -------------
709 This is a bug-fix upgrade from version 6.0.2.
710
711 Bug fixes
712 ~~~~~~~~~
713 * The fix for `ODLPARENT-216 <https://jira.opendaylight.org/browse/ODLPARENT-216>`__ ended up
714   breaking ``org.kohsuke.metainf-services`` integration. While this could be fixed in downstreams
715   by adding proper </annotationProcessorPaths> entry, it is a regression from 6.0.1.
716
717 Version 6.0.2
718 -------------
719 This is a security/bug-fix upgrade from version 6.0.1.
720
721 Bug fixes
722 ~~~~~~~~~
723 * ``single-feature-parent`` was setting up Karaf repositories incorrectly, leading to
724   the test using unpatched Karaf resources. This has now been fixed and the test run
725   is using environment equivalent to the contents of the distribution. See
726   `ODLPARENT-209 <https://jira.opendaylight.org/browse/ODLPARENT-209>`__ for details.
727
728 * ``immutables.org`` integration relied on pre-JDK9 way of integration, where the annotation processor
729   was just dropped as a dependency. This does not work with JDK9+ artifacts which are also explicit
730   JMPS modules. Note that users are advised to switch to depending on the ``annotations``-classified
731   artifact. See `ODLPARENT-216 <https://jira.opendaylight.org/browse/ODLPARENT-216>`__ for details.
732
733 * Assembled Karaf distribution did not perform proper JDK checks and allowed launching with JDK8,
734   leading to a failure to install OpenDaylight components with an error stack, which confuses users
735   not familiar with OSGi. The distribution now refuses to start with anything other than JDK11. See
736   `ODLPARENT-218 <https://jira.opendaylight.org/browse/ODLPARENT-218>`__ for details.
737
738 Third-party dependencies
739 ~~~~~~~~~~~~~~~~~~~~~~~~
740
741 * Akka `2.5.25 → 2.5.26 <https://akka.io/blog/news/2019/10/17/akka-2.5.26-released>`__
742
743 * Checkstyle 8.20 → 8.26, release notes:
744   * `8.21 <https://checkstyle.org/releasenotes.html#Release_8.21>`__
745   * `8.22 <https://checkstyle.org/releasenotes.html#Release_8.22>`__
746   * `8.23 <https://checkstyle.org/releasenotes.html#Release_8.23>`__
747   * `8.24 <https://checkstyle.org/releasenotes.html#Release_8.24>`__
748   * `8.25 <https://checkstyle.org/releasenotes.html#Release_8.25>`__
749   * `8.26 <https://checkstyle.org/releasenotes.html#Release_8.26>`__
750
751 * H2 database `1.4.199 → 1.4.200 <http://www.h2database.com/html/changelog.html>`__
752
753 * Hamcrest `2.1 → 2.2 <https://github.com/hamcrest/JavaHamcrest/releases/tag/v2.2>`__
754
755 * JaCoCo `0.8.4 → 0.8.5 <https://github.com/jacoco/jacoco/releases/tag/v0.8.5>`__
756
757 * Karaf 4.2.2 → 4.2.6, release notes:
758   * `4.2.3 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344587>`__
759   * `4.2.4 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12344856>`__
760   * `4.2.5 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345153>`__
761   * `4.2.6 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12345365>`__
762
763 * Powermock `2.0.2 → 2.0.4 <https://github.com/powermock/powermock/blob/release/2.x/docs/release-notes/official.md#204>`__
764
765 * Sevntu `1.35.0 → 1.36.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.36.0>`__
766
767 Plugin upgrades
768 ~~~~~~~~~~~~~~~
769
770 * maven-bundle-plugin `4.1.0 → 4.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345491>`__
771
772 * maven-jar-plugin `3.1.2 → 3.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12345503>`__
773
774 * maven-source-plugin `3.1.0 → 3.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12345522>`__
775
776 * modernizer-maven-plugin `1.9.0 → 2.0.0 <https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-2.0.0>`__
777
778 Version 6.0.1
779 -------------
780 This is a security/bug-fix upgrade from version 6.0.0.
781
782 Bug fixes
783 ~~~~~~~~~
784 * ``karaf-plugin`` ignored exceptions coming from its failure to resolve ${karaf.etc} variable. This
785   has now been fixed and the URL handling has been revised to fix build on Windows. See
786   `ODLPARENT-214 <https://jira.opendaylight.org/browse/ODLPARENT-214>`__ for details.
787
788 * ``leveldb-jni`` jar, which has been seeded to nexus.opendaylight.org long time ago is not published
789   in Maven Central. This has been resolved by repackaging this jar and publishing it from odlparent.
790   See `ODLPARENT-210 <https://jira.opendaylight.org/browse/ODLPARENT-210>`__ for details.
791
792 Third-party dependencies
793 ~~~~~~~~~~~~~~~~~~~~~~~~
794
795 * Bouncy Castle `1.63 → 1.64 <http://www.bouncycastle.org/releasenotes.html>`__
796
797 * Jackson `2.9.9 → 2.9.10 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.10>`__
798
799 * Javassist 3.24.1-GA → 3.26.0-GA
800
801 * Guice 4.1.0 → 4.2.2, release notes:
802   * `4.2.0 <https://github.com/google/guice/wiki/Guice42>`__
803   * `4.2.1 <https://github.com/google/guice/wiki/Guice421>`__
804   * `4.2.2 <https://github.com/google/guice/wiki/Guice422>`__
805
806 * Mockito 2.25.1 → 2.28.2, release notes:
807   * `2.25.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2252>`__
808   * `2.25.3 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2253>`__
809   * `2.25.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2254>`__
810   * `2.25.5 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2255>`__
811   * `2.25.6 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2256>`__
812   * `2.25.7 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2257>`__
813   * `2.26.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2261>`__
814   * `2.26.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2262>`__
815   * `2.27.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2271>`__
816   * `2.27.2 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2272>`__
817   * `2.27.3 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2273>`__
818   * `2.27.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2274>`__
819   * `2.27.5 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2275>`__
820   * `2.28.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2280>`__
821
822 * Netty 4.1.39 → 4.1.42, release notes:
823   * `4.1.41 <https://netty.io/news/2019/09/12/4-1-41-Final.html>`__
824   * `4.1.42 <https://netty.io/news/2019/09/25/4-1-42-Final.html>`__
825
826 * pt-triemap `1.0.6 → 1.1.0 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.1.0>`__
827
828 * reactive-streams `1.0.2 → 1.0.3 <http://www.reactive-streams.org/announce-1.0.3>`__
829
830 * stax2-api `3.1.4 → 4.2 <https://github.com/FasterXML/stax2-api/blob/master/release-notes/VERSION>`__
831
832 * woodstox-core 5.0.3 → 5.3.0, release notes:
833   * `5.1.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.1>`__
834   * `5.2.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.2>`__
835   * `5.3.0 <https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.3>`__
836
837 Version 6.0.0
838 -------------
839 This is a major upgrade from version 5, with breaking changes; projects will
840 need to make changes to upgrade to this version.
841
842 Java 11 is required
843 ~~~~~~~~~~~~~~~~~~~
844 This release sets ``maven.compiler.release=11`` and enforces that the JDK used to build
845 is Java 11+. As there may be issues with various maven plugins when faced with JDK9+
846 constructs and JDK11+ classes, target release can be controlled on a per-artifact
847 basis (i.e. target Java 10 with ``maven.compiler.release=10`` property).
848
849 This release has been validated with ``openjdk-11.0.4`` and is not supported on any lower
850 version. As usual, we recommend using latest available JDK/JRE for Java 11 during development
851 and deployment.
852
853 Checkstyle/SpotBugs/Modernizer run by default
854 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
855 With this release code artifacts always run ``maven-checkstyle-plugin``, ``spotbugs-maven-plugin``
856 and ``modernizer-maven-plugin``. Checkstyle and SpotBugs run in enforcing mode, i.e. will fail
857 build if any violations are found. Modernizer is configured to report Java 8-compatible constructs
858 and will not fail the build unless instructed to do so.
859
860 Behavior of each of these is controlled via a maven property on a per-artifact basis:
861
862 * ``odlparent.checkstyle.enforce`` controls checkstyle enforcement: defaults to ``true``, but can be set to ``false``
863 * ``odlparent.checkstyle.skip`` controls checkstyle invocation: defaults to ``false``, but can be set to ``true``
864 * ``odlparent.spotbugs.enforce`` controls SpotBugs enforcement: defaults to ``true``, but can be set to ``false``
865 * ``odlparent.spotbugs.skip`` controls SpotBugs invocation: defaults to ``false``, but can be set to ``true``
866 * ``odlparent.modernizer.enforce`` controls modernizer enforcement: defaults to ``false``, but can be set to ``true``
867 * ``odlparent.modernizer.skip`` controls modernizer invocation: defaults to ``false``, but can be set to ``true``
868 * ``odlparent.modernizer.target`` controls modernizer Java version: defaults to ``1.8``, but can be set to ``1.11`` or similar
869
870 Bug fixes
871 ~~~~~~~~~
872
873 * ``blueprint container`` had ``org.apache.aries.blueprint.preemptiveShutdown`` set to false
874   to enable it to work with Config Subsystem. As that component is long gone, this property has
875   been removed as part of `ODLPARENT-34 <https://jira.opendaylight.org/browse/ODLPARENT-34>`__.
876   Furthermore, system properties related to Config Subsystem/NETCONF integration have been removed
877   as well.
878
879 Upstream version removals
880 ~~~~~~~~~~~~~~~~~~~~~~~~~
881
882 The following upstream dependencies have been removed from dependency management:
883
884 * com.google.code.findbugs/jsr305
885
886 Third-party dependencies
887 ~~~~~~~~~~~~~~~~~~~~~~~~
888
889 The dependency on `xmlunit-assertj` and `modernizer-maven-annotations` has been added and the following
890 dependencies have been upgraded:
891
892 * Akka 2.5.23 → 2.5.25, release notes:
893   * `2.5.24 <https://akka.io/blog/news/2019/08/09/akka-2.5.24-released>`__
894   * `2.5.25 <https://akka.io/blog/news/2019/08/20/akka-2.5.25-released>`__
895
896 * apache-sshd `2.2.0 → 2.3.0 <https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md>`__
897
898 * Bouncy Castle `1.62 → 1.63 <https://www.bouncycastle.org/releasenotes.html>`__
899
900 * commons-beanutils `1.9.3 → 1.9.4 <https://www.apache.org/dist/commons/beanutils/RELEASE-NOTES.txt>`__
901
902 * commons-codec `1.12 → 1.13 <http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt>`__
903
904 * commons-text 1.6 → 1.8, release notes:
905   * `1.7 <https://commons.apache.org/proper/commons-text/changes-report.html#a1.7>`__
906   * `1.8 <https://commons.apache.org/proper/commons-text/changes-report.html#a1.8>`__
907
908 * Checkstyle 8.18 → 8.20, release notes:
909   * `8.19 <https://checkstyle.org/releasenotes.html#Release_8.19>`__
910   * `8.20 <https://checkstyle.org/releasenotes.html#Release_8.20>`__
911
912 * jackson-databind `2.9.9 → 2.9.9.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#micro-patches>`__
913
914 * jaxb-api 2.2.8 → 2.3.0, aligning it with Karaf-provided version
915
916 * Netty 4.1.36 → 4.1.39, release notes:
917   * `4.1.37 <https://netty.io/news/2019/06/28/4-1-37-Final.html>`__
918   * `4.1.38 <https://netty.io/news/2019/07/24/4-1-38-Final.html>`__
919   * `4.1.39 <https://netty.io/news/2019/08/13/4-1-39-Final.html>`__
920
921 * Sevntu 1.32.0 → 1.35.0, release notes:
922   * `1.33.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0>`__
923   * `1.34.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.0>`__
924   * `1.34.1 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.1>`__
925   * `1.35.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.35.0>`__
926
927 * Scala 2.12.8 → 2.12.9, release notes:
928   * `2.12.9 <https://github.com/scala/scala/releases/tag/v2.12.9>`__
929   * `2.12.10 <https://github.com/scala/scala/releases/tag/v2.12.10>`__
930
931 * slf4j `1.7.25 → 1.7.28 <https://www.slf4j.org/news.html>`__
932
933 * triemap `1.0.5 → 1.0.6 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.6>`__
934
935 * typesafe/ssl-config `0.3.7 → 0.3.8 <https://github.com/lightbend/ssl-config/compare/v0.3.7...v0.3.8>`__
936
937 * Xtend 1.17.1 → 1.19.0, release notes:
938   * `1.18.0 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/06/04/version-2-18-0>`__
939   * `1.19.0 <https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2019/09/03/version-2-19-0>`__
940
941 Plugin upgrades
942 ~~~~~~~~~~~~~~~
943
944 * git-commit-id-plugin 2.2.6 → 3.0.1, release notes:
945   * `3.0.0 <https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.0>`__
946   * `3.0.1 <https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.1>`__
947
948 * maven-javadoc-plugin `3.1.0 → 3.1.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12345060>`__
949
950 * pmd-maven-plugin `3.11.0 → 3.12.0 <https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-version1>`__
951
952 * spotbugs-maven-plugin 3.1.11  → 3.1.12.2, release notes:
953   * `3.1.12 <https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-3.1.11...spotbugs-maven-plugin-3.1.12>`__
954   * `3.1.12.1 <https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.1>`__
955   * `3.1.12.2 <https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.2>`__
956
957 Version 5.0.1
958 -------------
959
960 This is a bug-fix upgrade from version 5.0.0.
961
962 Third-party dependencies
963 ~~~~~~~~~~~~~~~~~~~~~~~~
964
965 The following dependencies have been upgraded:
966
967 * Akka 2.5.21 → 2.5.23, release notes:
968   * `2.5.22 <https://akka.io/blog/news/2019/04/03/akka-2.5.22-released>`__
969   * `2.5.23 <https://akka.io/blog/news/2019/05/21/akka-2.5.23-released>`__
970
971 * asciidoctorj-diagram 1.5.12 → 1.5.16
972
973 * Bouncy Castle `1.61 → 1.62 <http://www.bouncycastle.org/releasenotes.html>`__
974
975 * commons-lang3 `3.8.1 → 3.9 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__
976
977 * JaCoCo `0.8.3 → 0.8.4 <https://github.com/jacoco/jacoco/releases/tag/v0.8.4>`__
978
979 * Jackson `2.9.8 → 2.9.9 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.9>`__
980
981 * Jolokia 1.6.0 → 1.6.2, release notes:
982   * `1.6.1 <https://jolokia.org/changes-report.html#a1.6.1>`__
983   * `1.6.2 <https://jolokia.org/changes-report.html#a1.6.2>`__
984
985 * Mockito `2.25.0 → 2.25.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2251>`__
986
987 * Netty 4.1.34 → 4.1.36, release notes:
988   * `4.1.35 <https://netty.io/news/2019/04/17/4-1-35-Final.html>`__
989   * `4.1.36 <https://netty.io/news/2019/04/30/4-1-36-Final.html>`__
990
991 * PowerMock 2.0.0 → 2.0.2, release notes:
992   * `2.0.1 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.1>`__
993   * `2.0.2 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.2>`__
994
995 * Reactive Streams `1.0.1 → 1.0.2 <https://www.lightbend.com/blog/update-reactive-streams-102-released>`__
996
997 * scala-parser-combinators `1.1.1 → 1.1.2 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2>`__
998
999 * Sevntu `1.32.0 → 1.33.0 <http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0>`__
1000
1001 * Typesafe Config `1.3.2 → 1.3.3 <https://github.com/lightbend/config/releases/tag/v1.3.3>`__
1002
1003 * triemap `1.0.4 → 1.0.5 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.5>`__
1004
1005 * XBean finder 4.12 → 4.14, release notes:
1006   * `4.13 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344253&projectId=12310312>`__
1007   * `4.14 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345220>`__
1008
1009 * xmlunit `2.6.2 → 2.6.3 <https://github.com/xmlunit/xmlunit/releases/tag/v2.6.3>`__
1010
1011 * Xtend `2.17.0 → 2.17.1 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/04/03/version-2-17-1>`__
1012
1013 Plugin upgrades
1014 ~~~~~~~~~~~~~~~
1015
1016 * maven-archetype-plugin 3.0.1 → 3.1.1, release notes:
1017   * `3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12340346>`__
1018   * `3.1.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345450>`__
1019
1020 * maven-bundle-plugin `4.1.0 → 4.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345047>`__
1021
1022 * maven-checkstyle-plugin `3.1.0 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12342397>`__
1023
1024 * maven-compiler-plugin `3.8.0 → 3.8.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484>`__
1025
1026 * 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/>`__
1027
1028 * maven-jar-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12344629>`__
1029
1030 * maven-plugin-plugin `3.5.2 → 3.6.0 <https://blogs.apache.org/maven/entry/apache-maven-plugin-tools-version1>`__
1031
1032 * maven-source-plugin `3.0.1 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12336941>`__
1033
1034 * maven-surefire-plugin 2.22.1 → 2.22.2
1035
1036 New plugins
1037 ~~~~~~~~~~~
1038
1039 * ``modernizer-maven-plugin`` declared, allowing downstreams to more easily activate it,
1040   and so detect code which should be updated to more modern equivalent.
1041
1042 New features
1043 ~~~~~~~~~~~~
1044
1045 * ``odl-caffeine-2`` provides a pre-packaged feature for the Caffeine caching framework,
1046   along with the Guava compabitility layer.
1047
1048 Version 5.0.0
1049 -------------
1050
1051 This is a major upgrade from version 4, with breaking changes; projects will
1052 need to make changes to upgrade to this version.
1053
1054 The most significant change is `ODLPARENT-198 <https://jira.opendaylight.org/browse/ODLPARENT-198>`__,
1055 which removes JSR305 from default dependencies and does not present it at class path by default.
1056
1057 Deleted artifacts
1058 ~~~~~~~~~~~~~~~~~
1059
1060 ``findbugs`` has been removed, as its only purpose was to provide FindBugs
1061 rule definitions. Equivalent definitions are available in ``spotbugs``.
1062
1063 Bug fixes
1064 ~~~~~~~~~
1065
1066 * ``blueprint-maven-plugin`` used to scan the entire classpath, resulting in potential conflicts
1067   across projects. Scanning is now limited to ``${project.groupId}``, limiting conflict domain
1068   to single project. See `ODLPARENT-109 <https://jira.opendaylight.org/browse/ODLPARENT-109>`__.
1069
1070 * ``bundle-maven-plugin`` configuration ignored generated ServiceLoader service entries,
1071   which has now been fixed. See `ODLPARENT-197 <https://jira.opendaylight.org/browse/ODLPARENT-197>`__.
1072
1073 * Bundle tests are now enabled by default. See `ODLPARENT-158 <https://jira.opendaylight.org/browse/ODLPARENT-158>`__
1074   and `ODLPARENT-80 <https://jira.opendaylight.org/browse/ODLPARENT-80>`__ for details.
1075
1076 * Karaf log file rollover was not explictly set up, leading to inability to easily override
1077   the defaults. See `ODLPARENT-153 <https://jira.opendaylight.org/browse/ODLPARENT-153>`__ for details.
1078
1079 * Karaf log file used to use default maximum 16MiB file size, this has now been increased to 64MiB.
1080   See `ODLPARENT-154 <https://jira.opendaylight.org/browse/ODLPARENT-154>`__.
1081
1082 * ``features-test`` excluded opendaylight-karaf-empty's transitive dependencies, leading
1083   to the need to re-declare them in single-feature-parent. This re-declaration was forgotten
1084   in for ``bcpkix-framework-ext`` and ``bcprov-framework-ext`` bundles, which lead to them
1085   not being present in the local repository. See `ODLPARENT-130 <https://jira.opendaylight.org/browse/ODLPARENT-130>`__.
1086
1087 Upstream version removals
1088 ~~~~~~~~~~~~~~~~~~~~~~~~~
1089
1090 The following upstream dependencies have been removed from dependency management:
1091
1092 * cassandra-driver-core
1093
1094 * org.codehaus.enunciate/enunciate-core-annotations
1095
1096 * org.jboss.resteasy/jaxrs-api
1097
1098 * org.json/json
1099
1100 * org.osgi/org.osgi.compendium
1101
1102 Removed features
1103 ~~~~~~~~~~~~~~~~
1104
1105 * odl-jersey-1
1106
1107 * ``features-akka`` feature repository has been integrated into ``features-odlparent``
1108
1109 Third-party dependencies
1110 ~~~~~~~~~~~~~~~~~~~~~~~~
1111
1112 The following dependencies have been upgraded:
1113
1114 * apache-sshd `2.0.0 → 2.2.0 <https://github.com/apache/mina-sshd/compare/sshd-2.0.0...sshd-2.2.0>`__
1115
1116 * Aeron 1.12.0 → 1.15.3, release notes:
1117   * `1.13.0 <https://github.com/real-logic/aeron/releases/tag/1.13.0>`__
1118   * `1.14.0 <https://github.com/real-logic/aeron/releases/tag/1.14.0>`__
1119   * `1.15.0 <https://github.com/real-logic/aeron/releases/tag/1.15.0>`__
1120   * `1.15.1 <https://github.com/real-logic/aeron/releases/tag/1.15.1>`__
1121   * `1.15.2 <https://github.com/real-logic/aeron/releases/tag/1.15.2>`__
1122   * `1.15.3 <https://github.com/real-logic/aeron/releases/tag/1.15.3>`__
1123
1124 * Agrona 0.9.27 → 0.9.33, release notes:
1125   * `0.9.28 <https://github.com/real-logic/agrona/releases/tag/0.9.28>`__
1126   * `0.9.29 <https://github.com/real-logic/agrona/releases/tag/0.9.29>`__
1127   * `0.9.30 <https://github.com/real-logic/agrona/releases/tag/0.9.30>`__
1128   * `0.9.31 <https://github.com/real-logic/agrona/releases/tag/0.9.31>`__
1129   * `0.9.32 <https://github.com/real-logic/agrona/releases/tag/0.9.32>`__
1130   * `0.9.33 <https://github.com/real-logic/agrona/releases/tag/0.9.33>`__
1131
1132 * Akka 2.5.19 → 2.5.21, release notes:
1133   * `2.5.20 <https://akka.io/blog/news/2019/01/29/akka-2.5.20-released>`__
1134   * `2.5.21 <https://akka.io/blog/news/2019/02/13/akka-2.5.21-released>`__
1135
1136 * antl4r `4.7.1 → 4.7.2 <https://github.com/antlr/antlr4/releases/tag/4.7.2>`__
1137
1138 * asciidoctorj-diagram 1.5.11 → 1.5.12
1139
1140 * Bouncy Castle `1.60 → 1.61 <http://www.bouncycastle.org/releasenotes.html>`__
1141
1142 * checkstyle 8.16 → 8.18, release notes:
1143   * `8.17 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.17>`__
1144   * `8.18 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.18>`__
1145
1146 * commons-codec `1.11 → 1.12 <http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt>`__
1147
1148 * Google Error Prone 2.3.2 → 2.3.3
1149
1150 * Google Guava 25.1 → 27.1, release notes:
1151   * `26.0 <https://github.com/google/guava/releases/tag/v26.0>`__
1152   * `27.0 <https://github.com/google/guava/releases/tag/v27.0>`__
1153   * `27.0.1 <https://github.com/google/guava/releases/tag/v27.0.1>`__
1154   * `27.1 <https://github.com/google/guava/releases/tag/v27.1>`__
1155
1156 * Google Truth `0.42 → 0.43 <https://github.com/google/truth/releases/tag/release_0_43>`__
1157
1158 * h2 database `1.4.196 → 1.4.199 <http://www.h2database.com/html/changelog.html>`__
1159
1160 * Immutables `2.7.3 → 2.7.5 <https://github.com/immutables/immutables/#changelog>`__
1161
1162 * Javassist `3.24.0-GA → 3.24.1-GA <https://github.com/jboss-javassist/javassist/releases/tag/rel_3_24_1_ga>`__
1163
1164 * log4j2 `2.11.1 → 2.11.2 <https://github.com/apache/logging-log4j2/blob/log4j-2.11.2/RELEASE-NOTES.md>`__
1165
1166 * Mockito 2.23.4 → 2.25.0, release notes:
1167   * `2.24.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2240>`__
1168   * `2.25.0 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2250>`__
1169
1170 * Netty 4.1.32 → 4.1.34, release notes:
1171   * `4.1.32 <https://netty.io/news/2018/11/29/4-1-32-Final.html>`__
1172   * `4.1.33 <https://netty.io/news/2019/01/21/4-1-33-Final.html>`__
1173   * `4.1.34 <https://netty.io/news/2019/03/08/4-1-34-Final.html>`__
1174
1175 * OSGi 5.0.0 → 6.0.0
1176
1177 * Powermockito 1.7.4 → 2.0.0, release notes:
1178   * `2.0.0-beta.5 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0-beta.5>`__
1179   * `2.0.0-RC.1 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0-RC.1>`__
1180   * `2.0.0 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.0>`__
1181
1182 * SpotBugs `3.1.9 → 3.1.12 <https://github.com/spotbugs/spotbugs/blob/3.1.12/CHANGELOG.md>`__
1183
1184 * ThreeTen `1.4.0 → 1.5.0 <https://www.threeten.org/threeten-extra/changes-report.html#a1.5.0>`__
1185
1186 * Xtend `2.16.0 → 2.17.0 <http://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/03/05/version-2-17-0>`__
1187
1188 Plugin removals
1189 ~~~~~~~~~~~~~~~
1190
1191 * gmaven-plugin
1192
1193 * maven-findbugs-plugin
1194
1195 Plugin upgrades
1196 ~~~~~~~~~~~~~~~
1197
1198 * jacoco-maven-plugin `0.8.2 → 0.8.3 <https://github.com/jacoco/jacoco/releases/tag/v0.8.3>`__
1199
1200 * 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>`__
1201
1202 * 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>`__
1203
1204 * spotbugs-maven-plugin 3.1.8 → 3.1.11
1205
1206 Version 4.0.9
1207 -------------
1208
1209 This is a bug-fix upgrade from version 4.0.8.
1210
1211 Bug fixes
1212 ~~~~~~~~~
1213
1214 * ``karaf-plugin`` invocation in ``karaf4-parent`` caused previously
1215   patched features to be overwritten with their stock versions, referencing
1216   bundles which were not populated in the local repository. (See
1217   `ODLPARENT-194 <https://jira.opendaylight.org/browse/ODLPARENT-194>`__.)
1218
1219 * ``karaf-plugin`` version in ``karaf4-parent`` is now provided through
1220   plugin management so downstreams can override it without needing
1221   to repeat its configuration.
1222
1223 * ``karaf-plugin`` no longer reads features twice when running discovery,
1224   speeding up the process a bit.
1225
1226 * Recent versions of the SpotBugs Maven plugin use SLF4J 1.8 beta 2, which
1227   can’t use the 1.7.25 implementation we provide; we therefore provide an
1228   implementation of 1.8 beta 2 when SpotBugs is used. (See
1229   `ODLPARENT-184 <https://jira.opendaylight.org/browse/ODLPARENT-184>`__.)
1230
1231 New features
1232 ~~~~~~~~~~~~
1233
1234 * ``odl-woodstox`` wraps the Woodstox StAX implementation which is imposed on
1235   us by Karaf.
1236
1237 Version 4.0.8
1238 -------------
1239
1240 This is a bug-fix and minor upstream bump upgrade from version 4.0.7.
1241
1242 Bug fixes
1243 ~~~~~~~~~
1244
1245 * ``bcprov-ext-jdk15on`` is a superset of ``bcprov-jdk15on``, so there’s no
1246   need to ship both; we now only ship the former. In addition, we install the
1247   Bouncy Castle JARs in ``lib/boot`` so that they continue to be available on
1248   the boot classpath (JDK 9 removes the extension mechanism which was used
1249   previously), and provide the corresponding bundles from the boot classpath
1250   instead of using separate JARs in the system repository. (See
1251   `ODLPARENT-183 <https://jira.opendaylight.org/browse/ODLPARENT-183>`__ and
1252   `ODLPARENT-185 <https://jira.opendaylight.org/browse/ODLPARENT-185>`__.)
1253
1254 * A dependency check has been added to ensure that we don’t run into the
1255   TrieMap dependency bug in 4.0.6 again.
1256
1257 * Dependencies pulled in by features are now checked for convergence, and
1258   ``karaf-plugin`` warns when it finds diverging dependencies (the same
1259   artifact with two different versions). Upstream-provided features are
1260   patched to avoid the following divergences (and upgrade some dependencies in
1261   the process):
1262
1263   * Aries utilities 1.1.0/1.1.3 (upgraded to 1.1.3).
1264   * Commons Beanutils 1.8.3/1.9.3 (upgraded to 1.9.3).
1265   * Commons Codec 1.8/1.10 (upgraded to 1.11).
1266   * ``javax.mail`` 1.4.4/1.4.7 (upgraded to 1.4.7).
1267
1268   (See `ODLPARENT-189 <https://jira.opendaylight.org/browse/ODLPARENT-189>`__.)
1269
1270 New features
1271 ~~~~~~~~~~~~
1272
1273 * ``odl-dropwizard-metrics`` provides Dropwizard Metrics (which are also
1274   available in dependency management).
1275
1276 * ``enunciate-maven-plugin`` is added as the replacement for
1277   ``maven-enunciate-plugin``.
1278
1279 Third-party dependencies
1280 ~~~~~~~~~~~~~~~~~~~~~~~~
1281
1282 The following dependencies are no longer provided by the JVM, starting with
1283 version 11, but we make them available via dependency management for projects
1284 which need them:
1285
1286 * ``javax.annotation-api``.
1287
1288 * JAXB (``jaxb-core``, ``jaxb-impl``).
1289
1290 The following dependencies have been upgraded:
1291
1292 * Checkstyle `8.15 → 8.16 <https://checkstyle.org/releasenotes.html#Release_8.16>`__.
1293
1294 * Dependency Check `4.0.0 → 4.0.2 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
1295
1296 * ``git-commit-id`` `2.2.5 → 2.2.6 <https://github.com/ktoso/maven-git-commit-id-plugin/releases>`__.
1297
1298 * Immutables 2.7.1 → 2.7.3:
1299
1300   * `2.7.2 <https://github.com/immutables/immutables#272-2018-11-05>`__.
1301   * `2.7.3 <https://github.com/immutables/immutables#273-2018-11-10>`__.
1302
1303   (2.7.4 breaks our Javadocs.)
1304
1305 * Jackson `2.9.7 → 2.9.8 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.8>`__.
1306
1307 Version 4.0.7
1308 -------------
1309
1310 This is a bug-fix release, correcting the ``triemap`` import declaration.
1311
1312 Version 4.0.6
1313 -------------
1314
1315 This is a bug-fix and minor upstream packaging upgrade from version 4.0.5.
1316
1317 Bug fixes
1318 ~~~~~~~~~
1319
1320 Single-feature-test was broken with JDK 9 and later and Karaf 4.2.2; this
1321 release adds the additional JVM configuration needed.
1322
1323 Third-party dependencies
1324 ~~~~~~~~~~~~~~~~~~~~~~~~
1325
1326 This release adds the ``triemap`` BOM to dependency management.
1327
1328 Version 4.0.5
1329 -------------
1330
1331 This is a bug-fix release: the Karaf Maven plugin, in version 4.2.2, is
1332 `broken <https://issues.apache.org/jira/browse/KARAF-6057>`__ in some cases we
1333 need in OpenDaylight; we revert to 4.2.1 in ``karaf4-parent`` to avoid this.
1334
1335 Version 4.0.4
1336 -------------
1337
1338 This is a bug-fix release, reverting the change made in 4.0.3 to handle
1339 building with either ``zip`` or ``tar.gz`` Karaf archives (which breaks
1340 builds in our infrastructure, without the empty Karaf archive).
1341
1342 Version 4.0.3
1343 -------------
1344
1345 This is a bug-fix and minor upstream bump upgrade from version 4.0.2.
1346
1347 Bug fixes
1348 ~~~~~~~~~
1349
1350 * Our FindBugs configuration for JDK 9 and later caused the plugin to run
1351   everywhere; instead, this version defines the ``findbugs.skip`` property to
1352   disable the plugin in modules where it would be used otherwise.
1353
1354 * The PowerMock declarations in dependency management missed
1355   ``powermock-api-mockito2``, which is necessary for modules using PowerMock
1356   with Mockito 2.
1357
1358 * The “quick” profile (``-Pq``) now skips SpotBugs.
1359
1360 * JSR-305 annotations are now optional, which fixes a number of issues when
1361   building with newer JDKs.
1362
1363 * We provide JAXB with JDK 11 and later (where it is no longer provided by the
1364   base platform).
1365
1366 * ``odlparent-artifacts`` has been updated to accurately represent the
1367   artifacts provided.
1368
1369 * ``javax.activation`` is now excluded from generated features (it’s provided
1370   on Karaf’s boot classpath).
1371
1372 * When the build is configured to build Karaf distributions in ``tar.gz``
1373   archives, but not ``zip`` archives, ``features-test`` used to fail; it will
1374   now used whichever is available
1375   (`ODLPARENT-174 <https://jira.opendaylight.org/browse/ODLPARENT-174>`__).
1376
1377 * Explicit GCs are disabled by default, so that calls to ``System.gc()`` are
1378   ignored
1379   (`ODLPARENT-175 <https://jira.opendaylight.org/browse/ODLPARENT-175>`__).
1380
1381 * Null checks are disabled in SpotBugs because of bad interactions with newer
1382   annotations and the bytecode produces by JDK 11 and later for
1383   ``try``-with-resources.
1384
1385 * Akka Persistence expects LevelDB 0.10, so we now pull in that version
1386   instead of 0.7.
1387
1388 Dependency convergence
1389 ~~~~~~~~~~~~~~~~~~~~~~
1390
1391 A number of dependencies have been added or constrained so that projects using
1392 this parent can enforce dependency convergence:
1393
1394 * Karaf’s ``framework`` feature is used as an import POM, so that we converge
1395   by default on the versions used in Karaf.
1396
1397 * The following dependencies have been added to dependency management:
1398
1399   * ``commons-beanutils``
1400   * the Checker Framework
1401   * Error Prone annotations
1402   * ``javax.activation``
1403   * ``xml-apis``
1404
1405 New features
1406 ~~~~~~~~~~~~
1407
1408 The following Karaf features have been added:
1409
1410 * ``odl-antlr4`` (providing ``antlr4-runtime``);
1411
1412 * ``odl-gson`` (providing ``gson``);
1413
1414 * ``odl-jersey-2`` (providing Jersey client, server, and container servlet,
1415   along with the necessary feature dependencies);
1416
1417 * ``odl-servlet-api`` (providing ``javax.servlet-api``);
1418
1419 * ``odl-stax2-api`` (providing ``stax2-api``);
1420
1421 * ``odl-ws-rs-api`` (providing ``javax.ws.rs-api``);
1422
1423 A new ``sonar-jacoco-aggregate`` profile can be used to produce Sonar reports
1424 with aggregated JaCoCo reports. Additionally, Sonar builds (run with
1425 ``-Dsonar``) are detected and run with a number of irrelevant plugins disabled.
1426
1427 Upstream version upgrades
1428 ~~~~~~~~~~~~~~~~~~~~~~~~~
1429
1430 * Akka 2.5.14 → 2.5.19 (and related ``ssl-config``, Aeron and Agrona upgrades):
1431
1432   * `2.5.15 <https://akka.io/blog/news/2018/08/24/akka-2.5.15-released>`__.
1433   * `2.5.16 <https://akka.io/blog/news/2018/08/29/akka-2.5.16-security-fix-released>`__.
1434   * `2.5.17 <https://akka.io/blog/news/2018/09/27/akka-2.5.17-released>`__.
1435   * `2.5.18 <https://akka.io/blog/news/2018/10/07/akka-2.5.18-released>`__.
1436   * `2.5.19 <https://akka.io/blog/news/2018/12/07/akka-2.5.19-released>`__.
1437
1438 * Commons Text `1.4 → 1.6 <http://www.apache.org/dist/commons/text/RELEASE-NOTES.txt>`__.
1439
1440 * Eclipse JDT annotations 2.2.0 → 2.2.100.
1441
1442 * Javassist 3.23.1 → 3.24.0.
1443
1444 * Karaf 4.2.1 → 4.2.2, with related upgrades.
1445
1446 * LMAX Disruptor `3.4.1 → 3.4.2 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.2>`__.
1447
1448 * Mockito `2.20.1 → 2.23.4 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md>`__.
1449
1450 * Netty 4.1.29 → 4.1.31:
1451
1452   * `4.1.30 <https://netty.io/news/2018/09/28/4-1-30-Final.html>`__.
1453   * `4.1.31 <https://netty.io/news/2018/10/30/4-1-31-Final.html>`__.
1454
1455 * Pax Exam 4.12.0 → 4.13.1.
1456
1457 * Scala 2.12.6 → 2.12.8:
1458
1459   * `2.12.7 <https://github.com/scala/scala/releases/tag/v2.12.7>`__.
1460   * `2.12.8 <https://github.com/scala/scala/releases/tag/v2.12.8>`__.
1461
1462 * Wagon HTTP 3.1.0 → 3.2.0.
1463
1464 * Xtend `2.14.0 → 2.16.0 <https://www.eclipse.org/xtend/releasenotes.html>`__.
1465
1466 Plugin version upgrades
1467 ~~~~~~~~~~~~~~~~~~~~~~~
1468
1469 * Asciidoctor `1.5.6 → 1.5.7.1 <https://github.com/asciidoctor/asciidoctor-maven-plugin/releases>`__
1470   (with related AsciidoctorJ upgrades).
1471
1472 * Bundle 4.0.0 → 4.1.0.
1473
1474 * Checkstyle `8.12 → 8.15 <https://checkstyle.org/releasenotes.html#Release_8.13>`__.
1475
1476 * DependencyCheck `3.3.2 → 4.0.0 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
1477
1478 * Failsafe / Surefire `2.22.0 → 2.22.1 <https://blogs.apache.org/maven/entry/apache-maven-surefire-plugin-version1>`__.
1479
1480 * Help 3.1.0 → 3.1.1.
1481
1482 * JAR 3.1.0 → 3.1.1.
1483
1484 * PMD `3.10.0 → 3.11.0 <https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-3>`__.
1485
1486 * Remote Resources `1.5 → 1.6.0 <https://blogs.apache.org/maven/entry/apache-maven-remote-resources-plugin>`__.
1487
1488 * Shade
1489   `3.2.0 → 3.2.1 <https://blog.soebes.de/blog/2018/11/12/apache-maven-shade-plugin-version-3-dot-2-1-released/>`__.
1490
1491 * SpotBugs `3.1.6 → 3.1.9 <https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md>`__.
1492
1493 * XBean finder 4.9 → 4.12.
1494
1495 * XTend 2.14.0 → 2.16.0.
1496
1497 Version 4.0.2
1498 -------------
1499
1500 This is a bug-fix and minor upstream bump upgrade from version 4.0.1.
1501
1502 Bug fixes
1503 ~~~~~~~~~
1504
1505 Previous releases overrode Karaf’s ``jre.properties``; this is no longer
1506 necessary, and was causing failures with Java 9 and later (our version of
1507 ``jre.properties`` didn’t have the appropriate settings for anything after
1508 Java 8). This release drops that override. See
1509 `ODLPARENT-168 <https://jira.opendaylight.org/browse/ODLPARENT-168>`__ for
1510 details.
1511
1512 Upstream version upgrades
1513 ~~~~~~~~~~~~~~~~~~~~~~~~~
1514
1515 * Commons Lang `3.8 → 3.8.1 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__.
1516
1517 * Jackson `2.9.6 → 2.9.7 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.7>`__.
1518
1519 * Netty `4.1.28 → 4.1.29 <http://netty.io/news/2018/08/24/4-1-29-Final.html>`__.
1520
1521 Plugin version upgrades
1522 ~~~~~~~~~~~~~~~~~~~~~~~
1523
1524 * 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>`__.
1525
1526 * Javadoc `3.0.0 → 3.0.1 <https://blogs.apache.org/maven/entry/apache-maven-javadoc-plugin-version>`__.
1527
1528 * Jersey `2.22.2 → 2.25.1 <https://jersey.github.io/release-notes/2.25.html>`__,
1529   along with Glassfish JSON 1.0.4 → 1.1.2.
1530
1531 * Plugin 3.5 → 3.5.2:
1532
1533   * `3.5.1 <https://blog.soebes.de/blog/2018/01/22/apache-maven-plugin-tools-version-3-dot-5-1-released/>`__.
1534   * `3.5.2 <https://blog.soebes.de/blog/2018/05/26/apache-mave-plugin-tools-version-3-dot-5-2-released/>`__.
1535
1536 * Resources `3.0.1 → 3.1.0 <https://blogs.apache.org/maven/entry/apache-maven-resources-plugin-version>`__.
1537
1538 Version 4.0.1
1539 -------------
1540
1541 This is a bug-fix and minor upstream bump upgrade from version 4.0.0.
1542
1543 Bug fixes
1544 ~~~~~~~~~
1545
1546 The JaCoCo execution profile was incorrect, breaking Sonar; the report is now
1547 written correctly, so that Sonar can find it.
1548
1549 The Blueprint Maven plugin fails when it encounters Java 9 classes; this is
1550 fixed by forcefully upgrading its dependency on xbean-finder. See
1551 `ODLPARENT-167 <https://jira.opendaylight.org/browse/ODLPARENT-167>`__ for
1552 details.
1553
1554 Upstream version upgrades
1555 ~~~~~~~~~~~~~~~~~~~~~~~~~
1556
1557 * SpotBugs `3.1.6 → 3.1.7 <https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md>`__.
1558
1559 Upstream version additions
1560 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1561
1562 * Mockito Inline is added alongside Mockito Core, to ensure that the versions
1563   are kept in sync.
1564
1565 Plugin version upgrades
1566 ~~~~~~~~~~~~~~~~~~~~~~~
1567
1568 * 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/>`__.
1569
1570 * 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/>`__.
1571
1572 * Dependency 3.0.2 → 3.1.1:
1573
1574   * `3.1.0 <https://blog.soebes.de/blog/2018/04/06/apache-maven-dependency-plugin-version-3-dot-1-0-released/>`__.
1575   * `3.1.1 <https://blog.soebes.de/blog/2018/05/24/apache-maven-dependency-plugin-version-3-dot-1-1-released/>`__.
1576
1577 * Dependency Check `3.3.1 → 3.3.2 <https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md>`__.
1578
1579 * 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>`__.
1580
1581 * Failsafe 2.20.1 → 2.22:
1582
1583   * `2.21 <https://blog.soebes.de/blog/2018/03/06/apache-maven-surefire-plugin-version-2-dot-21-released/>`__.
1584   * `2.22 <https://blog.soebes.de/blog/2018/06/16/apache-maven-surefire-plugin-version-2-dot-22-released/>`__.
1585
1586 * Help 2.2 → 3.1.0:
1587
1588   * `3.0.0 <https://blog.soebes.de/blog/2018/03/18/apache-maven-help-plugin-version-3-dot-0-0-released/>`__.
1589   * `3.0.1 <https://blog.soebes.de/blog/2018/03/28/apache-maven-help-plugin-version-3-dot-0-1-released/>`__.
1590   * `3.1.0 <https://blog.soebes.de/blog/2018/06/09/apache-maven-help-plugin-version-3-dot-1-0-released/>`__.
1591
1592 * Invoker 2.0.0 → 3.1.0:
1593
1594   * `3.0.0 <https://blog.soebes.de/blog/2017/05/24/apache-maven-invoker-plugin-version-3-dot-0-0-released/>`__.
1595   * `3.1.0 <https://blog.soebes.de/blog/2018/05/31/apache-maven-invoker-plugin-version-3-dot-1-0-released/>`__.
1596
1597 * 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/>`__.
1598
1599 * 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/>`__.
1600
1601 * 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/>`__.
1602
1603 * 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/>`__.
1604
1605 * Site `3.7 → 3.7.1 <https://blog.soebes.de/blog/2018/04/29/apache-maven-site-plugin-version-3-dot-7-1-released/>`__.
1606
1607 * Surefire 2.18.1 → 2.22.0:
1608
1609   * `2.19 <https://blog.soebes.de/blog/2015/10/19/apache-maven-surefire-plugin-version-2-dot-19-released/>`__.
1610   * `2.19.1 <https://blog.soebes.de/blog/2016/01/03/apache-maven-surefire-plugin-version-2-dot-19-dot-1-released/>`__.
1611   * `2.20 <https://blog.soebes.de/blog/2017/04/12/apache-maven-surefire-plugin-version-2-dot-20-released/>`__.
1612   * `2.21 <https://blog.soebes.de/blog/2018/03/06/apache-maven-surefire-plugin-version-2-dot-21-released/>`__.
1613   * `2.22 <https://blog.soebes.de/blog/2018/06/16/apache-maven-surefire-plugin-version-2-dot-22-released/>`__.
1614
1615
1616 Version 4.0.0
1617 -------------
1618
1619 This is a major upgrade from version 3, with breaking changes; projects will
1620 need to make changes to upgrade to this version.
1621
1622 `This Wiki page <https://wiki.opendaylight.org/view/Neon_platform_upgrade>`__
1623 has detailed step-by-step migration instructions.
1624
1625 ODL Parent 4 requires Maven 3.5.3 or later; this is needed in particular to
1626 enable SpotBugs support with current versions of the SpotBugs plugin.
1627
1628 Known issues
1629 ~~~~~~~~~~~~
1630
1631 This release’s SpotBugs support doesn’t handle Guava 25.1 correctly, resulting
1632 in false-positives regarding null handling; see
1633 `ODLPARENT-161 <https://jira.opendaylight.org/browse/ODLPARENT-161>`__ for
1634 details. Until this is fixed, the corresponding warnings are disabled, which
1635 matches our existing FindBugs configuration (which suffers from the a variant
1636 of this, with the same consequences).
1637
1638 We are planning on upgrading Akka during the 4.x cycle, even if it results in
1639 a technically breaking upgrade. This is currently blocked on an OSGi bug in
1640 Akka; see `Akka issue 25579 <https://github.com/akka/akka/issues/25579>`__ for
1641 details.
1642
1643 Blueprint and OSGi service handling
1644 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1645
1646 Previous releases used an OpenDaylight-specific directory for Blueprint XML
1647 files, ``org/opendaylight/blueprint``. It turned out this wasn’t useful, so
1648 version 4 uses the default directory, ``OSGI-INF/blueprint``.
1649
1650 The Maven bundle plugin is now configured to omit the ``Import-Service`` and
1651 ``Export-Service`` headers, since they are deprecated, unnecessary in
1652 OpenDaylight, and liable to cause issues.
1653
1654 With previous releases of OpenDaylight, projects were encouraged to use Pax
1655 CDI API annotations to describe their Blueprint beans, services and injections;
1656 with version 4, Blueprint annotations should be used instead:
1657
1658 * modules should depend on
1659   ``org.apache.aries.blueprint:blueprint-maven-plugin-annotation``, with the
1660   ``<optional>true</optional>`` flag, instead of
1661   ``org.ops4j.pax.cdi:pax-cdi-api``;
1662
1663 * ``@OsgiServiceProvider`` on bean definitions is replaced by ``@Service``;
1664
1665 * ``@OsgiService`` at injection points is replaced by ``@Reference``;
1666
1667 * ``@OsgiService`` on bean definitions, while technically wrong, can be seen in
1668   the OpenDaylight codebase; this is replaced by ``@Service``;
1669
1670 * service lists can be injected using ``@ReferenceList``.
1671
1672 See `this Gerrit patch <https://git.opendaylight.org/gerrit/75699>`__ for an
1673 example.
1674
1675 Compiler settings
1676 ~~~~~~~~~~~~~~~~~
1677
1678 Builds now warn about unchecked type uses (such as raw types where generics
1679 are available).
1680
1681 JUnit and Mockito are always available as test dependencies and no longer need
1682 to be declared in POMs.
1683
1684 New build profiles
1685 ~~~~~~~~~~~~~~~~~~
1686
1687 An OWASP profile is now available to run OWASP’s dependency checker; this will
1688 check all third-party dependencies against the NVD vulnerability database. To
1689 enable this, run Maven with ``-Powasp``.
1690
1691 Build profile changes
1692 ~~~~~~~~~~~~~~~~~~~~~
1693
1694 ``-Pq`` now skips Modernizer.
1695
1696 New features
1697 ~~~~~~~~~~~~
1698
1699 ``odl-akka-leveldb-0.10`` wraps LevelDB 0.10 for Akka.
1700
1701 ``odl-apache-commons-codec`` wraps Apache Commons Codec.
1702
1703 ``odl-apache-commons-lang3`` wraps Apache Commons Lang 3.
1704
1705 ``odl-apache-commons-net`` wraps Apache Commons Net.
1706
1707 ``odl-apache-commons-text`` wraps Apache Commons Text.
1708
1709 ``odl-apache-sshd`` wraps Apache SSHD.
1710
1711 ``odl-guava`` provides the default ODL version of Guava; it should be used
1712 instead of ``odl-guava-23`` or the new ``odl-guava-25``.
1713
1714 ``odl-jackson-2.9`` wraps Jackson 2.9.
1715
1716 New FindBugs and SpotBugs settings
1717 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1718
1719 FindBugs and SpotBugs are configured with
1720 `the SLF4J extension <http://kengotoda.github.io/findbugs-slf4j/>`__ (version
1721 1.4.0 for FindBugs, 1.4.1 for SpotBugs). This will flag misused SLF4J calls, in
1722 particular message templates which don’t match the arguments, and invalid
1723 placeholders (*e.g.* ``%s`` instead of ``{}``).
1724
1725 Deleted artifacts
1726 ~~~~~~~~~~~~~~~~~
1727
1728 ``aggregator-parent`` was unusable outside ``odlparent`` and has been removed.
1729 Instead, the ``maven.deploy.skip`` and ``maven.install.skip`` properties are
1730 available to disable deploying and installing artifacts.
1731
1732 Upstream version upgrades
1733 ~~~~~~~~~~~~~~~~~~~~~~~~~
1734
1735 This version upgrades the following third-party dependencies:
1736
1737 * Aeron 1.7.0 → 1.9.3:
1738
1739   * `1.8.0 <https://github.com/real-logic/aeron/releases/tag/1.8.0>`__.
1740   * `1.8.1 <https://github.com/real-logic/aeron/releases/tag/1.8.1>`__.
1741   * `1.8.2 <https://github.com/real-logic/aeron/releases/tag/1.8.2>`__.
1742   * `1.9.0 <https://github.com/real-logic/aeron/releases/tag/1.9.0>`__.
1743   * `1.9.1 <https://github.com/real-logic/aeron/releases/tag/1.9.1>`__.
1744   * `1.9.2 <https://github.com/real-logic/aeron/releases/tag/1.9.2>`__.
1745   * `1.9.3 <https://github.com/real-logic/aeron/releases/tag/1.9.3>`__.
1746
1747 * Agrona 0.9.12 → 0.9.21:
1748
1749   * `0.9.13 <https://github.com/real-logic/agrona/releases/tag/0.9.13>`__.
1750   * `0.9.14 <https://github.com/real-logic/agrona/releases/tag/0.9.14>`__.
1751   * `0.9.15 <https://github.com/real-logic/agrona/releases/tag/0.9.15>`__.
1752   * `0.9.16 <https://github.com/real-logic/agrona/releases/tag/0.9.16>`__.
1753   * `0.9.17 <https://github.com/real-logic/agrona/releases/tag/0.9.17>`__.
1754   * `0.9.18 <https://github.com/real-logic/agrona/releases/tag/0.9.18>`__.
1755   * `0.9.19 <https://github.com/real-logic/agrona/releases/tag/0.9.19>`__.
1756   * `0.9.20 <https://github.com/real-logic/agrona/releases/tag/0.9.20>`__.
1757   * `0.9.21 <https://github.com/real-logic/agrona/releases/tag/0.9.21>`__.
1758
1759 * Akka 2.5.11 → 2.5.14:
1760
1761   * `2.5.12 <https://akka.io/blog/news/2018/04/13/akka-2.5.12-released>`__.
1762   * `2.5.13 <https://akka.io/blog/news/2018/06/08/akka-2.5.13-released>`__.
1763   * `2.5.14 <https://akka.io/blog/news/2018/07/13/akka-2.5.14-released>`__.
1764
1765 * ASM 5.1 → 6.2.1 (synchronised with Karaf).
1766
1767 * Bouncy Castle `1.59 → 1.60 <https://www.bouncycastle.org/releasenotes.html>`__.
1768
1769 * Checkstyle `8.4 → 8.12 <http://checkstyle.sourceforge.net/releasenotes.html#Release_8.12>`__.
1770
1771 * Commons Lang `3.7 → 3.8 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__.
1772
1773 * Commons Text 1.1 → 1.4:
1774
1775   * `1.2 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.2.txt>`__.
1776   * `1.3 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.3.txt>`__.
1777   * `1.4 <https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.4.txt>`__.
1778
1779 * Eclipse JDT annotations 2.1.150 → 2.2.0.
1780
1781 * EclipseLink Moxy JAXB `2.7.1 → 2.7.3 <https://www.eclipse.org/eclipselink/releases/2.7.php>`__.
1782
1783 * Enunciate core annotations
1784   `2.10.1 → 2.11.1 <https://github.com/stoicflame/enunciate/releases>`__.
1785
1786 * Felix Metatype 1.1.6 → 1.2.0 (synchronised with Karaf).
1787
1788 * Google Truth `0.40 → 0.42 <https://github.com/google/truth/releases>`__.
1789
1790 * Guava 23.6.1 → 25.1:
1791
1792   * `23.4 <https://github.com/google/guava/releases/tag/v23.4>`__.
1793   * `23.5 <https://github.com/google/guava/releases/tag/v23.5>`__.
1794   * `23.6 <https://github.com/google/guava/releases/tag/v23.6>`__.
1795   * `24.0 <https://github.com/google/guava/releases/tag/v24.0>`__.
1796   * `24.1 <https://github.com/google/guava/releases/tag/v24.1>`__.
1797   * `25.0 <https://github.com/google/guava/releases/tag/v25.0>`__.
1798   * `25.1 <https://github.com/google/guava/releases/tag/v25.1>`__.
1799
1800 * Immutables `2.5.6 → 2.7.1 <https://github.com/immutables/immutables/blob/master/README.md#changelog>`__.
1801
1802 * Jackson 2.8.9 → 2.9.6:
1803
1804   * `2.9 feature overview <https://medium.com/@cowtowncoder/jackson-2-9-features-b2a19029e9ff>`__.
1805   * `2.9 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9>`__.
1806   * `2.9.1 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.1>`__.
1807   * `2.9.2 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.2>`__.
1808   * `2.9.3 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.3>`__.
1809   * `2.9.4 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.4>`__.
1810   * `2.9.5 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.5>`__.
1811   * `2.9.6 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.6>`__.
1812
1813 * JaCoCo `0.8.1 → 0.8.2 <https://github.com/jacoco/jacoco/releases/tag/v0.8.2>`__.
1814
1815 * Javassist 3.22.0 → 3.23.1. This provides compatibility with Java 9 and later,
1816   and `fixes a file handle leak <https://github.com/jboss-javassist/javassist/issues/165>`__.
1817
1818 * Jettison 1.3.8 → 1.4.0.
1819
1820 * Jetty 9.3.21 → 9.4.11 (synchronised with Karaf):
1821
1822   * `9.4.0 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00097.html>`__.
1823   * `9.4.1 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00100.html>`__.
1824   * `9.4.2 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00101.html>`__.
1825   * `9.4.3 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00102.html>`__.
1826   * `9.4.4 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00105.html>`__.
1827   * `9.4.5 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00107.html>`__.
1828   * `9.4.6 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00109.html>`__.
1829   * `9.4.7 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html>`__.
1830   * `9.4.8 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00114.html>`__.
1831   * `9.4.9 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00117.html>`__.
1832   * `9.4.10 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00119.html>`__.
1833   * `9.4.11 <https://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00122.html>`__.
1834
1835 * Jolokia OSGi `1.5.0 → 1.6.0 <https://jolokia.org/changes-report.html#a1.6.0>`__.
1836
1837 * Karaf 4.1.5 → 4.2.1:
1838
1839   * `4.1.6 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342748>`__.
1840   * `4.2.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342945>`__.
1841
1842 * LMAX Disruptor 3.3.10 → 3.4.1:
1843
1844   * `3.4.0 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.0>`__.
1845   * `3.4.1 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.4.1>`__.
1846
1847 * META-INF services 1.7 → 1.8.
1848
1849 * Mockito 1.10.19 → 2.20.1; see
1850   `What’s new in Mockito 2 <https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2>`__
1851   for upgrade instructions and
1852   `the list of issues you might run into <https://asolntsev.github.io/en/2016/10/11/mockito-2.1/>`__.
1853
1854 * Netty 4.1.22 → 4.1.28:
1855
1856   * `4.1.17 <http://netty.io/news/2017/11/08/4-0-53-Final-4-1-17-Final.html>`__.
1857   * `4.1.18 <http://netty.io/news/2017/12/11/4-0-54-Final-4-1-18-Final.html>`__.
1858   * `4.1.19 <http://netty.io/news/2017/12/18/4-1-19-Final.html>`__.
1859   * `4.1.20 <http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html>`__.
1860   * `4.1.21 <http://netty.io/news/2018/02/05/4-0-56-Final-4-1-21-Final.html>`__.
1861   * `4.1.22 <http://netty.io/news/2018/02/21/4-1-22-Final.html>`__.
1862   * `4.1.23 <http://netty.io/news/2018/04/04/4-1-23-Final.html>`__.
1863   * `4.1.24 <http://netty.io/news/2018/04/19/4-1-24-Final.html>`__.
1864   * `4.1.25 <http://netty.io/news/2018/05/14/4-1-25-Final.html>`__.
1865   * `4.1.26 <http://netty.io/news/2018/07/10/4-1-26-Final.html>`__.
1866   * `4.1.27 <http://netty.io/news/2018/07/11/4-1-27-Final.html>`__.
1867   * `4.1.28 <http://netty.io/news/2018/07/27/4-1-28-Final.html>`__.
1868
1869 * Pax Exam 4.11.0 → 4.12.0.
1870
1871 * Pax URL 2.5.3 → 2.5.4, which only fixes
1872   `a potential NullPointerException <https://ops4j1.jira.com/browse/PAXURL-346>`__.
1873
1874 * PowerMock 1.6.4 → 1.7.4:
1875
1876   * `1.6.5 <https://github.com/powermock/powermock/releases/tag/powermock-1.6.5>`__.
1877   * `1.6.6 <https://github.com/powermock/powermock/releases/tag/powermock-1.6.6>`__.
1878   * `1.7.0 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.0>`__.
1879   * `1.7.1 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.1>`__.
1880   * `1.7.2 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.2>`__.
1881   * `1.7.3 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.3>`__.
1882   * `1.7.4 <https://github.com/powermock/powermock/releases/tag/powermock-1.7.4>`__.
1883
1884 * Scala parser combinators 1.0.7 → 1.1.1:
1885
1886   * `1.1.0 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.0>`__.
1887   * `1.1.1 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.1>`__.
1888
1889 * SpotBugs `3.1.0 → 3.1.6 <https://github.com/spotbugs/spotbugs/blob/3.1.6/CHANGELOG.md>`__.
1890
1891 * Threeten Extra `1.3.2 → 1.4 <https://github.com/ThreeTen/threeten-extra/releases>`__.
1892
1893 * Typesafe SSL config 0.2.2 → 0.2.4:
1894
1895   * `0.2.3 <https://github.com/lightbend/ssl-config/releases/tag/v0.2.3>`__.
1896   * `0.2.4 <https://github.com/lightbend/ssl-config/releases/tag/v0.2.4>`__.
1897
1898 * Wagon HTTP
1899   `2.10 → 3.1.0 <https://lists.apache.org/thread.html/96024c54db7680697cb066e22a37b0ed5b4498386714a8a9ae1ec9cd@%3Cannounce.maven.apache.org%3E>`__.
1900
1901 * XMLUnit `1.6 → 2.6.2 <https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md>`__.
1902
1903 Upstream version additions
1904 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1905
1906 The following upstream dependencies have been added to dependency management:
1907
1908 * Apache SSHD 2.0.0, with EdDSA and Netty support (EdDSA is provided by ``net.i2p.crypto:eddsa``).
1909
1910 * Blueprint annotations (``org.apache.aries.blueprint:blueprint-maven-plugin-annotation``).
1911
1912 * Log4J2.
1913
1914 * Pax Web 7.2.3 (synchronised with Karaf).
1915
1916 Upstream version removals
1917 ~~~~~~~~~~~~~~~~~~~~~~~~~
1918
1919 The following upstream dependencies have been removed from dependency management:
1920
1921 * Google Protobuf.
1922
1923 * Our repackaging of Jersey Servlet.
1924
1925 * JUnit’s ``junit-dep``, which has long been obsolete.
1926
1927 * LevelDB (which is still available as features).
1928
1929 * Pax CDI API — Blueprint annotations should be used instead.
1930
1931 Plugin version upgrades
1932 ~~~~~~~~~~~~~~~~~~~~~~~
1933
1934 The following plugins have been upgraded:
1935
1936 * Blueprint 1.4.0 → 1.10.0.
1937
1938 * Build helper 1.12 → 3.0.0.
1939
1940 * Bundle plugin 3.5.0 → 4.0.0.
1941
1942 * Checkstyle
1943   `2.17 → 3.0.0 <https://mail-archives.apache.org/mod_mbox/maven-announce/201801.mbox/%3Cop.zchs68akkdkhrr%40desktop-2khsk44.mshome.net%3E>`__.
1944
1945 * Duplicate finder
1946   `1.2.1 → 1.3.0 <https://github.com/basepom/duplicate-finder-maven-plugin/blob/master/CHANGES.md>`__.
1947
1948 * Git commit id `2.2.4 → 2.2.5 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.5>`__.
1949
1950 * Jacoco Maven plugin `0.8.1 → 0.8.2 <https://github.com/jacoco/jacoco/releases/tag/v0.8.2>`__.
1951
1952 * Javadoc `3.0.0 → 3.0.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12342283>`__.
1953
1954 * PMD 3.8 → 3.10.0:
1955
1956   * `3.10.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342689&styleName=Text&projectId=12317621>`__.
1957
1958 * Sevntu `1.29.0 → 1.32.0 <http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.32.0>`__.
1959
1960 * SpotBugs 3.1.0-RC6 → 3.1.6 (see the SpotBugs changes above).
1961
1962 Version 3.1.3
1963 -------------
1964
1965 This version fixes the following issues:
1966
1967 * `ODLPARENT-156 <https://jira.opendaylight.org/browse/ODLPARENT-156>`_:
1968   ``xtend-maven-plugin``’s dependencies end up pulling in conflicting
1969   dependencies. ODL Parent now constrains part of its dependency tree to avoid
1970   this.
1971
1972 This version adds ``odl-jackson-2.8`` to ``odlparent-artifacts``.
1973
1974 Version 3.1.2
1975 -------------
1976
1977 This version fixes the following issues:
1978
1979 * `INFRAUTILS-41 <https://jira.opendaylight.org/browse/INFRAUTILS-41>`_:
1980   ``jre.properties`` includes ``com.sun.management`` so that it can be
1981   enabled if necessary. (This doesn’t add a dependency on
1982   ``com.sun.management``, it allows bundles to use it if it is present.)
1983
1984 * `ODLPARENT-136 <https://jira.opendaylight.org/browse/ODLPARENT-136>`_:
1985   ``SingleFeatureTest`` pulls in ``org.osgi.compendium``.
1986
1987 * `ODLPARENT-144 <https://jira.opendaylight.org/browse/ODLPARENT-144>`_:
1988   ``org.apache.karaf.scr.management`` is whitelisted so that it no longer
1989   affects ``SingleFeatureTest``.
1990
1991 * `ODLPARENT-146 <https://jira.opendaylight.org/browse/ODLPARENT-146>`_:
1992   null-related FindBugs checks which produce false-positives with Guava 23.6
1993   and later are disabled, so that this really is fully backwards-compatible
1994   with 3.0 and later.
1995
1996 * `ODLPARENT-148 <https://jira.opendaylight.org/browse/ODLPARENT-148>`_:
1997   ``SingleFeatureTest`` preserves ``target/SFT/karaf.log``.
1998
1999 This version includes the following improvements:
2000
2001 * ``custom.properties`` no longer includes OVSDB-specific configuration.
2002
2003 * The ``odl-jersey-1`` feature includes the Jersey client.
2004
2005 * Redundant bundle dependency declarations in ``SingleFeatureTest`` have been
2006   removed (these are declarations which are also present in our base Karaf
2007   distribution).
2008
2009 * Build errors involving invalid feature or bundle URLs now indicate which
2010   feature is at fault.
2011
2012 * Obsolete Log4J overrides have been removed from ``SingleFeatureTest``.
2013
2014 When building using JDK 9 or 10, the default settings have been changed as
2015 follows to avoid errors or extraneous warnings:
2016
2017 * SFT is disabled (it needs Karaf 4.2 or later);
2018
2019 * Javadocs are generated as HTML 4;
2020
2021 * SpotBugs is disabled on JDK 10 or later;
2022
2023 * FindBugs is disabled on JDK 9 or later.
2024
2025 The following third-party dependencies have been upgraded:
2026
2027 * `EclipseLink Moxy JAXB 2.6.2 → 2.7.1 <https://www.eclipse.org/eclipselink/releases/2.7.php>`_.
2028
2029 * `Google Truth 0.36 → 0.40 <https://github.com/google/truth/releases>`_.
2030
2031 * `Gson 2.8.2 → 2.8.5 <https://github.com/google/gson/blob/master/CHANGELOG.md>`_.
2032
2033 * `Guava 23.6 → 23.6.1 <https://github.com/google/guava/compare/v23.6...v23.6.1>`_.
2034   This addresses CVE-2018-10237 (that’s the only change in this release).
2035
2036 * `Jacoco Maven plugin 0.8.0 → 0.8.1 <https://github.com/jacoco/jacoco/releases/tag/v0.8.1>`_.
2037
2038 * JDT annotations 2.1.0 → 2.1.150.
2039
2040 * `Scala 2.12.5 → 2.12.6 <https://github.com/scala/scala/releases/tag/v2.12.6>`_.
2041
2042 * `Scala Parser Combinators 1.0.6 → 1.0.7 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.0.7>`_.
2043
2044 * `Sevntu 1.24.2 → 1.29.0 <https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.29.0>`_.
2045
2046 * `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>`_.
2047
2048 The following Maven plugin has been upgraded:
2049
2050 * `Javadoc 3.0.0 → 3.0.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12342283>`_.
2051
2052 Version 3.1.1
2053 -------------
2054
2055 This version fixes the following issues:
2056
2057 * `ODLPARENT-137 <https://jira.opendaylight.org/browse/ODLPARENT-137>`_:
2058   restore the OpenDaylight prompt.
2059
2060 * `ODLPARENT-146 <https://jira.opendaylight.org/browse/ODLPARENT-146>`_:
2061   Guava 23.6 switched from @Nullable to @NullableDecl, which causes false
2062   positives in FindBugs’ ``NP_NONNULL_PARAM_VIOLATION`` rule; we’re
2063   disabling the rule for now.
2064
2065 Version 3.1.0
2066 -------------
2067
2068 This version fixes the following issues:
2069
2070 * Mycila dependencies are now “compile” scoped rather than “test”; this allows
2071   child projects to use Guice with Mycila more easily.
2072
2073 * The duplicate finder now ignores ``web.xml`` and BluePrint XML files.
2074
2075 This version includes the following improvements:
2076
2077 * The ``-Pq`` profile skips Maven Modernizer, in preparation for its future
2078   integration (and its use in child projects).
2079
2080 * An OWASP profile, ``-Powasp`` is available for vulnerability checking.
2081
2082 * A new ``odl-jackson-2.8`` feature provides Jackson 2.8 to child projects.
2083
2084 The following third-party dependencies have been added to dependency management:
2085
2086 * `ThreeTen-Extra <http://www.threeten.org/threeten-extra/>`_
2087
2088 The following third-party dependencies have been upgraded:
2089
2090 * Aeron 1.2.5 → 1.7.0; release notes:
2091
2092   * `1.3.0 <https://github.com/real-logic/aeron/releases/tag/1.3.0>`_
2093   * `1.4.0 <https://github.com/real-logic/aeron/releases/tag/1.4.0>`_
2094   * `1.5.0 <https://github.com/real-logic/aeron/releases/tag/1.5.0>`_
2095   * `1.5.1 <https://github.com/real-logic/aeron/releases/tag/1.5.1>`_
2096   * `1.5.2 <https://github.com/real-logic/aeron/releases/tag/1.5.2>`_
2097   * `1.6.0 <https://github.com/real-logic/aeron/releases/tag/1.6.0>`_
2098   * `1.7.0 <https://github.com/real-logic/aeron/releases/tag/1.7.0>`_
2099
2100 * Agrona 0.9.5 → 0.9.12; release notes:
2101
2102   * `0.9.6 <https://github.com/real-logic/Agrona/releases/tag/0.9.6>`_
2103   * `0.9.7 <https://github.com/real-logic/Agrona/releases/tag/0.9.7>`_
2104   * `0.9.8 <https://github.com/real-logic/Agrona/releases/tag/0.9.8>`_
2105   * `0.9.9 <https://github.com/real-logic/Agrona/releases/tag/0.9.9>`_
2106   * `0.9.10 <https://github.com/real-logic/Agrona/releases/tag/0.9.10>`_
2107   * `0.9.11 <https://github.com/real-logic/Agrona/releases/tag/0.9.11>`_
2108   * `0.9.12 <https://github.com/real-logic/Agrona/releases/tag/0.9.12>`_
2109
2110 * Akka 2.5.5 → 2.5.11; release notes:
2111
2112   * `2.5.6 <https://akka.io/blog/news/2017/09/28/akka-2.5.6-released>`_
2113   * `2.5.7 <https://akka.io/blog/news/2017/11/17/akka-2.5.7-released>`_
2114   * `2.5.8 <https://akka.io/blog/news/2017/12/08/akka-2.5.8-released>`_
2115   * `2.5.9 <https://akka.io/blog/news/2018/01/11/akka-2.5.9-released-2.4.x-end-of-life>`_
2116   * `2.5.10 <https://akka.io/blog/news/2018/02/23/akka-2.5.10-released>`_
2117   * `2.5.11 <https://akka.io/blog/news/2018/02/28/akka-2.5.11-released>`_
2118
2119 * Commons Lang 3 `3.6 → 3.7 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`_
2120
2121 * Guava 23.3 → 23.6; release notes:
2122
2123   * `23.4 <https://github.com/google/guava/releases/tag/v23.4>`_
2124   * `23.5 <https://github.com/google/guava/releases/tag/v23.5>`_
2125   * `23.6 <https://github.com/google/guava/releases/tag/v23.6>`_
2126
2127 * H2 database `1.4.193 → 1.4.196 <http://www.h2database.com/html/changelog.html>`_
2128
2129 * Jacoco `0.7.9 → 0.8.0 <https://github.com/jacoco/jacoco/releases/tag/v0.8.0>`_
2130
2131 * Javassist `3.21.0 → 3.22.0 <https://github.com/jboss-javassist/javassist/compare/rel_3_21_0_ga...rel_3_22_0_ga>`_
2132
2133 * lmax-disruptor 3.3.7 → 3.3.10; release notes:
2134
2135   * `3.3.8 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.8>`_
2136   * `3.3.9 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.9>`_
2137   * `3.3.10 <https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.10>`_
2138
2139 * Netty 4.1.16 → 4.1.22; release notes:
2140
2141   * `4.1.17 <http://netty.io/news/2017/11/08/4-0-53-Final-4-1-17-Final.html>`_
2142   * `4.1.18 <http://netty.io/news/2017/12/11/4-0-54-Final-4-1-18-Final.html>`_
2143   * `4.1.19 <http://netty.io/news/2017/12/18/4-1-19-Final.html>`_
2144   * `4.1.20 <http://netty.io/news/2018/01/22/4-0-55-Final-4-1-20-Final.html>`_
2145   * `4.1.21 <http://netty.io/news/2018/02/05/4-0-56-Final-4-1-21-Final.html>`_
2146   * `4.1.22 <http://netty.io/news/2018/02/21/4-1-22-Final.html>`_
2147
2148 * Scala `2.12.4 → 2.12.5 <http://www.scala-lang.org/news/2.12.5>`_
2149
2150 * Typesafe Config `0.2.1 → 0.2.2 <https://github.com/typesafehub/config/blob/master/NEWS.md>`_
2151
2152 The following Maven plugins have been upgraded:
2153
2154 * FindBugs 3.0.4 → 3.0.5
2155
2156 * Git commit id 2.2.2 → 2.2.4; release notes:
2157
2158   * `2.2.3 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.3>`_
2159   * `2.2.4 <https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.4>`_
2160
2161 Version 3.0.3
2162 -------------
2163
2164 This version fixes the following issues:
2165
2166 * `ODLPARENT-136`_: ``features-test`` needs ``org.osgi.compendium``.
2167
2168 * Jackson dependencies are declared using ``jackson-bom`` to ensure all they
2169   remain consistent.
2170
2171 * ``find-duplicate-classpath-entries`` is run in the “verify” phase rather than
2172   the “validate” phase, which is too early.
2173
2174 * The version of Jetty we pull in is now aligned with that declared in Karaf,
2175   resolving a number of restart and dependency issues.
2176
2177 * Pulling in the ``wrap`` feature unconditionally is no longer necessary, so
2178   ``karaf4-parent`` no longer does so.
2179
2180 * ``metainf-services`` are declared with scope “provided” to avoid their being
2181   included in downstream features (it’s a build-time dependency only).
2182
2183 * ``leveldb-api`` is excluded from ``odl-akka-leveldb-0.7``, and ``jsr250-api``
2184   from ``enunciate-core-annotations``, to avoid duplicate having classes on the
2185   classpath.
2186
2187 * Since the ``ssh`` feature is excluded from generated features, our Karaf
2188   need to enable it at boot in all cases.
2189
2190 * ``bundle-test-lib`` is now a bundle.
2191
2192 * Since we use static SLF4J loggers, the ``SLF4J_LOGGER_SHOULD_BE_NON_STATIC``
2193   rule needs to be disabled in our FindBugs configuration (this allows
2194   downstream projects to enable ``findbugs-slf4j`` without having to deal with
2195   all the resulting false-positives).
2196
2197 * ``org.apache.karaf.scr.management`` is white-listed in SFT to avoid failures
2198   apparently related to that component (which we don’t care about).
2199
2200 .. _ODLPARENT-136: https://jira.opendaylight.org/browse/ODLPARENT-136
2201
2202 This version upgrades the following third-party dependencies:
2203
2204 * `Antlr 4.7 → 4.7.1`_
2205
2206 * `BouncyCastle 1.58 → 1.59`_
2207
2208 * Jersey 1.17 → 1.19.4 (additionally available as the ``odl-jersey-1`` feature)
2209
2210 * Jolokia 1.3.7 → 1.5.0
2211
2212 * Karaf 4.1.3 → 4.1.5; release notes:
2213
2214   * `Karaf 4.1.4`_
2215   * `Karaf 4.1.5`_
2216
2217 .. _Antlr 4.7 → 4.7.1: https://github.com/antlr/antlr4/releases/tag/4.7.1
2218 .. _BouncyCastle 1.58 → 1.59: https://www.bouncycastle.org/releasenotes.html
2219 .. _Karaf 4.1.4: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12341702
2220 .. _Karaf 4.1.5: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342294
2221
2222 Version 3.0.2
2223 -------------
2224
2225 This version fixes the following issues:
2226
2227 * SingleFeatureTest uses the configured local Maven repository for Pax Exam.
2228
2229 * JavaDoc links are disabled for now to `speed up builds`_. A new
2230   ``javadoc-links`` profile enables the links.
2231
2232 * Conditional feature dependencies are processed, ensuring our
2233   `distribution is complete`_.
2234
2235 * Startup features are `adjusted for Karaf 4.1`_, avoiding unnecessary
2236   refreshes.
2237
2238 * The ``hiddenField`` Checkstyle check is disabled for abstract methods.
2239
2240 * The default logging configuration uses Log4J2, which is the new default in
2241   Karaf 4.1.
2242
2243 .. _speed up builds: https://jira.opendaylight.org/browse/ODLPARENT-121
2244 .. _distribution is complete: https://jira.opendaylight.org/browse/ODLPARENT-133
2245 .. _adjusted for Karaf 4.1: https://jira.opendaylight.org/browse/ODLPARENT-134
2246
2247 This version upgrades the following dependencies or plugins:
2248
2249 * ``maven-enforcer-plugin`` 1.4.1 → 3.0.0-M1
2250
2251 * ``maven-javadoc-plugin`` 3.0.0-M1 → 3.0.0
2252
2253 Version 3.0.1
2254 -------------
2255
2256 This version fixes the following issues:
2257
2258 * Karaf pulls in an invalid Hibernate feature repository, breaking downstream
2259   dependencies pulling in the “war” feature. ``populate-local-repo`` corrects
2260   the repository dependency.
2261
2262
2263 Version 3.0.0
2264 -------------
2265
2266 Compiler settings
2267 ~~~~~~~~~~~~~~~~~
2268
2269 Build now show compiler warnings and deprecation warnings. This doesn't affect
2270 the result or require any changes currently, it just makes the issues more
2271 visible.
2272
2273 New Checkstyle rules
2274 ~~~~~~~~~~~~~~~~~~~~
2275
2276 Checkstyle has been upgraded from 7.6 to 8.4 (see the
2277 `Checkstyle release notes`_ for details), and Sevntu from 1.21.0 to 1.24.2
2278 (note that the latter's group identifier changed from
2279 ``com.github.sevntu.checkstyle`` to ``com.github.sevntu-checkstyle``; you
2280 might need to update your IDE's configuration).
2281
2282 The following Checkstyle rules are enabled; this might require changes in
2283 projects which enforce Checkstyle validation:
2284
2285 * `AvoidHidingCauseExceptionCheck`_
2286 * `FinalClass`_: utility classes must be declared ``final``
2287 * `HiddenField`_: fields must not be shadowed
2288 * `HideUtilityClassConstructor`_: utility classes must hide their constructor
2289
2290 .. _Checkstyle release notes: http://checkstyle.sourceforge.net/releasenotes.html
2291
2292 .. _AvoidHidingCauseExceptionCheck: http://sevntu-checkstyle.github.io/sevntu.checkstyle/apidocs/com/github/sevntu/checkstyle/checks/coding/AvoidHidingCauseExceptionCheck.html
2293 .. _FinalClass: http://checkstyle.sourceforge.net/config_design.html#FinalClass
2294 .. _HiddenField: http://checkstyle.sourceforge.net/config_coding.html#HiddenField
2295 .. _HideUtilityClassConstructor: http://checkstyle.sourceforge.net/config_design.html#HideUtilityClassConstructor
2296
2297 Karaf
2298 ~~~~~
2299
2300 Karaf has been upgraded to 4.1.3. This should be transparent for dependent
2301 projects.
2302
2303 Karaf distributions
2304 ~~~~~~~~~~~~~~~~~~~
2305
2306 * When building a Karaf distribution using ``karaf4-parent``, projects can
2307   specify which archives to build: the ``karaf.archiveZip`` property will
2308   enable ZIP files if true, and ``karaf.archiveTarGz`` will enable
2309   gzip-compressed tarballs if true. By default both are enabled.
2310
2311 * Our Karaf distribution provides Bouncy Castle at startup. Auto-generated
2312   feature descriptors take this into account (they won't embed a Bouncy
2313   Castle dependency).
2314
2315 Feature removals
2316 ~~~~~~~~~~~~~~~~
2317
2318 * The ``odl-triemap-0.2`` feature wrapping
2319   ``com.github.romix:java-concurrent-hash-trie-map`` was rendered obsolete by
2320   YANG Tools' implementation and has been removed.
2321
2322 Feature additions
2323 ~~~~~~~~~~~~~~~~~
2324
2325 * ``odl-javassist-3`` provides Javassist in a feature.
2326
2327 * ``odl-jung-2.1`` provides `JUNG`_ in a feature.
2328
2329 .. _JUNG: http://jung.sourceforge.net/
2330
2331 Upstream version upgrades
2332 ~~~~~~~~~~~~~~~~~~~~~~~~~
2333
2334 The following upstream dependencies have been upgraded:
2335
2336 * Akka 2.4.18 → 2.5.4; release notes:
2337
2338   * `Akka 2.5.0`_
2339   * `Akka 2.5.1`_
2340   * `Akka 2.5.2`_
2341   * `Akka 2.5.3`_
2342   * `Akka 2.5.4`_
2343
2344 * `Awaitility 2 → 3`_
2345
2346 * `Bouncy Castle 1.57 → 1.58`_
2347
2348 * `Commons Codec 1.10 → 1.11`_
2349
2350 * `Commons File Upload 1.3.2 → 1.3.3`_
2351
2352 * `Commons IO 2.5 → 2.6`_
2353
2354 * Eclipse JDT annotations 2.0.0 → 2.1.0
2355
2356 * Felix Dependency Manager 4.3.0 → 4.4.1
2357 * Felix Dependency Manager Shell 4.0.4 → 4.0.6
2358 * Felix Metatype 1.1.2 → 1.1.6
2359
2360 * `Google Truth 0.28 → 0.36`_ (with the Java 8 extensions)
2361
2362 * `Gson 2.7 → 2.8.2`_
2363
2364 * Guava 22 → 23.3 along with the associated feature name change from
2365   ``odl-guava-22`` to ``odl-guava-23`` (dependent packages *must* change their
2366   dependency); release notes:
2367
2368   * `Guava 23`_
2369   * `Guava 23.1`_
2370   * `Guava 23.2`_
2371   * `Guava 23.3`_
2372
2373 * Immutables 2.4.2 → 2.5.6
2374
2375 * Jackson 2.3.2 → 2.8.9
2376
2377 * Jacoco 0.7.7 → 0.7.9; release notes:
2378
2379   * `Jacoco 0.7.8`_
2380   * `Jacoco 0.7.9`_
2381
2382 * Jacoco Listeners 2.4 → 3.8
2383
2384 * `Javassist 3.20.0 → 3.21.0`_
2385
2386 * `Jettison 1.3.7 → 1.3.8`_
2387
2388 * `Jolokia 1.3.6 → 1.3.7`_
2389
2390 * `JSONassert 1.3.0 → 1.5.0`_
2391
2392 * `logback 1.2.2 → 1.2.3`_
2393
2394 * `LMAX Disruptor 3.3.6 → 3.3.7`_
2395
2396 * Netty 4.1.8 → 4.1.16; release notes:
2397
2398   * `Netty 4.1.9`_
2399   * `Netty 4.1.10`_
2400   * `Netty 4.1.11`_
2401   * `Netty 4.1.12`_
2402   * `Netty 4.1.13`_
2403   * `Netty 4.1.14`_
2404   * `Netty 4.1.15`_
2405   * `Netty 4.1.16`_
2406
2407 * `Pax URL 2.5.2 → 2.5.3`_
2408
2409 * Scala 2.11.11 → 2.12.4; release notes:
2410
2411   * `Scala 2.12.0`_
2412   * `Scala 2.12.1`_
2413   * `Scala 2.12.2`_
2414   * `Scala 2.12.3`_
2415   * `Scala 2.12.4`_
2416
2417 * Servlet API 3.0.1 → 3.1.0
2418
2419 * `SLF4J 1.7.21 → 1.7.25`_
2420
2421 * `webcohesion enunciate 2.6.0 → 2.10.1`_
2422
2423 * `Xtend 2.12 → 2.13`_
2424
2425 .. _Akka 2.5.0: http://akka.io/blog/news/2017/04/13/akka-2.5.0-released
2426 .. _Akka 2.5.1: http://akka.io/blog/news/2017/05/02/akka-2.5.1-released
2427 .. _Akka 2.5.2: http://akka.io/blog/news/2017/05/24/akka-2.5.2-released
2428 .. _Akka 2.5.3: http://akka.io/blog/news/2017/06/19/akka-2.5.3-released
2429 .. _Akka 2.5.4: http://akka.io/blog/news/2017/08/10/akka-2.5.4-released
2430
2431 .. _Awaitility 2 → 3: https://github.com/awaitility/awaitility/wiki/ReleaseNotes30
2432
2433 .. _Bouncy Castle 1.57 → 1.58: https://www.bouncycastle.org/releasenotes.html
2434
2435 .. _Commons Codec 1.10 → 1.11: http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt
2436
2437 .. _Commons File Upload 1.3.2 → 1.3.3: http://www.apache.org/dist/commons/fileupload/RELEASE-NOTES.txt
2438
2439 .. _Commons IO 2.5 → 2.6: http://www.apache.org/dist/commons/io/RELEASE-NOTES.txt
2440
2441 .. _Google Truth 0.28 → 0.36: https://github.com/google/truth/releases
2442
2443 .. _Gson 2.7 → 2.8.2: https://github.com/google/gson/blob/master/CHANGELOG.md
2444
2445 .. _Guava 23: https://github.com/google/guava/wiki/Release23
2446 .. _Guava 23.1: https://github.com/google/guava/releases/tag/v23.1
2447 .. _Guava 23.2: https://github.com/google/guava/releases/tag/v23.2
2448 .. _Guava 23.3: https://github.com/google/guava/releases/tag/v23.3
2449
2450 .. _Jacoco 0.7.8: https://github.com/jacoco/jacoco/releases/tag/v0.7.8
2451 .. _Jacoco 0.7.9: https://github.com/jacoco/jacoco/releases/tag/v0.7.9
2452
2453 .. _Javassist 3.20.0 → 3.21.0: https://github.com/jboss-javassist/javassist/compare/rel_3_20_0_ga...rel_3_21_0_ga
2454
2455 .. _Jettison 1.3.7 → 1.3.8: https://github.com/jettison-json/jettison/compare/jettison-1.3.7...jettison-1.3.8
2456
2457 .. _Jolokia 1.3.6 → 1.3.7: https://github.com/rhuss/jolokia/releases/tag/v1.3.7
2458
2459 .. _JSONassert 1.3.0 → 1.5.0: https://github.com/skyscreamer/JSONassert/releases
2460
2461 .. _logback 1.2.2 → 1.2.3: https://logback.qos.ch/news.html
2462
2463 .. _LMAX Disruptor 3.3.6 → 3.3.7: https://github.com/LMAX-Exchange/disruptor/releases/tag/3.3.7
2464
2465 .. _Netty 4.1.9: http://netty.io/news/2017/03/10/4-0-45-Final-4-1-9-Final.html
2466 .. _Netty 4.1.10: http://netty.io/news/2017/04/30/4-0-46-Final-4-1-10-Final.html
2467 .. _Netty 4.1.11: http://netty.io/news/2017/05/12/4-0-47-Final-4-1-11-Final.html
2468 .. _Netty 4.1.12: http://netty.io/news/2017/06/09/4-0-48-Final-4-1-12-Final.html
2469 .. _Netty 4.1.13: http://netty.io/news/2017/07/06/4-0-49-Final-4-1-13-Final.html
2470 .. _Netty 4.1.14: http://netty.io/news/2017/08/03/4-0-50-Final-4-1-14-Final.html
2471 .. _Netty 4.1.15: http://netty.io/news/2017/08/25/4-0-51-Final-4-1-15-Final.html
2472 .. _Netty 4.1.16: http://netty.io/news/2017/09/25/4-0-52-Final-4-1-16-Final.html
2473
2474 .. _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
2475
2476 .. _Scala 2.12.0: https://github.com/scala/scala/releases/tag/v2.12.0
2477 .. _Scala 2.12.1: https://github.com/scala/scala/releases/tag/v2.12.1
2478 .. _Scala 2.12.2: https://github.com/scala/scala/releases/tag/v2.12.2
2479 .. _Scala 2.12.3: https://github.com/scala/scala/releases/tag/v2.12.3
2480 .. _Scala 2.12.4: https://github.com/scala/scala/releases/tag/v2.12.4
2481
2482 .. _SLF4J 1.7.21 → 1.7.25: https://www.slf4j.org/news.html
2483
2484 .. _webcohesion enunciate 2.6.0 → 2.10.1: https://github.com/stoicflame/enunciate/releases
2485
2486 .. _Xtend 2.12 → 2.13: https://www.eclipse.org/xtend/releasenotes.html
2487
2488 Upstream version additions
2489 ~~~~~~~~~~~~~~~~~~~~~~~~~~
2490
2491 The following upstream dependencies have been added to dependency management:
2492
2493 * Commons Text, ``org.apache.commons:commons-text`` (this will allow downstreams
2494   to migrate from ``commons-lang3``\’s ``WordUtils``, which is deprecated)
2495
2496 Upstream version removals
2497 ~~~~~~~~~~~~~~~~~~~~~~~~~
2498
2499 The following upstream dependencies have been removed from dependency
2500 management (they are obsolete and unused):
2501
2502 * Chameleon MBeans
2503 * Eclipse Link
2504 * Equinox HTTP service bridge
2505 * ``equinoxSDK381`` artifacts
2506 * Coda Hale Metrics, which are mostly unused and should eventually be wrapped
2507   by InfraUtils
2508 * ``com.google.code.findbugs:jsr305`` (which *must not* be used; this is
2509   enforced — ``annotations`` should be used instead)
2510 * Felix File Install and Web Console
2511 * Gemini Web
2512 * Orbit
2513 * ``org.mockito:mockito-all`` (which *must not* be used; this is enforced —
2514   ``mockito-core`` should be used instead)
2515 * Spring Framework
2516 * ``txw2``
2517 * Xerces
2518 * ``xml-apis``
2519
2520 Plugin version upgrades
2521 ~~~~~~~~~~~~~~~~~~~~~~~
2522
2523 The following plugins have been upgraded:
2524
2525 * ``org.apache.servicemix.tooling:depends-maven-plugin`` 1.3.1 → 1.4.0
2526 * ``org.apache.felix:maven-bundle-plugin`` 2.4.0 → 3.3.0
2527 * ``maven-compiler-plugin`` 3.6.1 → 3.7.0
2528 * ``maven-dependency-plugin`` 3.0.1 → 3.0.2
2529 * ``maven-enforcer-plugin`` 1.4.1 → 3.0.0-M1
2530 * ``maven-failsafe-plugin`` 2.18.1 → 2.20.1
2531 * ``maven-javadoc-plugin`` 2.10.4 → 3.0.0-M1
2532 * ``maven-shade-plugin`` 2.4.3 → 3.1.0
2533
2534 New plugins
2535 ~~~~~~~~~~~
2536
2537 * The `Maven Find Duplicates`_ plugin can be enabled by setting the
2538   ``duplicate-finder.skip`` property to ``false``.
2539
2540 * The SpotBugs_ Maven plugin can now be used instead of the FindBugs plugin
2541   (both are available, so no change is required). To use SpotBugs, replace
2542   ``org.codehaus.mojo:findbugs-maven-plugin`` with
2543   ``com.github.spotbugs:spotbugs-maven-plugin``.
2544
2545 .. _Maven Find Duplicates: https://github.com/basepom/duplicate-finder-maven-plugin/
2546
2547 .. _SpotBugs: https://spotbugs.github.io/