From e8d0e9a7fb224a2f783060ec6dcc3b6ea7b43147 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 20 Dec 2023 13:36:56 +0100 Subject: [PATCH] Update NEWS for 13.0.10 Sum up the few updates that came in over the past two weeks. Change-Id: I441598722b2f7ad6e8754e62cf2f49ab9fdee59e Signed-off-by: Robert Varga --- docs/NEWS.rst | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/docs/NEWS.rst b/docs/NEWS.rst index c838534cb..d55d72615 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -2,14 +2,54 @@ ODL Parent release notes ======================== +Version 13.0.10 +--------------- +This is a bug-fix upgrade from version 13.0.9. + +Bug fixes +~~~~~~~~~ +* Previous upgrade of ``commons-lang3`` caused duplicate packaging against. This has been fixed. + +Improvements +~~~~~~~~~~~~ +* The SpotBugs upgrade to 4.8.2+ is more touching about ``CT_CONSTRUCTOR_THROW``. Fixing these is quite verbose + and flaky. This release globally disables this check. + +* Single Feature Test is now enabled for all Java versions <= 21. + + +Third-party dependencies +~~~~~~~~~~~~~~~~~~~~~~~~ +* checker-qual 3.41.0 → 3.42.0 + +* Dropwizard Metrics `4.2.22 → 4.2.23 `__ + +* Javassist 3.29.2-GA → 3.30.1-GA, release notes: + * `3.30.0-GA `__ + * `3.30.1-GA `__ + +* Netty 4.1.97 → 4.1.99, release notes: + * `4.1.103 `__ + * `4.1.103 `__ + +* jdt-annotations 2.2.700 → 2.2.800 + +* SpotBugs `4.8.2 → 4.8.3 `__ + +Plugin upgrades +~~~~~~~~~~~~~~~ +* maven-compiler-plugin `3.11.0 → 3.12.0 `__ + +* maven-surefire-plugin `3.2.2 → 3.2.3 `__ + Version 13.0.9 -------------- This is a bug-fix upgrade from version 13.0.8. Bug fixes ~~~~~~~~~ -The SpotBugs upgrade to 4.8.2 ends up emitting a lot of ``SE_PREVENT_EXT_OBJ_OVERWRITE`` violations, which cannot -be sanely fixed. This check is now globally disabled. +* The SpotBugs upgrade to 4.8.2 ends up emitting a lot of ``SE_PREVENT_EXT_OBJ_OVERWRITE`` violations, which cannot + be sanely fixed. This check is now globally disabled. Third-party dependencies ~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.36.6