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