From 74c9cba8bebefb0e5a0816070924eeb1e99bc1b8 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:21:37 +0100 Subject: [PATCH 1/7] Bump spotbugs-maven-plugin to 4.8.6.6 https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.6.5 https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.8.6.6 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index b56a8f7c3..f45eac6b2 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -209,7 +209,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.4 + 4.8.6.6 com.github.spotbugs From d5fb5ec598fdf57edbd7e633f7be66a2ce9be9b3 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:22:13 +0100 Subject: [PATCH 2/7] Bump JUnit to 5.11.4 https://junit.org/junit5/docs/5.11.3/release-notes/#release-notes-5.11.3 https://junit.org/junit5/docs/5.11.4/release-notes/#release-notes-5.11.4 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2607fa9a1..c1be3560f 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -129,7 +129,7 @@ org.junit junit-bom - 5.11.2 + 5.11.4 pom import From 96d082ba94048d204bf629687fdd6221494e6b2d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:23:35 +0100 Subject: [PATCH 3/7] Bump checkstyle-maven-plugin to 3.6.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12355210 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index f45eac6b2..69404b0da 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -186,7 +186,7 @@ maven-checkstyle-plugin - 3.5.0 + 3.6.0 com.puppycrawl.tools From c3c089123722386d2e6d5620a254a553a97b3b06 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:24:25 +0100 Subject: [PATCH 4/7] Bump maven-javadoc-plugin to 3.11.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12355245 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 69404b0da..8a4de87ef 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -170,7 +170,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.1 + 3.11.1 true From f6a41fdacbf8730ce35507cfba4704099b98bb59 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:26:29 +0100 Subject: [PATCH 5/7] Bump {surefire,failsafe}-maven-plugin to 3.5.2 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12355213 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 4 ++-- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 8a4de87ef..8ba19a5ad 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -115,12 +115,12 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.1 + 3.5.2 org.apache.maven.plugins maven-surefire-plugin - 3.5.1 + 3.5.2 1 true diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 8a7c6e53b..3122b8949 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.1 + 3.5.2 1 true From 4096ec6c2d047804aac48fb545da9b5898cf50d4 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:27:47 +0100 Subject: [PATCH 6/7] Bump checkstyle to 10.21.2 https://checkstyle.org/releasenotes.html#Release_10.19.0 https://checkstyle.org/releasenotes.html#Release_10.20.0 https://checkstyle.org/releasenotes.html#Release_10.20.1 https://checkstyle.org/releasenotes.html#Release_10.21.0 https://checkstyle.org/releasenotes.html#Release_10.21.1 https://checkstyle.org/releasenotes.html#Release_10.21.2 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- .../java/io/lighty/modules/gnmi/commons/util/DataConverter.java | 1 + .../modules/gnmi/commons/util/ElementNameWithModuleName.java | 1 + .../device/session/listener/GnmiConnectionStatusListener.java | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 8ba19a5ad..ab565acb4 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -192,7 +192,7 @@ com.puppycrawl.tools checkstyle - 10.18.2 + 10.21.2 com.github.sevntu-checkstyle diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/DataConverter.java b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/DataConverter.java index cc6cce6fa..eb1ba1071 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/DataConverter.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/DataConverter.java @@ -166,6 +166,7 @@ private static Inference toInference(final YangInstanceIdentifier path, final Ef /** * Find module by the element-name in current converter's schema-context. + * *

It is necessary to specify module name as prefix, if there are multiple modules with same elements - the * element has to be specified uniquely.

*
    diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/ElementNameWithModuleName.java b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/ElementNameWithModuleName.java index 77358801c..948ff07e3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/ElementNameWithModuleName.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/src/main/java/io/lighty/modules/gnmi/commons/util/ElementNameWithModuleName.java @@ -13,6 +13,7 @@ /** * Immutable representation of Element-name together with optional Module-name. + * *

    This class may be helpful when preparing string values representing YANG elements, where representation of * `openconfig-interfaces:interfaces` can be parsed and manipulate withing objects of this class.

    */ diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/session/listener/GnmiConnectionStatusListener.java b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/session/listener/GnmiConnectionStatusListener.java index b405b32e0..0dd36af7f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/session/listener/GnmiConnectionStatusListener.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/session/listener/GnmiConnectionStatusListener.java @@ -62,6 +62,7 @@ public synchronized void init() { /** * Update device connection state in md-sal datastore to READY. + * *

    As far as the state may change in time based on actual underlying connection, this method will perform the * write transaction into md-sal only if last observed state of underlying connection is still READY.

    * From b5682509bfd6805c8dfc45277f2fa8794175d35a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Feb 2025 13:29:02 +0100 Subject: [PATCH 7/7] Bump maven-javadoc-plugin to 3.11.2 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12355299 JIRA: LIGHTY-359 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index ab565acb4..11bb157a2 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -170,7 +170,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.1 + 3.11.2 true