Bump triemap to 1.0.6
[odlparent.git] / NEWS.rst
index 67822e5dc719716aaf5dd8eacabfca9637ee1f75..2bbbc11433710fcfc88c2a018443dac096a19c92 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,97 @@
 ODL Parent release notes
 ========================
 
+Version 5.0.1
+-------------
+
+This is a bug-fix upgrade from version 5.0.0.
+
+Third-party dependencies
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+The following dependencies have been upgraded:
+
+* Akka 2.5.21 → 2.5.23, release notes:
+  * `2.5.22 <https://akka.io/blog/news/2019/04/03/akka-2.5.22-released>`__
+  * `2.5.23 <https://akka.io/blog/news/2019/05/21/akka-2.5.23-released>`__
+
+* asciidoctorj-diagram 1.5.12 → 1.5.16
+
+* Bouncy Castle `1.61 → 1.62 <http://www.bouncycastle.org/releasenotes.html>`__
+
+* commons-lang3 `3.8.1 → 3.9 <http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt>`__
+
+* JaCoCo `0.8.3 → 0.8.4 <https://github.com/jacoco/jacoco/releases/tag/v0.8.4>`__
+
+* Jackson `2.9.8 → 2.9.9 <https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.9>`__
+
+* Jolokia 1.6.0 → 1.6.2, release notes:
+  * `1.6.1 <https://jolokia.org/changes-report.html#a1.6.1>`__
+  * `1.6.2 <https://jolokia.org/changes-report.html#a1.6.2>`__
+
+* Mockito `2.25.0 → 2.25.1 <https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md#2251>`__
+
+* Netty 4.1.34 → 4.1.36, release notes:
+  * `4.1.35 <https://netty.io/news/2019/04/17/4-1-35-Final.html>`__
+  * `4.1.36 <https://netty.io/news/2019/04/30/4-1-36-Final.html>`__
+
+* PowerMock 2.0.0 → 2.0.2, release notes:
+  * `2.0.1 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.1>`__
+  * `2.0.2 <https://github.com/powermock/powermock/releases/tag/powermock-2.0.2>`__
+
+* Reactive Streams `1.0.1 → 1.0.2 <https://www.lightbend.com/blog/update-reactive-streams-102-released>`__
+
+* scala-parser-combinators `1.1.1 → 1.1.2 <https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2>`__
+
+* Sevntu `1.32.0 → 1.33.0 <http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0>`__
+
+* Typesafe Config `1.3.2 → 1.3.3 <https://github.com/lightbend/config/releases/tag/v1.3.3>`__
+
+* triemap `1.0.4 → 1.0.5 <https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.5>`__
+
+* XBean finder 4.12 → 4.14, release notes:
+  * `4.13 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344253&projectId=12310312>`__
+  * `4.14 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345220>`__
+
+* xmlunit `2.6.2 → 2.6.3 <https://github.com/xmlunit/xmlunit/releases/tag/v2.6.3>`__
+
+* Xtend `2.17.0 → 2.17.1 <https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/04/03/version-2-17-1>`__
+
+Plugin upgrades
+~~~~~~~~~~~~~~~
+
+* maven-archetype-plugin 3.0.1 → 3.1.1, release notes:
+  * `3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12340346>`__
+  * `3.1.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345450>`__
+
+* maven-bundle-plugin `4.1.0 → 4.2.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345047>`__
+
+* maven-checkstyle-plugin `3.1.0 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12342397>`__
+
+* maven-compiler-plugin `3.8.0 → 3.8.1 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484>`__
+
+* 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/>`__
+
+* maven-jar-plugin `3.1.1 → 3.1.2 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12344629>`__
+
+* maven-plugin-plugin `3.5.2 → 3.6.0 <https://blogs.apache.org/maven/entry/apache-maven-plugin-tools-version1>`__
+
+* maven-source-plugin `3.0.1 → 3.1.0 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12336941>`__
+
+* maven-surefire-plugin 2.22.1 → 2.22.2
+
+New plugins
+~~~~~~~~~~~
+
+* ``modernizer-maven-plugin`` declared, allowing downstreams to more easily activate it,
+  and so detect code which should be updated to more modern equivalent.
+
+New features
+~~~~~~~~~~~~
+
+* ``odl-caffeine-2`` provides a pre-packaged feature for the Caffeine caching framework,
+  along with the Guava compabitility layer.
+
 Version 5.0.0
 -------------
 
@@ -36,6 +127,11 @@ Bug fixes
 * Karaf log file used to use default maximum 16MiB file size, this has now been increased to 64MiB.
   See `ODLPARENT-154 <https://jira.opendaylight.org/browse/ODLPARENT-154>`__.
 
+* ``features-test`` excluded opendaylight-karaf-empty's transitive dependencies, leading
+  to the need to re-declare them in single-feature-parent. This re-declaration was forgotten
+  in for ``bcpkix-framework-ext`` and ``bcprov-framework-ext`` bundles, which lead to them
+  not being present in the local repository. See `ODLPARENT-130 <https://jira.opendaylight.org/browse/ODLPARENT-130>`__.
+
 Upstream version removals
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -56,6 +152,8 @@ Removed features
 
 * odl-jersey-1
 
+* ``features-akka`` feature repository has been integrated into ``features-odlparent``
+
 Third-party dependencies
 ~~~~~~~~~~~~~~~~~~~~~~~~