From: Robert Varga Date: Sat, 4 May 2024 04:24:38 +0000 (+0200) Subject: Summarize changes X-Git-Tag: v13.1.2~3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F111607%2F1;p=odlparent.git Summarize changes We are ready for 13.1.2, update news to reflect that. Change-Id: I4116c8a7e37a60e6ce1c1a18969d3f63f8a7f6f9 Signed-off-by: Robert Varga --- diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 5c4e5ee7e..925a2920a 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -2,6 +2,47 @@ ODL Parent release notes ======================== +Version 13.1.2 +-------------- +This is a bug-fix upgrade from version 13.1.1. + +Bug fixes +~~~~~~~~~ +* ``SingleFeatureTest`` execution did not account for asynchronous bundle updates. This has now been fixed. + See `ODLPARENT-312 `__ for more information. + +Third-party dependencies +~~~~~~~~~~~~~~~~~~~~~~~~ +* checker-qual 3.42.0 → 3.43.0 + +* Checkstyle `10.15.0 → 10.16.0 `__ + +* commons-io `2.16.0 → 2.16.1 `__ + +* commons-text `1.11.0 → 1.12.0 `__ + +* error_prone_annotations 2.26.1 → 2.27.1, release notes: + * `2.27.0 `__ + * `2.27.1 `__ + +* Jersey `2.42 → 2.43 `__ + +* Netty `4.1.108 → 4.1.109 `__ + +* ThreeTen `1.7.2 → 1.8.0 `__ + +* xmlunit `2.9.1 → 2.10.0 `__ + +Plugin upgrades +~~~~~~~~~~~~~~~ +* maven-deploy-plugin `3.1.1 → 3.1.2 `__ + +* maven-install-plugin `3.1.1 → 3.1.2 `__ + +* maven-jar-plugin `3.4.0 → 3.4.1 `__ + +* maven-shade-plugin `3.5.2 → 3.5.3 `__ + Version 13.1.1 -------------- This is a bug-fix upgrade from version 13.1.0. @@ -42,7 +83,7 @@ Improvements and new features * ``sporbugs-maven-plugin`` now runs with ``spotbugs.fork=false``. This setting improves build time by removing the need to warm up a JVM for each SpotBugs analysis. * Apache Derby is now excluded from PAX JDBC features due to a vulnerability which is not fixed in a suitable - release. See `ODLPARENT-262 `__ for more information. + release. See `ODLPARENT-306 `__ for more information. Third-party dependencies ~~~~~~~~~~~~~~~~~~~~~~~~