From cd127e7afda5dfabe1c54eb3dd020319562604fb Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 18 Oct 2022 15:04:01 +0200 Subject: [PATCH 001/169] Bump docs & scripts to 17.1.0-SNAPSHOT Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 472def9ec7..8f4a549439 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.0.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 2d716e351b..408b6654d3 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.0.0 + 17.1.0-SNAPSHOT ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 6a22ea7d09..7ac92007a6 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.0.0 + 17.1.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index b83f31e420..af5f6b0a55 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.0.0-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.0.0``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.0.0.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.0.0.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.0.0.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index f2fb92e33f..c559383b68 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.0.0.jar +java -jar target/lighty-controller-springboot-17.1.0-SNAPSHOT.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 897c7edc3b..13659a6f4f 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.0.0-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.1.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.0.0/lighty-rcgnmi-app-17.0.0.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.1.0-SNAPSHOT/lighty-rcgnmi-app-17.1.0-SNAPSHOT.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.0.0-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.0.0/lighty-gnmi-device-simulator-17.0.0.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.1.0-SNAPSHOT/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index d7668e3115..6ce5dfcf5c 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index 59ad0c2f23..d330a1ec13 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.0.0 + 17.1.0-SNAPSHOT ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index 5bd76e4f73..20a6acc8a6 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.0.0 + 17.1.0-SNAPSHOT ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 2bd6d16602..5288bfea40 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.0.0 + 17.1.0-SNAPSHOT ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 29a2231e4e..8f4b388a7f 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.0.0 + 17.1.0-SNAPSHOT ``` From b557205f0e44648354717022a96287736a6badc8 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 18 Oct 2022 15:13:52 +0200 Subject: [PATCH 002/169] Bump version not managed by maven-release to 17.1.0-SNAPSHOT Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index b16280ef27..ae41931025 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.0.0 + 17.1.0-SNAPSHOT lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index e26eee426a..852a5fd2d3 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.0.0 + 17.1.0-SNAPSHOT lighty-rnc From daf9852a6004c6096549ec1bc76128393b678005 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 18 Oct 2022 15:14:38 +0200 Subject: [PATCH 003/169] Set scm.tag to HEAD Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 5f0c1ddc02..a07a320b18 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.0.0 + HEAD diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 4e8b9bc640..c311aa8860 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.0.0 + HEAD diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 31adfdfe3f..567bb49286 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.0.0 + HEAD diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 90d39e7a63..c641c852ce 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -138,6 +138,6 @@ - 17.0.0 + HEAD diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 114b3bd2b7..36f57d42cd 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.0.0 + HEAD diff --git a/pom.xml b/pom.xml index 828c245e6e..7974f25ec9 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.0.0 + HEAD From 0e5b185bf57db4dc6dc19d3cedcaae9608bfd2ea Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 18 Oct 2022 15:24:56 +0200 Subject: [PATCH 004/169] Remove unnecessary release SCM tag Usually SCM tag in lighty-controller-springboot-netconf is automatically removed by release plugin. Remove it manually now. Signed-off-by: Ivan Hrasko --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index c641c852ce..e2fac5b755 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -136,8 +136,4 @@ - - - HEAD - From 71de1a739de8194729be5eb6bcd077a9dd62815f Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 18 Oct 2022 16:05:31 +0200 Subject: [PATCH 005/169] Bump to 17.1.0-SNAPSHOT Start next development iteration to support Chlorine SR1. Signed-off-by: Ivan Hrasko --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 6 +- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 130 insertions(+), 130 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index 924ec72df5..e7da5e0b44 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index e6128c9677..e065e63433 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index c5d2a2215d..add8d94022 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 460982d925..827e393794 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index 7efe0a552c..6b38191d6a 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.0.0 + 17.1.0-SNAPSHOT jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index eb4bbca1b1..25ff23fcd6 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 9a0ce5f07f..147d3e109b 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 62da44e628..79cf7a0475 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index a07a320b18..2e71d4e839 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.0.0 + 17.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 70884aaec6..5e6567e992 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 72fa2c7bca..7327430c8f 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index c311aa8860..a0cd214c5f 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.0.0 + 17.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-common - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-controller - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-clustering - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models openconfig-models - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.tests integration-tests - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-aaa - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-swagger - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules lighty-bgp - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.resources controller-application-assembly - 17.0.0 + 17.1.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.resources start-script - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.models.test lighty-test-models - 17.0.0 + 17.1.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 17.0.0 + 17.1.0-SNAPSHOT test io.lighty.resources log4j2-config - 17.0.0 + 17.1.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 7aff13e672..45a66a0737 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index afb050dee7..b8ac4b2e25 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index 6119711183..f22337d854 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 3cdfc2865c..4b1e47e11c 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index ff51c8798b..e57f1456ff 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index acc1229702..cc8149ccc6 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 567bb49286..52915778a8 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.0.0 + 17.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.0.0 + 17.1.0-SNAPSHOT pom import io.lighty.core lighty-bom - 17.0.0 + 17.1.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 0acbb60dc3..13c28e40d9 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index c93e7f8ce3..483e9c5d44 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 3dba6bf271..9d58978c00 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.0.0 + 17.1.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 76ad1e11ca..0b806db46a 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.0.0 + 17.1.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index d7120bc8dc..1780789300 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.0.0 + 17.1.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 6a074320d1..30fbc5d4ae 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index e2fac5b755..56be4cbed5 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.0.0 + 17.1.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 17.0.0 + 17.1.0-SNAPSHOT pom import io.lighty.core dependency-versions - 17.0.0 + 17.1.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 835882b6c2..b63c54750f 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 768a06c8e1..fc56711941 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index 28c087dcca..2fa1ac087d 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index e1b694f2d2..b8f15c0d92 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index f7a7cd5329..528a8b639c 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index e870572768..d9d0a35e83 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 1eb9f399d3..f915cf9973 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 23add3d3da..6c75e430f6 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.0.0 + 17.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 0f2decaf65..520e36bbc2 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 2afaf34be8..d8908f9110 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 24fba77c9f..e568d93cbc 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 6328949e1e..c88607c423 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 96dddcf506..346759cb7a 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index ce608586e1..5ce73c0e22 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index f19b4e5973..e46c6749e6 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 8bb1c32b68..9c06dcba42 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index f55bf39e90..fe5bd82ef5 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 3411b62e82..44bb4aed9e 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index f12b211011..d52e004c05 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index a7aedda940..3dd5d24cd2 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index e95b21b3bf..99f8195546 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 00cdf32757..4cc5a26cbc 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 3307190d0a..771e40b17e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.0.0 + 17.1.0-SNAPSHOT io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 9bb5e9fe0f..242a8e5b84 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.0.0 + 17.1.0-SNAPSHOT 3.21.7 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 47ef5210c3..13b03f64af 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 3a8bc131f2..fc4f6c2ace 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.0.0 + 17.1.0-SNAPSHOT true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index fee7717957..ff86cffd19 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.0.0 + 17.1.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 2e8dbfb618..6d3966e606 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 10ee063a2b..49be04b141 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index ff0b698c97..2568253327 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 81deeb5747..5d0f6062be 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index a9e58cc368..6b06701dc4 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 037edd6de5..4d5e524a0c 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 36f57d42cd..215dc167d1 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.0.0 + 17.1.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 8d650856c3..87ed99ad76 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.0.0 + 17.1.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index b2c4b339d4..0b7dd4ad56 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 62924a49aa..b7dc3d4bea 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 0741ef67e8..e5282d85a3 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.0.0 + 17.1.0-SNAPSHOT ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.0.0 + 17.1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 7974f25ec9..2a834ae4d9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.0.0 + 17.1.0-SNAPSHOT pom lighty From a0b4384bcf0e576aeff5d24735af3afad73311dd Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 19 Oct 2022 14:28:14 +0200 Subject: [PATCH 006/169] Bump gRPC version https://github.com/grpc/grpc/releases/tag/v1.50.0 JIRA: LIGHTY-93 Signed-off-by: tobias.pobocik (cherry picked from commit a0f6a606fbfa18f4369270b3b261d125998f6737) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 242a8e5b84..6170a1d8c3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.21.7 - 1.49.2 + 1.50.0 From afe081f32b2e6760ab47d8e6e5118c91d9e93de2 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 20 Oct 2022 11:03:26 +0200 Subject: [PATCH 007/169] Set sonar.java.source to Java 17 We are using Java 17. Set sonar sources to 17. Signed-off-by: Ivan Hrasko (cherry picked from commit ac9998db3cbc4732513647daa3d8fcf1f46e2480) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ee06db070..7f944d4085 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: Maven test + SonarCloud if: ${{ env.SONAR_TOKEN != 0 }} run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar - -Dsonar.java.source=1.11 + -Dsonar.java.source=17 -Dsonar.projectKey=${{ env.SONAR_PROJECT_KEY }} -Dsonar.organization=${{ env.SONAR_ORGANIZATION }} -Dsonar.host.url=https://sonarcloud.io From 10ca041bf65bcaba1cd559c7cae387941b49559b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 28 Oct 2022 11:34:36 +0200 Subject: [PATCH 008/169] Bump org.json to 20220924 The major change here is that the code is in public domain. Signed-off-by: Robert Varga (cherry picked from commit e22aac17d62df549ff406292716cc49b52a8b955) --- 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 2e71d4e839..cc5f996aff 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -232,7 +232,7 @@ org.json json - 20220320 + 20220924 test From dab3a1d3e5b5a3dda28246c1c69e794eeb69b222 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 17 Oct 2022 09:42:22 +0200 Subject: [PATCH 009/169] Add missing jaxb-runtime dependency A warning message was shown because this dependency was missing: WARNING: JAXBContext implementation could not be found. WADL feature is disabled JIRA: LIGHTY-91 Signed-off-by: tobias.pobocik (cherry picked from commit 237a4ce6a8f51ee267a44bcf9a696eae4a6712c9) --- lighty-modules/lighty-restconf-nb-community/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 2568253327..fbb7d5ec23 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -49,6 +49,10 @@ org.glassfish.jersey.inject jersey-hk2 + + org.glassfish.jaxb + jaxb-runtime + From 2e44e84c2670c0a65dd4a6f1003f230cc695b4e1 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 24 Oct 2022 10:58:38 +0200 Subject: [PATCH 010/169] Update Dockerfile maven version Lighty 17.x uses java version 17 JIRA: LIGHTY-96 Signed-off-by: tobias.pobocik (cherry picked from commit 19998506bbbf97e5f4d241aa820350f414c75ebc) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 51a18d55dd..bc130270ad 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -2,12 +2,13 @@ FROM alpine/git as clone WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 16.2.0 -FROM maven:3.8-jdk-11-slim as build +FROM maven:3.8.5-openjdk-17-slim as build WORKDIR /lighty-netconf-simulator COPY --from=clone /netconf-simulator/lighty-netconf-simulator /lighty-netconf-simulator RUN mvn -B install -DskipTests -FROM openjdk:11-jre-slim +FROM alpine:latest +RUN apk add openjdk17-jre WORKDIR /lighty-netconf-simulator COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topology-device/target/ /lighty-netconf-simulator/target From 91fdffb549d6f6a0e5746043ad8fe4a408cace3b Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 8 Nov 2022 14:27:54 +0100 Subject: [PATCH 011/169] Bump simulator to 17.0.1 Bump simulator to the latest 17.0.1 version. Signed-off-by: Ivan Hrasko (cherry picked from commit 24090e23058a7df6dbff7060b08e53073337c0ba) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index bc130270ad..54b4268b23 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,6 +1,6 @@ FROM alpine/git as clone WORKDIR /netconf-simulator -RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 16.2.0 +RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.0.1 FROM maven:3.8.5-openjdk-17-slim as build WORKDIR /lighty-netconf-simulator @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo EXPOSE 17380 -ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-16.2.0.jar"] +ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.0.1.jar"] From 7dea7c356f9337defd29335f15f6534c7ca8adb3 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 7 Nov 2022 14:02:48 +0100 Subject: [PATCH 012/169] Bump alpine to 3.16.2 https://git.alpinelinux.org/aports/log/?h=v3.16.2 In addition, use pure alpine with installed git instead of alpine/git which we have no idea what is the version we are using. JIRA: LIGHTY-109 Signed-off-by: Ivan Hrasko (cherry picked from commit a51162845c9d9e7466c644217d5c50a7b7d16d66) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 5 +++-- .../lighty-rcgnmi-app-docker/src/main/docker/Dockerfile | 2 +- .../lighty-rnc-app-docker/src/main/docker/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 54b4268b23..60cb8d7d90 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine/git as clone +FROM alpine:3.16.2 as clone +RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.0.1 @@ -7,7 +8,7 @@ WORKDIR /lighty-netconf-simulator COPY --from=clone /netconf-simulator/lighty-netconf-simulator /lighty-netconf-simulator RUN mvn -B install -DskipTests -FROM alpine:latest +FROM alpine:3.16.2 RUN apk add openjdk17-jre WORKDIR /lighty-netconf-simulator COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topology-device/target/ /lighty-netconf-simulator/target diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile index 0e125d419d..53372a93a6 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.16.2 RUN apk add openjdk17-jre-headless diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile index 74d7a71a44..30aaaf204a 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.16.2 RUN apk add openjdk17-jre-headless From 89e3a509207def191b292e1c58db35f39087bd46 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 25 Oct 2022 10:35:04 +0200 Subject: [PATCH 013/169] Switch to maven:3.8-eclipse-temurin-17-alpine Temurin contains more recent versions of Java and maven. Signed-off-by: Ivan Hrasko (cherry picked from commit 2d424f838b097c2012fe497e1a7f8d9b8a35b2d5) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 60cb8d7d90..1075da4bb8 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -3,7 +3,7 @@ RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.0.1 -FROM maven:3.8.5-openjdk-17-slim as build +FROM maven:3.8-eclipse-temurin-17-alpine as build WORKDIR /lighty-netconf-simulator COPY --from=clone /netconf-simulator/lighty-netconf-simulator /lighty-netconf-simulator RUN mvn -B install -DskipTests From de5bb7bdea0255e20f4975475781f53fa0aecce1 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 9 Nov 2022 08:38:57 +0100 Subject: [PATCH 014/169] Use eclipse-temurin:17-jre-alpine Use preinstalled Eclipse Temurin 17-jre-alpine image instead of installing Java JRE into pure alpine. Signed-off-by: Ivan Hrasko (cherry picked from commit fdb103965136ae76af2c07733c7c05101a851279) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 3 +-- .../lighty-rcgnmi-app-docker/src/main/docker/Dockerfile | 4 +--- .../lighty-rnc-app-docker/src/main/docker/Dockerfile | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 1075da4bb8..c01d95ac68 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -8,8 +8,7 @@ WORKDIR /lighty-netconf-simulator COPY --from=clone /netconf-simulator/lighty-netconf-simulator /lighty-netconf-simulator RUN mvn -B install -DskipTests -FROM alpine:3.16.2 -RUN apk add openjdk17-jre +FROM eclipse-temurin:17-jre-alpine WORKDIR /lighty-netconf-simulator COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topology-device/target/ /lighty-netconf-simulator/target diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile index 53372a93a6..f8d40b9dd5 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/src/main/docker/Dockerfile @@ -1,6 +1,4 @@ -FROM alpine:3.16.2 - -RUN apk add openjdk17-jre-headless +FROM eclipse-temurin:17-jre-alpine WORKDIR /lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile index 30aaaf204a..647137b30a 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/src/main/docker/Dockerfile @@ -1,6 +1,4 @@ -FROM alpine:3.16.2 - -RUN apk add openjdk17-jre-headless +FROM eclipse-temurin:17-jre-alpine WORKDIR /lighty-rnc From 63845f7cc10ed18026b55fb0a77732b6a5f7090e Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 9 Nov 2022 14:24:33 +0100 Subject: [PATCH 015/169] Bump upstream versions Adopt: - odlparent-11.0.2 - infrautils-4.0.2 - yangtools-9.0.2 - mdsal-10.0.3 - controller-6.0.3 - aaa-0.16.4 - netconf-4.0.3 - bgpcep 0.18.3 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index cc5f996aff..c9b52e6bc4 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.odlparent odlparent - 11.0.1 + 11.0.2 pom import @@ -34,49 +34,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.3 + 0.16.4 pom import org.opendaylight.controller controller-artifacts - 6.0.2 + 6.0.3 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.1 + 4.0.2 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.2 + 10.0.3 pom import org.opendaylight.netconf netconf-artifacts - 4.0.2 + 4.0.3 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.1 + 9.0.2 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.2 + 0.18.3 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 7327430c8f..b9054a099e 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.1 + 9.0.2 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.1 + 10.0.3 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 13c28e40d9..39265600fd 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.1 + 11.0.2 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.1 + 11.0.2 From fae67d5909afbd7b5e685980b3f3efee7a96baab Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 21 Nov 2022 08:08:37 +0100 Subject: [PATCH 016/169] Set call-home SSH port to 4334 According to RFC 8071 the default port for NETCONF call-home SSH is 4334 not 6666. See: https://git.opendaylight.org/gerrit/c/netconf/+/98873 Signed-off-by: Ivan Hrasko --- lighty-modules/lighty-netconf-sb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 5288bfea40..564ac01ff6 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -30,7 +30,7 @@ In most cases the client initiates a connection to a NETCONF server, running on plugin allows the server(device) side to initiate a connection to a client(Lighty). Lighty must be configured to accept device connection. It is done in the odl-netconf-callhome-server.yang module. Device public key is added there together with credentials, which the plugin uses to authenticate the device. Call home server runs -on a port 6666, by default. +on a port 4334, by default. This plugin can be used together with one of the topology plugins. From 21bb13b85f98640c128ddb0dbf4233877417d2bf Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 7 Dec 2022 08:20:34 +0100 Subject: [PATCH 017/169] Bump actions-setup-minikube Bump to newer version to support ubuntu 22. JIRA: LIGHTY-113 Signed-off-by: tobias.pobocik --- .github/workflows/test-lighty-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-lighty-app.yml b/.github/workflows/test-lighty-app.yml index f98bae9dc9..171e985c7c 100644 --- a/.github/workflows/test-lighty-app.yml +++ b/.github/workflows/test-lighty-app.yml @@ -34,10 +34,10 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Setup Minikube - uses: manusa/actions-setup-minikube@v2.4.2 + uses: manusa/actions-setup-minikube@v2.7.1 with: - minikube version: 'v1.24.0' - kubernetes version: 'v1.22.4' + minikube version: 'v1.26.1' + kubernetes version: 'v1.25.0' - name: Start Minikube cluster run: minikube start - name: Install helm v3.6.2 From 48f9aed84986391faef13525f8cc990be1f6b982 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 15 Dec 2022 09:43:49 +0100 Subject: [PATCH 018/169] Bump actions-setup-minikube to v2.7.2 https://github.com/manusa/actions-setup-minikube/tree/v2.7.2 JIRA: LIGHTY-138 Signed-off-by: tobias.pobocik --- .github/workflows/test-lighty-app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-lighty-app.yml b/.github/workflows/test-lighty-app.yml index 171e985c7c..2d131dc1e7 100644 --- a/.github/workflows/test-lighty-app.yml +++ b/.github/workflows/test-lighty-app.yml @@ -34,10 +34,10 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Setup Minikube - uses: manusa/actions-setup-minikube@v2.7.1 + uses: manusa/actions-setup-minikube@v2.7.2 with: - minikube version: 'v1.26.1' - kubernetes version: 'v1.25.0' + minikube version: 'v1.28.0' + kubernetes version: 'v1.25.4' - name: Start Minikube cluster run: minikube start - name: Install helm v3.6.2 From 4be0f6febabff6a7ddcf36412a518a0d086d6ebe Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 14 Dec 2022 12:29:05 +0100 Subject: [PATCH 019/169] Bump TestNG version https://github.com/cbeust/testng/releases/tag/7.7.0 JIRA: LIGHTY-114 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 c9b52e6bc4..d6a0dbdcb2 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -100,7 +100,7 @@ org.testng testng - 7.6.1 + 7.7.0 test From 7ddd7fb6f7bf5fa30ae862747e16b89d219fd69a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 3 Jan 2023 10:18:35 +0100 Subject: [PATCH 020/169] Add GitHub token to actions-setup-minikube This action was failing due to API rate limit being exceeded. Adding github-token makes the request authenticated and thus increases the limit. https://github.com/manusa/actions-setup-minikube#usage JIRA: LIGHTY-140 Signed-off-by: tobias.pobocik --- .github/workflows/test-lighty-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-lighty-app.yml b/.github/workflows/test-lighty-app.yml index 2d131dc1e7..33116fd8da 100644 --- a/.github/workflows/test-lighty-app.yml +++ b/.github/workflows/test-lighty-app.yml @@ -38,6 +38,7 @@ jobs: with: minikube version: 'v1.28.0' kubernetes version: 'v1.25.4' + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Start Minikube cluster run: minikube start - name: Install helm v3.6.2 From 1c15c87250bd6de689f5368a247155fc2af54a91 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 4 Jan 2023 00:05:43 +0100 Subject: [PATCH 021/169] Fix variable name of github token Change the variable name, so it is as described in: https://github.com/manusa/actions-setup-minikube#usage JIRA: LIGHTY-140 Signed-off-by: tobias.pobocik --- .github/workflows/test-lighty-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-lighty-app.yml b/.github/workflows/test-lighty-app.yml index 33116fd8da..541fb5b298 100644 --- a/.github/workflows/test-lighty-app.yml +++ b/.github/workflows/test-lighty-app.yml @@ -38,7 +38,7 @@ jobs: with: minikube version: 'v1.28.0' kubernetes version: 'v1.25.4' - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + github token: ${{ secrets.GITHUB_TOKEN }} - name: Start Minikube cluster run: minikube start - name: Install helm v3.6.2 From 2e678bb7642f0c39905c6364b7a0550caba0991d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 2 Jan 2023 10:39:09 +0100 Subject: [PATCH 022/169] Bump upstream versions Adopt: - odlparent-11.0.3 - infrautils-4.0.3 - yangtools-9.0.5 - mdsal-10.0.5 - controller-6.0.6 - aaa-0.16.6 - netconf-4.0.4 - bgpcep 0.18.4 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index d6a0dbdcb2..bae510980e 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.odlparent odlparent - 11.0.2 + 11.0.3 pom import @@ -34,49 +34,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.4 + 0.16.6 pom import org.opendaylight.controller controller-artifacts - 6.0.3 + 6.0.6 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.2 + 4.0.3 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.3 + 10.0.5 pom import org.opendaylight.netconf netconf-artifacts - 4.0.3 + 4.0.4 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.2 + 9.0.5 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.3 + 0.18.4 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index b9054a099e..1e96d3841b 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.2 + 9.0.5 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.3 + 10.0.5 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 39265600fd..398a63a813 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.2 + 11.0.3 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.2 + 11.0.3 From 434c87cf041d0cfcdd273bc95e772ba2e7dfe471 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 3 Jan 2023 09:44:31 +0100 Subject: [PATCH 023/169] Enable Split-Brain Resolver Split-Brain Resolver was added to ODL controller as a provider for handling dead nodes. https://github.com/opendaylight/controller/commit/58e85a6f7c26366affdc65477b817826bedfe6a7 Signed-off-by: tobias.pobocik --- .../main/resources/singlenode/factory-akka-default.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf index c80b4237db..df3028df3d 100644 --- a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf +++ b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf @@ -127,6 +127,13 @@ akka { use-dispatcher = cluster-dispatcher failure-detector.acceptable-heartbeat-pause = 3 s + + downing-provider-class = "akka.cluster.sbr.SplitBrainResolverProvider" + + split-brain-resolver { + active-strategy = keep-majority + stable-after = 7s + } } persistence { From 7e204dad8a68519813d2de0f03261fc05e807827 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 3 Jan 2023 13:03:38 +0100 Subject: [PATCH 024/169] Revert "Explicitly allow java serialization of akka messages" This reverts commit b0c96a5c343c0a41b56750a7006d094f087df88d. Signed-off-by: Ivan Hrasko --- .../src/main/resources/singlenode/factory-akka-default.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf index df3028df3d..773b281873 100644 --- a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf +++ b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf @@ -60,7 +60,6 @@ akka { } actor { - allow-java-serialization = true warn-about-java-serializer-usage = off provider = "akka.cluster.ClusterActorRefProvider" serializers { From 4332a7b8b6d3f54ad2323281a732763c58cc2c9e Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 3 Jan 2023 13:10:47 +0100 Subject: [PATCH 025/169] Revert "add default akka discovery method to fix failing tests" This reverts commit bc870afdac28c7fad365b6612edabab50e92f171. Signed-off-by: Ivan Hrasko --- .../src/main/resources/singlenode/akka-default.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf index 3ba18558d0..d49ba8b73a 100644 --- a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf +++ b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf @@ -12,10 +12,6 @@ akka { provider = "akka.cluster.ClusterActorRefProvider" } - discovery { - method = akka-dns - } - cluster { # Remove ".tcp" when using artery. seed-nodes = ["akka://opendaylight-cluster-data@127.0.0.1:2550"] From e6ae1e01169e281dbe111f49831ffb6735f518e5 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 4 Jan 2023 09:55:02 +0100 Subject: [PATCH 026/169] Tune eos gossip/notification intervals Eos gossips take too long, so let's lower these to have faster response times all around. https://github.com/opendaylight/controller/commit/3a526427c93dc44700ca476e57f0cea6eadfb2a7#diff-5a2d9e6a9a1f74a3fa92b683a519f987d8a6d5d200846028eeb98a5c56e5c2beR129 JIRA: LIGHTY-143 Signed-off-by: tobias.pobocik --- .../resources/singlenode/factory-akka-default.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf index 773b281873..600aa813db 100644 --- a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf +++ b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/factory-akka-default.conf @@ -127,6 +127,18 @@ akka { failure-detector.acceptable-heartbeat-pause = 3 s + distributed-data { + # How often the Replicator should send out gossip information. + # This value controls how quickly Entity Ownership Service data is replicated + # across cluster nodes. + gossip-interval = 100 ms + + # How often the subscribers will be notified of changes, if any. + # This value controls how quickly Entity Ownership Service decisions are + # propagated within a node. + notify-subscribers-interval = 20 ms + } + downing-provider-class = "akka.cluster.sbr.SplitBrainResolverProvider" split-brain-resolver { From 0ec86fe7e4c988f67a247faf1051cd6e88181e85 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 9 Jan 2023 11:52:21 +0100 Subject: [PATCH 027/169] Bump spring-boot-dependencies to 2.7.7 Bump spring-boot-dependencies from 2.7.4 to 2.7.7. JIRA: LIGHTY-145 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index e57f1456ff..0a8b3bae31 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.4 + 2.7.7 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 56be4cbed5..e2a4ffec75 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.4 + 2.7.7 From 841caa1561e548d2cdc53011c17e371d1ee63084 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:47:27 +0100 Subject: [PATCH 028/169] Bump documentation version to 17.1.0 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 408b6654d3..5e296bdd1b 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.1.0-SNAPSHOT + 17.1.0 ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 7ac92007a6..a8c174aa55 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.1.0-SNAPSHOT + 17.1.0 pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index af5f6b0a55..da865bd4cb 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.1.0-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.1.0``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.1.0.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.1.0.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.1.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.1.0.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index c559383b68..f63774b929 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.1.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-17.1.0.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 13659a6f4f..0b3ff252e9 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.1.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.1.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.1.0-SNAPSHOT/lighty-rcgnmi-app-17.1.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.1.0/lighty-rcgnmi-app-17.1.0.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.1.0-SNAPSHOT/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.1.0/lighty-gnmi-device-simulator-17.1.0.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index 6ce5dfcf5c..603c55ffde 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index d330a1ec13..ec69edd36c 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.1.0-SNAPSHOT + 17.1.0 ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index 20a6acc8a6..af4df6c1f5 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0-SNAPSHOT + 17.1.0 ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 564ac01ff6..2a2c21b3c5 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.1.0-SNAPSHOT + 17.1.0 ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 8f4b388a7f..cb5b6e52ea 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.1.0-SNAPSHOT + 17.1.0 ``` From 183aa653e65a98c8a5272dc5d88f786f26652f7d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:48:29 +0100 Subject: [PATCH 029/169] Set scm.tag to 17.1.0 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index bae510980e..2b133663d9 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.1.0 diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index a0cd214c5f..049bee4827 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.1.0 diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 52915778a8..938e792b6d 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.1.0 diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 215dc167d1..f40160414d 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.1.0 diff --git a/pom.xml b/pom.xml index 2a834ae4d9..c17576e054 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.1.0 From 33ff6fe9318217ac224325bd5752d6e79ad2f7ab Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:50:14 +0100 Subject: [PATCH 030/169] Bump versions not managed by maven-release to 17.1.0 which will fail until maven-release-plugin will be started. Signed-off-by: tobias.pobocik --- .github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 8f4a549439..66d6c2d24a 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index ae41931025..9a54652354 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.1.0-SNAPSHOT + 17.1.0 lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 852a5fd2d3..056bf5bd08 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.1.0-SNAPSHOT + 17.1.0 lighty-rnc From 4ad161846c7546a8d292786f5cc75124c2cce3c1 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 10 Jan 2023 14:57:35 +0100 Subject: [PATCH 031/169] [maven-release-plugin] prepare release 17.1.0 --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 ++- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 134 insertions(+), 130 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index e7da5e0b44..aefb4502ac 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index e065e63433..f645b69435 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index add8d94022..0c1e0239a0 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 827e393794..25a44fc0cf 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index 6b38191d6a..cce6eda565 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.1.0-SNAPSHOT + 17.1.0 jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 25ff23fcd6..a7cba737cd 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 147d3e109b..786151a3ae 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 79cf7a0475..0a323827cf 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2b133663d9..29cc00f108 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.1.0-SNAPSHOT + 17.1.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 5e6567e992..21ecd31798 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 1e96d3841b..ab039498a8 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 049bee4827..f82cfcb171 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.1.0-SNAPSHOT + 17.1.0 pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-common - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-controller - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-clustering - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-controller-guice-di - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-controller-spring-di - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models openconfig-models - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.tests integration-tests - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.tests integration-tests-aaa - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-aaa - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-jetty-server - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-netconf-sb - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-restconf-nb-community - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-swagger - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-aaa-encryption-service - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules lighty-bgp - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi lighty-gnmi-connector - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi lighty-gnmi-commons - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi lighty-gnmi-proto - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications.rnc lighty-rnc-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications.rnc lighty-rnc-module - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.applications lighty-app-modules-config - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.core lighty-controller-springboot - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.kit.examples.controllers lighty-guice-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.resources controller-application-assembly - 17.1.0-SNAPSHOT + 17.1.0 provided io.lighty.resources singlenode-configuration - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.resources start-script - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.models.test lighty-test-models - 17.1.0-SNAPSHOT + 17.1.0 test io.lighty.models.test lighty-toaster - 17.1.0-SNAPSHOT + 17.1.0 test io.lighty.resources log4j2-config - 17.1.0-SNAPSHOT + 17.1.0 test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 45a66a0737..10e2a96fbe 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index b8ac4b2e25..f5e1e6275c 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index f22337d854..ee0aea27c8 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 4b1e47e11c..14781487af 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 0a8b3bae31..c5ea634d88 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index cc8149ccc6..bc28c90a72 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 938e792b6d..55bff439f0 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.1.0-SNAPSHOT + 17.1.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.1.0-SNAPSHOT + 17.1.0 pom import io.lighty.core lighty-bom - 17.1.0-SNAPSHOT + 17.1.0 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 398a63a813..78563e05f0 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index 483e9c5d44..c688496709 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 9d58978c00..868926b4d7 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.1.0-SNAPSHOT + 17.1.0 jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 0b806db46a..c095aee095 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.1.0-SNAPSHOT + 17.1.0 jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 1780789300..0b34782629 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.1.0-SNAPSHOT + 17.1.0 compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 30fbc5d4ae..b11ded6c3b 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index e2a4ffec75..6b7e6c2e24 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.1.0-SNAPSHOT + 17.1.0 jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 17.1.0-SNAPSHOT + 17.1.0 pom import io.lighty.core dependency-versions - 17.1.0-SNAPSHOT + 17.1.0 pom import @@ -136,4 +136,8 @@ + + + 17.1.0 + diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index b63c54750f..366e992852 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index fc56711941..dbac6d4251 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index 2fa1ac087d..14853b68a4 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index b8f15c0d92..9c22935b88 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 528a8b639c..4f0891043d 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index d9d0a35e83..65a031bbc9 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index f915cf9973..3420c41506 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 6c75e430f6..dba6f141fd 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.1.0-SNAPSHOT + 17.1.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 520e36bbc2..9cfc53bddd 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index d8908f9110..3d51cfba15 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index e568d93cbc..9a456d008b 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index c88607c423..731189fe71 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 346759cb7a..da9297249f 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 5ce73c0e22..2d8573d1c5 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index e46c6749e6..449ae52098 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 9c06dcba42..30deee46eb 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index fe5bd82ef5..1af108f58b 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 44bb4aed9e..77de133979 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index d52e004c05..6c6443430c 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 3dd5d24cd2..dad8e9d9af 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index 99f8195546..bf8baf3c2a 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 4cc5a26cbc..c7582f9518 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 771e40b17e..e166c19b72 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0-SNAPSHOT + 17.1.0 io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 6170a1d8c3..64de62156f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.1.0-SNAPSHOT + 17.1.0 3.21.7 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 13b03f64af..597043729a 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index fc4f6c2ace..26d329114f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.1.0-SNAPSHOT + 17.1.0 true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index ff86cffd19..38487152bc 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.1.0-SNAPSHOT + 17.1.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 6d3966e606..7bb249bf28 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 49be04b141..bbfa60d176 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index fbb7d5ec23..e37fbc5b76 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 5d0f6062be..9d22565938 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 6b06701dc4..fdc0b8be82 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 4d5e524a0c..6e42fcbae3 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index f40160414d..65b3f83bb4 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.1.0-SNAPSHOT + 17.1.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 87ed99ad76..c8cf7548f3 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.1.0-SNAPSHOT + 17.1.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 0b7dd4ad56..cda452a530 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index b7dc3d4bea..a61bf81079 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index e5282d85a3..8509fac828 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0-SNAPSHOT + 17.1.0 ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.1.0-SNAPSHOT + 17.1.0 diff --git a/pom.xml b/pom.xml index c17576e054..0b327a6dda 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.1.0-SNAPSHOT + 17.1.0 pom lighty From b09e31e592e44ef2fb898ce01a3a2369409e5515 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 10 Jan 2023 14:57:36 +0100 Subject: [PATCH 032/169] [maven-release-plugin] prepare for next development iteration --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 +-- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 130 insertions(+), 134 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index aefb4502ac..2101731550 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index f645b69435..2cf614628c 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 0c1e0239a0..425b752148 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 25a44fc0cf..43b6275424 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index cce6eda565..8f82edf70c 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.1.0 + 17.2.0-SNAPSHOT jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index a7cba737cd..5aa2189ec3 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 786151a3ae..bf31ac32e6 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 0a323827cf..d9cb4da641 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 29cc00f108..f46f816d7f 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.1.0 + 17.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 21ecd31798..0c3da5bbed 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index ab039498a8..91ad422ecf 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index f82cfcb171..e13ad7e9c6 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.1.0 + 17.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-common - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-controller - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-clustering - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models openconfig-models - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.tests integration-tests - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-aaa - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-swagger - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules lighty-bgp - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.resources controller-application-assembly - 17.1.0 + 17.2.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.resources start-script - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.models.test lighty-test-models - 17.1.0 + 17.2.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 17.1.0 + 17.2.0-SNAPSHOT test io.lighty.resources log4j2-config - 17.1.0 + 17.2.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 10e2a96fbe..85c88068d9 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index f5e1e6275c..0411586de7 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index ee0aea27c8..a3d9e8c358 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 14781487af..468cd74b80 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index c5ea634d88..c3f5243dd9 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index bc28c90a72..f1c97dd4b1 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 55bff439f0..4c22a97f1a 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.1.0 + 17.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.1.0 + 17.2.0-SNAPSHOT pom import io.lighty.core lighty-bom - 17.1.0 + 17.2.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 78563e05f0..e357995850 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index c688496709..fb3e7931df 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 868926b4d7..f77ac109dc 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.1.0 + 17.2.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index c095aee095..16db5f6ffd 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.1.0 + 17.2.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 0b34782629..bf02a105b6 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.1.0 + 17.2.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index b11ded6c3b..b7062bee7a 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 6b7e6c2e24..303f72d8c0 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.1.0 + 17.2.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 17.1.0 + 17.2.0-SNAPSHOT pom import io.lighty.core dependency-versions - 17.1.0 + 17.2.0-SNAPSHOT pom import @@ -136,8 +136,4 @@ - - - 17.1.0 - diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 366e992852..5378a50a8c 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index dbac6d4251..a82d1602ac 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index 14853b68a4..f6cb4ffc24 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index 9c22935b88..ca6705f788 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 4f0891043d..85f375d130 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index 65a031bbc9..d0f59cb92b 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 3420c41506..7c72660e65 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index dba6f141fd..661fa6449f 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.1.0 + 17.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 9cfc53bddd..e7317425af 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 3d51cfba15..f66f2628ec 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 9a456d008b..0b361c13ef 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 731189fe71..2c6bd4e54e 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index da9297249f..3b199df722 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 2d8573d1c5..5339005d95 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 449ae52098..389d6a9925 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 30deee46eb..aa42913e4b 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 1af108f58b..7341a70428 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 77de133979..b13f5d4722 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index 6c6443430c..3697955abc 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index dad8e9d9af..1f0ceebc02 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index bf8baf3c2a..6ee286a57b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index c7582f9518..3b85e8cf2c 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index e166c19b72..bdd8278a90 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0 + 17.2.0-SNAPSHOT io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 64de62156f..465d6c7d8f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.1.0 + 17.2.0-SNAPSHOT 3.21.7 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 597043729a..e43a1b0933 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 26d329114f..23b5eaaef2 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.1.0 + 17.2.0-SNAPSHOT true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index 38487152bc..89a54f68ca 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.1.0 + 17.2.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 7bb249bf28..6a29ea1692 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index bbfa60d176..e8807528b1 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index e37fbc5b76..1a01ae2d0c 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 9d22565938..4a7744b8ce 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index fdc0b8be82..d4216a52c8 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 6e42fcbae3..444ad58bf4 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 65b3f83bb4..e7fa57c210 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.1.0 + 17.2.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index c8cf7548f3..dcc3478a2b 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.1.0 + 17.2.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index cda452a530..17a259d607 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index a61bf81079..55575e5b03 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 8509fac828..329ac3e615 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.1.0 + 17.2.0-SNAPSHOT ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 0b327a6dda..5702214308 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.1.0 + 17.2.0-SNAPSHOT pom lighty From 9c0f3f0099d136449074ef0759bbc2da7157a3d4 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:55:16 +0100 Subject: [PATCH 033/169] Bump documentation version to 17.2.0-SNAPSHOT Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 5e296bdd1b..6ed7edaec7 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.1.0 + 17.2.0-SNAPSHOT ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index a8c174aa55..2faf780be9 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.1.0 + 17.2.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index da865bd4cb..b12eeb3a76 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.1.0-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.1.0``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.1.0.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.1.0.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.1.0.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index f63774b929..1d24980939 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.1.0.jar +java -jar target/lighty-controller-springboot-17.2.0-SNAPSHOT.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 0b3ff252e9..1dfb61a6fd 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.1.0-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.2.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.1.0/lighty-rcgnmi-app-17.1.0.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.2.0-SNAPSHOT/lighty-rcgnmi-app-17.2.0-SNAPSHOT.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.1.0/lighty-gnmi-device-simulator-17.1.0.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.2.0-SNAPSHOT/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index 603c55ffde..3a502c344e 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.1.0 + 17.2.0-SNAPSHOT diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index ec69edd36c..3e855ada56 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.1.0 + 17.2.0-SNAPSHOT ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index af4df6c1f5..e1334a6d10 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.1.0 + 17.2.0-SNAPSHOT ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 2a2c21b3c5..ad3c4afb13 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.1.0 + 17.2.0-SNAPSHOT ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index cb5b6e52ea..7bbbdb9cef 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.1.0 + 17.2.0-SNAPSHOT ``` From bf5fd86a2d5dbe4ba31218fb2e8cf206f4340533 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:56:56 +0100 Subject: [PATCH 034/169] Bump versions not managed by maven-release to 17.2.0-SNAPSHOT Signed-off-by: tobias.pobocik --- .github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 66d6c2d24a..6385501478 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.1.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 9a54652354..7af737e02b 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.1.0 + 17.2.0-SNAPSHOT lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 056bf5bd08..b42c9c7cd6 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.1.0 + 17.2.0-SNAPSHOT lighty-rnc From 484fc2e7ad4c9935501c648f5c03dae468492dcd Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 14 Nov 2022 10:58:46 +0100 Subject: [PATCH 035/169] Set scm.tag to HEAD Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index f46f816d7f..2865b26bb9 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.1.0 + HEAD diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index e13ad7e9c6..eb3dba6318 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.1.0 + HEAD diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 4c22a97f1a..b325780a71 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.1.0 + HEAD diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index e7fa57c210..33b2cac9bb 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.1.0 + HEAD diff --git a/pom.xml b/pom.xml index 5702214308..df3b99ea83 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.1.0 + HEAD From c7b1f206f0e37d4f4672d06dae07a8d55fc18db7 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 11 Jan 2023 13:03:28 +0100 Subject: [PATCH 036/169] Bump simulator to 17.1.0 Use the latest 17.x lighty.io netconf simulator release. Signed-off-by: Ivan Hrasko (cherry picked from commit 271cc6003226d61035ba8e1f67f447b5d20656e2) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index c01d95ac68..02405001ce 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.16.2 as clone RUN apk add git WORKDIR /netconf-simulator -RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.0.1 +RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.1.0 FROM maven:3.8-eclipse-temurin-17-alpine as build WORKDIR /lighty-netconf-simulator @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo EXPOSE 17380 -ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.0.1.jar"] +ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.1.0.jar"] From 02890da585b9ce96e2e532e6dffa77254e503f0e Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 27 Jan 2023 14:27:02 +0100 Subject: [PATCH 037/169] Bump upstreams to Chlorine SR2 - odlparent-11.0.3 - aaa-0.16.7 - controller-6.0.7 - infrautils-4.0.4 - mdsal-10.0.6 - netconf 4.0.5 - yangtools 9.0.5 - bgpcep 0.18.5 JIRA: LIGHTY-152 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2865b26bb9..bc9144b726 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.odlparent odlparent - 11.0.3 + 11.0.4 pom import @@ -34,49 +34,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.6 + 0.16.7 pom import org.opendaylight.controller controller-artifacts - 6.0.6 + 6.0.7 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.3 + 4.0.4 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.5 + 10.0.6 pom import org.opendaylight.netconf netconf-artifacts - 4.0.4 + 4.0.5 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.5 + 9.0.6 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.4 + 0.18.5 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 91ad422ecf..39d7c8c7fb 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.5 + 9.0.6 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.5 + 10.0.6 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index e357995850..71ef0f1fa5 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.3 + 11.0.4 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.3 + 11.0.4 From fb9e735a7b33ba8271346dbb8ad1dae1b242b553 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:13:56 +0100 Subject: [PATCH 038/169] Bump docs & scripts to 17.2.0 JIRA: LIGHTY-153 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 6385501478..9e3ccc410e 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 6ed7edaec7..98fe846f79 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.2.0-SNAPSHOT + 17.2.0 ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 2faf780be9..ee5640d4cd 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.2.0-SNAPSHOT + 17.2.0 pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index b12eeb3a76..3af39c1559 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.2.0-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.2.0``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.2.0.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.2.0.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.2.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.2.0.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index 1d24980939..5e1ac8711f 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.2.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-17.2.0.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 1dfb61a6fd..ee65a132a6 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.2.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.2.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.2.0-SNAPSHOT/lighty-rcgnmi-app-17.2.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.2.0/lighty-rcgnmi-app-17.2.0.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.2.0-SNAPSHOT/lighty-gnmi-device-simulator-17.2.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.2.0/lighty-gnmi-device-simulator-17.2.0.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index 3a502c344e..23a2194abf 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index 3e855ada56..1e9fe1f03c 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.2.0-SNAPSHOT + 17.2.0 ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index e1334a6d10..22bfa1a5c3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0-SNAPSHOT + 17.2.0 ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index ad3c4afb13..ead8c415b3 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.2.0-SNAPSHOT + 17.2.0 ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 7bbbdb9cef..f0055d5c1c 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.2.0-SNAPSHOT + 17.2.0 ``` From 62241540e18f5f87ff8d432bb07fcbedd1e9a98d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:15:40 +0100 Subject: [PATCH 039/169] Set scm.tag to 17.2.0 JIRA: LIGHTY-153 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index bc9144b726..23d9bcd326 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.2.0 diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index eb3dba6318..c93b04bade 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.2.0 diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index b325780a71..edac0e27de 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.2.0 diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 33b2cac9bb..beacf9a9db 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.2.0 diff --git a/pom.xml b/pom.xml index df3b99ea83..9cebebd683 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.2.0 From 0d4f49055d7fe062979325acbfad1571590811c5 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:16:35 +0100 Subject: [PATCH 040/169] Bump versions not managed by maven-release to 17.2.0 Bump gNMI simulator version at workflow to 17.2.0, which will fail until maven-release-plugin will be started. JIRA: LIGHTY-153 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 7af737e02b..118d0c889c 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.2.0-SNAPSHOT + 17.2.0 lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index b42c9c7cd6..ffefaceba8 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.2.0-SNAPSHOT + 17.2.0 lighty-rnc From d22dcfaefae921d66a8ffa41ebd9fedf903d7499 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 2 Feb 2023 15:46:20 +0100 Subject: [PATCH 041/169] [maven-release-plugin] prepare release 17.2.0 --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 ++- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 134 insertions(+), 130 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index 2101731550..b9c720865c 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 2cf614628c..3ee938e8be 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 425b752148..ccbeb46405 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 43b6275424..ca4a664f8b 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index 8f82edf70c..e86b44ebc3 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.2.0-SNAPSHOT + 17.2.0 jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 5aa2189ec3..d94442253a 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index bf31ac32e6..0185aa4ded 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index d9cb4da641..52b1dc3d97 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 23d9bcd326..9894e82391 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.2.0-SNAPSHOT + 17.2.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 0c3da5bbed..d9b29c9095 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 39d7c8c7fb..b2993a6adb 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index c93b04bade..89d8c0f5f8 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.2.0-SNAPSHOT + 17.2.0 pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-common - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-controller - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-clustering - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-controller-guice-di - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-controller-spring-di - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models openconfig-models - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.tests integration-tests - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.tests integration-tests-aaa - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-aaa - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-jetty-server - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-netconf-sb - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-restconf-nb-community - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-swagger - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-aaa-encryption-service - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules lighty-bgp - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi lighty-gnmi-connector - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi lighty-gnmi-commons - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi lighty-gnmi-proto - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications.rnc lighty-rnc-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications.rnc lighty-rnc-module - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.applications lighty-app-modules-config - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.core lighty-controller-springboot - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.kit.examples.controllers lighty-guice-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.resources controller-application-assembly - 17.2.0-SNAPSHOT + 17.2.0 provided io.lighty.resources singlenode-configuration - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.resources start-script - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.models.test lighty-test-models - 17.2.0-SNAPSHOT + 17.2.0 test io.lighty.models.test lighty-toaster - 17.2.0-SNAPSHOT + 17.2.0 test io.lighty.resources log4j2-config - 17.2.0-SNAPSHOT + 17.2.0 test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 85c88068d9..1a6959e8a6 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 0411586de7..d9044a0d1b 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index a3d9e8c358..ecfccd5a19 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 468cd74b80..fc9eab9fbf 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index c3f5243dd9..07483498ec 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index f1c97dd4b1..dde708c272 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index edac0e27de..9c4d4a070f 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.2.0-SNAPSHOT + 17.2.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.2.0-SNAPSHOT + 17.2.0 pom import io.lighty.core lighty-bom - 17.2.0-SNAPSHOT + 17.2.0 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 71ef0f1fa5..df1b3425e9 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index fb3e7931df..eecdc5ce07 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index f77ac109dc..2f8b9a407c 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.2.0-SNAPSHOT + 17.2.0 jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 16db5f6ffd..881261efc6 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.2.0-SNAPSHOT + 17.2.0 jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index bf02a105b6..caa002398d 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.2.0-SNAPSHOT + 17.2.0 compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index b7062bee7a..5a1cc7217e 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 303f72d8c0..14cfa8f79b 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.2.0-SNAPSHOT + 17.2.0 jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 17.2.0-SNAPSHOT + 17.2.0 pom import io.lighty.core dependency-versions - 17.2.0-SNAPSHOT + 17.2.0 pom import @@ -136,4 +136,8 @@ + + + 17.2.0 + diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 5378a50a8c..877916025f 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index a82d1602ac..834eceda9d 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index f6cb4ffc24..260a961d76 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index ca6705f788..61d5355e0f 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 85f375d130..af3cd2c420 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index d0f59cb92b..fe692c2d72 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 7c72660e65..c216c51376 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 661fa6449f..834b8d31e7 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.2.0-SNAPSHOT + 17.2.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index e7317425af..693d9ee0be 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index f66f2628ec..538f1a0c7b 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 0b361c13ef..1f75835e3f 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 2c6bd4e54e..6fe4fcab26 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 3b199df722..782450e14d 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 5339005d95..4eaa0c8ea6 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 389d6a9925..5c440be0cb 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index aa42913e4b..b830f9af71 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 7341a70428..5ca90d97d5 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index b13f5d4722..ff34da8440 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index 3697955abc..b676649f3e 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 1f0ceebc02..b3d6db9c9c 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index 6ee286a57b..089ab29981 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 3b85e8cf2c..487988988f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index bdd8278a90..f643123fc0 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0-SNAPSHOT + 17.2.0 io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 465d6c7d8f..24c13375f3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.2.0-SNAPSHOT + 17.2.0 3.21.7 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index e43a1b0933..e7ce760477 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 23b5eaaef2..1bc7bb094f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.2.0-SNAPSHOT + 17.2.0 true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index 89a54f68ca..e2f3b1bb33 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.2.0-SNAPSHOT + 17.2.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 6a29ea1692..ac0b3d97c0 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index e8807528b1..76e84e050e 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 1a01ae2d0c..244bce5afb 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 4a7744b8ce..a372bdae1b 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index d4216a52c8..aec2d57bbf 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 444ad58bf4..f937f0c222 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index beacf9a9db..07576399a6 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.2.0-SNAPSHOT + 17.2.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index dcc3478a2b..6ad372ffe9 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.2.0-SNAPSHOT + 17.2.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 17a259d607..f539e31f47 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 55575e5b03..bbd22abbdc 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 329ac3e615..863279240c 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0-SNAPSHOT + 17.2.0 ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.2.0-SNAPSHOT + 17.2.0 diff --git a/pom.xml b/pom.xml index 9cebebd683..0686c8f04b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.2.0-SNAPSHOT + 17.2.0 pom lighty From eb67bbcd36b58c14e81a7c7d51de2ba7c6b0748a Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 2 Feb 2023 15:46:21 +0100 Subject: [PATCH 042/169] [maven-release-plugin] prepare for next development iteration --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 +-- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 130 insertions(+), 134 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index b9c720865c..fd49e5f524 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 3ee938e8be..594b51c6c8 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index ccbeb46405..1d4373184a 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index ca4a664f8b..b1e5a42cd5 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index e86b44ebc3..a6b7753a91 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.2.0 + 17.3.0-SNAPSHOT jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index d94442253a..5d671adda5 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 0185aa4ded..39e267d1d4 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 52b1dc3d97..8c953bb774 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 9894e82391..a0b9a870ee 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.2.0 + 17.3.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index d9b29c9095..0b2944ca85 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index b2993a6adb..67ef954fb9 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 89d8c0f5f8..fb1f3e4ab9 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.2.0 + 17.3.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-common - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-controller - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-clustering - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models openconfig-models - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.tests integration-tests - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-aaa - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-swagger - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules lighty-bgp - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.resources controller-application-assembly - 17.2.0 + 17.3.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.resources start-script - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.models.test lighty-test-models - 17.2.0 + 17.3.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 17.2.0 + 17.3.0-SNAPSHOT test io.lighty.resources log4j2-config - 17.2.0 + 17.3.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 1a6959e8a6..9005671d81 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index d9044a0d1b..64b3ced31f 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index ecfccd5a19..f5e46e2b8e 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index fc9eab9fbf..9f73f6348f 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 07483498ec..b20e38844e 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index dde708c272..eaa98f65cf 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 9c4d4a070f..16b98a3837 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.2.0 + 17.3.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.2.0 + 17.3.0-SNAPSHOT pom import io.lighty.core lighty-bom - 17.2.0 + 17.3.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index df1b3425e9..7227369536 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index eecdc5ce07..129c799ff5 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 2f8b9a407c..212b51a27d 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.2.0 + 17.3.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 881261efc6..5fa251c66a 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.2.0 + 17.3.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index caa002398d..ace3944fd5 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.2.0 + 17.3.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 5a1cc7217e..1e3f546fc4 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 14cfa8f79b..d402896a85 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.2.0 + 17.3.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -32,14 +32,14 @@ io.lighty.core lighty-bom - 17.2.0 + 17.3.0-SNAPSHOT pom import io.lighty.core dependency-versions - 17.2.0 + 17.3.0-SNAPSHOT pom import @@ -136,8 +136,4 @@ - - - 17.2.0 - diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 877916025f..51625e72c1 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 834eceda9d..e002073c50 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index 260a961d76..df1b347b6a 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index 61d5355e0f..2bb34e150d 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index af3cd2c420..a295a2ecb5 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index fe692c2d72..0b75bc26db 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index c216c51376..93b030d590 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 834b8d31e7..1d89486633 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.2.0 + 17.3.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 693d9ee0be..e23fdef880 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 538f1a0c7b..f4b69869f6 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 1f75835e3f..cdfa62e544 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 6fe4fcab26..41d658e001 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 782450e14d..06d195050e 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 4eaa0c8ea6..183f87c88b 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 5c440be0cb..08a97378c4 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index b830f9af71..20fcef93d6 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 5ca90d97d5..2679e8de09 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index ff34da8440..62fdb4b366 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index b676649f3e..f8ece527b7 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index b3d6db9c9c..e378c89b80 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index 089ab29981..9d54c7567c 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 487988988f..7db6d19e87 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index f643123fc0..7594d9bf96 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0 + 17.3.0-SNAPSHOT io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 24c13375f3..95030f4c12 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.2.0 + 17.3.0-SNAPSHOT 3.21.7 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index e7ce760477..f943d11e7d 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 1bc7bb094f..674b0138cb 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.2.0 + 17.3.0-SNAPSHOT true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index e2f3b1bb33..f917b659b0 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.2.0 + 17.3.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index ac0b3d97c0..9ad38a2ec7 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 76e84e050e..e807dbcecb 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 244bce5afb..79d3c4d846 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index a372bdae1b..67ee3d03b2 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index aec2d57bbf..a1ba977af3 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index f937f0c222..4eb7629311 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 07576399a6..f93551f0a7 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.2.0 + 17.3.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 6ad372ffe9..2b55f23331 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.2.0 + 17.3.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index f539e31f47..b4561cbfc3 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index bbd22abbdc..d228001f08 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 863279240c..337c71501e 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.2.0 + 17.3.0-SNAPSHOT ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 0686c8f04b..5c350262a0 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.2.0 + 17.3.0-SNAPSHOT pom lighty From 71f8a4059541639cbaa4ba33401768bbbf49ae10 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:34:01 +0100 Subject: [PATCH 043/169] Bump docs & scripts to 17.3.0-SNAPSHOT JIRA: LIGHTY-155 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 9e3ccc410e..453540d22c 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 98fe846f79..65c80837c0 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.2.0 + 17.3.0-SNAPSHOT ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index ee5640d4cd..312fb3df53 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.2.0 + 17.3.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index 3af39c1559..fcfe016837 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.2.0-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.2.0``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.2.0.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.2.0.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.2.0.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index 5e1ac8711f..fd24c89b46 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.2.0.jar +java -jar target/lighty-controller-springboot-17.3.0-SNAPSHOT.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index ee65a132a6..5183c560f5 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.2.0-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.3.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.2.0/lighty-rcgnmi-app-17.2.0.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.3.0-SNAPSHOT/lighty-rcgnmi-app-17.3.0-SNAPSHOT.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.2.0-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.2.0/lighty-gnmi-device-simulator-17.2.0.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.3.0-SNAPSHOT/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index 23a2194abf..af701382ea 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.2.0 + 17.3.0-SNAPSHOT diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index 1e9fe1f03c..0327bb6a71 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.2.0 + 17.3.0-SNAPSHOT ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index 22bfa1a5c3..e807ba852e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.2.0 + 17.3.0-SNAPSHOT ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index ead8c415b3..88c1830a40 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.2.0 + 17.3.0-SNAPSHOT ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index f0055d5c1c..8b633490af 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.2.0 + 17.3.0-SNAPSHOT ``` From 75bf2fc26bd2d4a5a78ba1d44e52500cbf869895 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:41:12 +0100 Subject: [PATCH 044/169] Set scm.tag to HEAD JIRA: LIGHTY-155 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index a0b9a870ee..d9341fad2f 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.2.0 + HEAD diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index fb1f3e4ab9..b1a9709de3 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.2.0 + HEAD diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 16b98a3837..075092efbe 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.2.0 + HEAD diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index f93551f0a7..20d2071144 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.2.0 + HEAD diff --git a/pom.xml b/pom.xml index 5c350262a0..e707068363 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.2.0 + HEAD From ac9321a5c1c58c29bec1fe68795eb3478795993f Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 30 Jan 2023 08:42:05 +0100 Subject: [PATCH 045/169] Bump versions not managed by maven-release to 17.3.0-SNAPSHOT Bump gNMI simulator version at workflow to 17.3.0-SNAPSHOT, which will fail until maven-release-plugin will be started. JIRA: LIGHTY-155 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 118d0c889c..fe94c2bf07 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.2.0 + 17.3.0-SNAPSHOT lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index ffefaceba8..8a68619361 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.2.0 + 17.3.0-SNAPSHOT lighty-rnc From 586b0b5a54a57f3c909428a69024ec222688b127 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 3 Feb 2023 14:33:39 +0100 Subject: [PATCH 046/169] Bump simulator to 17.2.0 Use the latest 17.x lighty.io simulator release. Signed-off-by: Ivan Hrasko --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 02405001ce..521af9a1fe 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.16.2 as clone RUN apk add git WORKDIR /netconf-simulator -RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.1.0 +RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0 FROM maven:3.8-eclipse-temurin-17-alpine as build WORKDIR /lighty-netconf-simulator @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo EXPOSE 17380 -ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.1.0.jar"] +ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.2.0.jar"] From 3d48addc021d2f7f63f1944a23f292160d642c86 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 24 Feb 2023 14:45:13 +0100 Subject: [PATCH 047/169] Bump org.springframework.boot to 2.7.9 https://github.com/spring-projects/spring-boot/releases/tag/v2.7.9 Signed-off-by: Ivan Hrasko --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index b20e38844e..5822d55c5f 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.7 + 2.7.9 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index d402896a85..00224259fe 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.7 + 2.7.9 From 40bf375555da1cdf563b4ca9edb58c729b6724ba Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 23 Feb 2023 16:43:11 +0100 Subject: [PATCH 048/169] Update broken link in README file The link in the README file to the Spring Security documentation was not working. This commit updates the link to the correct URL so that users can access the documentation for configuring method-level security. The new link is: https://docs.spring.io/spring-security/reference/servlet/authorization/method-security.html. JIRA:LIGHTY-167 Signed-off-by: tobias.pobocik --- lighty-examples/lighty-controller-springboot-netconf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index fd24c89b46..ae148a1d97 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -16,7 +16,7 @@ toaster model from [ODL repository](https://github.com/YangModels/yang/blob/19fe ![architecture](docs/architecture.svg) ## Security -This demo utilizes Spring's [method security](https://docs.spring.io/spring-security/site/docs/5.2.0.BUILD-SNAPSHOT/reference/htmlsingle/#jc-method) +This demo utilizes Spring's [method security](https://docs.spring.io/spring-security/reference/servlet/authorization/method-security.html) and [jCasbin](https://github.com/casbin/jcasbin). Web layer injects spring SecurityContext so it is available for other beans in application. * __Authentication__ is handled by internal service ``io.lighty.core.controller.springboot.services.UserAccessService`` From 3658b428975b386ff0a8545877766b3907b26adc Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 24 Feb 2023 14:31:38 +0100 Subject: [PATCH 049/169] Bump jcasbin to 1.32.2 https://github.com/casbin/jcasbin/compare/v1.2.0...v1.32.2 Signed-off-by: Ivan Hrasko --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 00224259fe..2a9bb62dce 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -77,7 +77,7 @@ org.casbin jcasbin - 1.2.0 + 1.32.2 From 0053ca23e06f6ea7477c39a18a7c2b0ff056784b Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 1 Mar 2023 08:08:21 +0100 Subject: [PATCH 050/169] Add Java 17 support to lighty-controller-springboot Added 17 to ensure compatibility with Java 17 features, as the parent specifies Java version to 1.8 in spring-boot-starter-parent. JIRA:LIGHTY-171 Signed-off-by: tobias.pobocik (cherry picked from commit ae0e1af4c70bd2f40110e65bdfd647a453eeda17) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 2a9bb62dce..dba97ec1c4 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -25,6 +25,7 @@ UTF-8 UTF-8 true + 17 From 8e0a9ffcdeb364f4933bc64371d9b2f0297c6d07 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 24 Feb 2023 17:01:49 +0100 Subject: [PATCH 051/169] Fix incorrect time measurement in closeLightyModule function The previous implementation of closeLightyModule method used a Stopwatch to measure the time taken by lightyModule.shutdown() method, but it did not account for the time taken by the method to complete asynchronously. JIRA:LIGHTY-169 Signed-off-by: tobias.pobocik (cherry picked from commit 123c2ee962b84f296da781bd6f1d616c3532250f) --- .../config/LightyConfiguration.java | 27 +++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/src/main/java/io/lighty/core/controller/springboot/config/LightyConfiguration.java b/lighty-examples/lighty-controller-springboot-netconf/src/main/java/io/lighty/core/controller/springboot/config/LightyConfiguration.java index 51f93685a1..bd07ef4783 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/src/main/java/io/lighty/core/controller/springboot/config/LightyConfiguration.java +++ b/lighty-examples/lighty-controller-springboot-netconf/src/main/java/io/lighty/core/controller/springboot/config/LightyConfiguration.java @@ -9,6 +9,10 @@ package io.lighty.core.controller.springboot.config; import com.google.common.base.Stopwatch; +import com.google.common.util.concurrent.FutureCallback; +import com.google.common.util.concurrent.Futures; +import com.google.common.util.concurrent.ListenableFuture; +import com.google.common.util.concurrent.MoreExecutors; import io.lighty.core.controller.api.LightyController; import io.lighty.core.controller.api.LightyModule; import io.lighty.core.controller.impl.LightyControllerBuilder; @@ -98,7 +102,7 @@ NetconfSBPlugin initNetconfSBP(LightyController lightyController) throw new LightyLaunchException("Could not init NetconfSB Plugin"); } - Runtime.getRuntime().addShutdownHook(new Thread(() -> closeLightyModule(this.netconfSBPlugin))); + Runtime.getRuntime().addShutdownHook(new Thread(this::shutdown)); return this.netconfSBPlugin; } @@ -108,16 +112,29 @@ void shutdown() { closeLightyModule(lightyController()); } - void closeLightyModule(final LightyModule lightyModule) { + private static void closeLightyModule(final LightyModule lightyModule) { if (lightyModule != null) { final Stopwatch stopwatch = Stopwatch.createStarted(); + LOG.info("Lighty module {} shutting down ...", lightyModule); try { - LOG.info("Lighty module {} shutting down ...", lightyModule); - lightyModule.shutdown(); + final ListenableFuture future = lightyModule.shutdown(); + Futures.addCallback(future, new FutureCallback<>() { + @Override + public void onSuccess(Boolean result) { + if (result) { + LOG.info("Lighty module {} stopped in {}", lightyModule, stopwatch.stop()); + } else { + LOG.info("Lighty module {} failed to stop after {}", lightyModule, stopwatch.stop()); + } + } + @Override + public void onFailure(Throwable throwable) { + LOG.error("Exception while shutting module: {} :", lightyModule, throwable); + } + }, MoreExecutors.directExecutor()); } catch (Exception e) { LOG.error("Exception while shutting module: {} :", lightyModule, e); } - LOG.info("Lighty module {} stopped in {}", lightyModule, stopwatch.stop()); } } From 5335c9b7d0e54e1d3251342eb5c3301b64f76f3a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 8 Mar 2023 12:27:09 +0100 Subject: [PATCH 052/169] Remove actor provider from default akka Actor provider is already present inside factory-akka. This is also the way it was done in: https://github.com/opendaylight/controller/commit/6e76bb44514ea79524f46ff283ea0d0d4ad8c7f8#diff-467a4f05761d358151851421d1371861f8f0f561915088b6271d229ac70a0e7a JIRA:LIGHTY-173 Signed-off-by: tobias.pobocik (cherry picked from commit e9336644da7f341ee38e7ae15456e2da648bb7e1) --- .../src/main/resources/singlenode/akka-default.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf index d49ba8b73a..6c25f59ac3 100644 --- a/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf +++ b/lighty-resources/singlenode-configuration/src/main/resources/singlenode/akka-default.conf @@ -8,10 +8,6 @@ akka { } } - actor { - provider = "akka.cluster.ClusterActorRefProvider" - } - cluster { # Remove ".tcp" when using artery. seed-nodes = ["akka://opendaylight-cluster-data@127.0.0.1:2550"] From f750ec634b8f867681fe8bba04c56540bbf45195 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Mar 2023 05:53:45 +0000 Subject: [PATCH 053/169] Upgrade protobuf-java from 3.21.7 to 3.21.12 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.21.7 to 3.21.12. Signed-off-by: Ivan Hrasko (cherry picked from commit 5905836f9aa926134b953c2072fa03301afcc345) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 95030f4c12..89bbd3d1f2 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.21.7 + 3.21.12 1.50.0 From 397ab45c22d4f454e0530d6a0492ab8df8e0c348 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Mar 2023 05:53:40 +0000 Subject: [PATCH 054/169] Upgrade io.grpc:grpc-stub from 1.50.0 to 1.53.0 Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.50.0 to 1.53.0. Signed-off-by: Ivan Hrasko (cherry picked from commit aafd6f36bee288c8277e2724861d61610f602334) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 89bbd3d1f2..c83fda8edc 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.21.12 - 1.50.0 + 1.53.0 From 24abddc82d8310d780b7a21e6cdffe1592ce6a07 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 10 Mar 2023 09:11:45 +0100 Subject: [PATCH 055/169] Bump Akka to 2.6.20 https://akka.io/blog/news/2022/09/06/akka-2.6.20-released Signed-off-by: Ivan Hrasko (cherry picked from commit 01eecee687f20a91d0027cfaa8e19a93e8486cca) --- lighty-core/dependency-versions/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index d9341fad2f..05445e9a26 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -157,57 +157,57 @@ com.typesafe.akka akka-remote_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-slf4j_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-cluster_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-discovery_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-protobuf_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-coordination_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-distributed-data_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-cluster-tools_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-cluster-sharding_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-actor_2.13 - 2.6.19 + 2.6.20 com.typesafe.akka akka-stream_2.13 - 2.6.19 + 2.6.20 com.lightbend.akka.management From 7d8d16e61df4b836c3e4953d84bdffb4551147b4 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 17 Mar 2023 09:58:05 +0100 Subject: [PATCH 056/169] Bump checkstyle to 10.8.1 https://checkstyle.org/releasenotes.html#Release_10.8.0 https://checkstyle.org/releasenotes.html#Release_10.8.1 JIRA:LIGHTY-182 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 7227369536..04e6ab2119 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -193,7 +193,7 @@ com.puppycrawl.tools checkstyle - 10.3.3 + 10.8.1 com.github.sevntu-checkstyle From f0c70b0576f31ebfbef77e6734665504081df686 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 13 Mar 2023 15:07:40 +0100 Subject: [PATCH 057/169] Bump maven plugins Bump version of used maven plugins to the most recent versions. JIRA:LIGHTY-178 Signed-off-by: tobias.pobocik Signed-off-by: Ivan Hrasko (cherry picked from commit 7e39422c2b550af405178b5fc8f741c8a0990bf3) --- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-core/lighty-parent/pom.xml | 12 ++++++------ .../lighty-controller-springboot-netconf/pom.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 075092efbe..25041e1457 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -48,7 +48,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.1.0 + 3.2.1 enforce-maven diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 04e6ab2119..229fa7afcc 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -79,7 +79,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 org.apache.maven.plugins @@ -106,22 +106,22 @@ org.apache.maven.plugins maven-install-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins maven-assembly-plugin - 3.4.2 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M7 + 3.0.0-M9 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.0.0-M9 1 true @@ -171,7 +171,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.5.0 true diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index dba97ec1c4..afd4359938 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.0.0-M7 + 3.0.0-M9 1 true From 77904642624d9b3e48edd9ee7adfd0440387a4c4 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 17 Mar 2023 09:44:06 +0100 Subject: [PATCH 058/169] Bump surefire to 3.0.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12352730 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12352998 JIRA:LIGHTY-181 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 229fa7afcc..083736f9bd 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -116,12 +116,12 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M9 + 3.0.0 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M9 + 3.0.0 1 true diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index afd4359938..9b2b70d2f2 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.0.0-M9 + 3.0.0 1 true From fe08f7de46aa8884a48ebdb267920eb08d701cf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Mar 2023 05:31:13 +0000 Subject: [PATCH 059/169] Upgrade protobuf-java from 3.21.12 to 3.22.0 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.21.12 to 3.22.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 85b9f811194b9829d0c99ba69b725f78b6d7c378) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index c83fda8edc..20f335d9ed 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.21.12 + 3.22.0 1.53.0 From a0cb8d066db010399ca72b5afffbf8206caac824 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 17 Mar 2023 09:52:50 +0100 Subject: [PATCH 060/169] Fix SpotBugs output configuration This is causing a warning when building with maven-3.9.0. JIRA:LIGHTY-180 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 083736f9bd..630e3728b9 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -317,7 +317,7 @@ true - ${project.build.directory}/spotbugs + ${project.build.directory}/spotbugs - 2.0.0 - 2.19.0 + 2.0.6 + 2.20.0 @@ -198,7 +198,7 @@ com.github.sevntu-checkstyle sevntu-checks - 1.42.0 + 1.44.1 org.opendaylight.odlparent @@ -210,12 +210,12 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.2.0 + 4.7.3.2 com.github.spotbugs spotbugs - 4.7.2 + 4.7.3 org.opendaylight.odlparent From 605e2cdfc9bce6bca4f2070802512a8e1d9c80e6 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 22 Mar 2023 14:43:01 +0100 Subject: [PATCH 062/169] Make forceCapabilities a local variable Field forceCapabilities is used only in one method and can be converted to local variable. Signed-off-by: Ivan Hrasko (cherry picked from commit 2541224d63c3aa7c89c3eec7a99113bd10566d0e) --- .../southbound/device/connection/ConfigurableParameters.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java index fe1e88fc86..e302ebf92f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java @@ -20,13 +20,13 @@ public class ConfigurableParameters { private final GnmiParameters gnmiParameters; - private final ForceCapabilities forceCapabilities; private final Optional> modelDataList; private final Optional useModelNamePrefix; private final Optional overwriteDataType; private final Optional pathTarget; public ConfigurableParameters(final ExtensionsParameters extensionsParameters) { + final ForceCapabilities forceCapabilities; if (extensionsParameters != null) { gnmiParameters = extensionsParameters.getGnmiParameters(); forceCapabilities = extensionsParameters.augmentation(ForceCapabilities.class); From 7a8295e1aef120e75d5a74648cbdf90819715b4f Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 22 Mar 2023 14:52:30 +0100 Subject: [PATCH 063/169] Make gnmiParameters a local variable Field gnmiParameters can be converted to local variable when we use it in more functional style by using Optional#map capabilities. Signed-off-by: Ivan Hrasko (cherry picked from commit c053bc80a6ff6add1094c42591962f04c8cecfd2) --- .../connection/ConfigurableParameters.java | 35 ++++--------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java index e302ebf92f..a2d36966c4 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/src/main/java/io/lighty/gnmi/southbound/device/connection/ConfigurableParameters.java @@ -5,7 +5,6 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at https://www.eclipse.org/legal/epl-v10.html */ - package io.lighty.gnmi.southbound.device.connection; import gnmi.Gnmi; @@ -18,14 +17,13 @@ import org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.connection.parameters.extensions.parameters.GnmiParameters; public class ConfigurableParameters { - - private final GnmiParameters gnmiParameters; private final Optional> modelDataList; private final Optional useModelNamePrefix; private final Optional overwriteDataType; private final Optional pathTarget; public ConfigurableParameters(final ExtensionsParameters extensionsParameters) { + final GnmiParameters gnmiParameters; final ForceCapabilities forceCapabilities; if (extensionsParameters != null) { gnmiParameters = extensionsParameters.getGnmiParameters(); @@ -35,30 +33,12 @@ public ConfigurableParameters(final ExtensionsParameters extensionsParameters) { forceCapabilities = null; } modelDataList = loadModelDataList(forceCapabilities); - useModelNamePrefix = loadUseModelNamePrefix(); - overwriteDataType = loadOverwriteDataType(); - pathTarget = loadPathTarget(); - } - - private Optional loadUseModelNamePrefix() { - if (gnmiParameters != null) { - return Optional.ofNullable(gnmiParameters.getUseModelNamePrefix()); - } - return Optional.empty(); - } - - private Optional loadOverwriteDataType() { - if (gnmiParameters != null) { - return Optional.ofNullable(gnmiParameters.getOverwriteDataType()); - } - return Optional.empty(); - } - - private Optional loadPathTarget() { - if (gnmiParameters != null) { - return Optional.ofNullable(gnmiParameters.getPathTarget()); - } - return Optional.empty(); + useModelNamePrefix = Optional.ofNullable(gnmiParameters) + .map(GnmiParameters::getUseModelNamePrefix); + overwriteDataType = Optional.ofNullable(gnmiParameters) + .map(GnmiParameters::getOverwriteDataType); + pathTarget = Optional.ofNullable(gnmiParameters) + .map(GnmiParameters::getPathTarget); } private static Optional> loadModelDataList(final ForceCapabilities forceCapabilities) { @@ -90,5 +70,4 @@ public Optional getPathTarget() { public Optional> getModelDataList() { return this.modelDataList; } - } From 0b0e0ebe92bd27f79a0a0ef1a86df78fb7608205 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Mar 2023 08:28:06 +0200 Subject: [PATCH 064/169] Bump spring-boot to 2.7.10 Bump spring-boot from 2.7.9 to 2.7.10 JIRA:LIGHTY-186 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 5822d55c5f..b113856116 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.9 + 2.7.10 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 9b2b70d2f2..d5507ed86d 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.9 + 2.7.10 From cd950d84316e049cad8163e06d836326d967eaa8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Mar 2023 19:35:10 +0000 Subject: [PATCH 065/169] Bump grpc to 1.54.0 The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-3167773 Signed-off-by: Ivan Hrasko (cherry picked from commit 1fe3798a8484ef86c4668e2bebf81eb95b71f901) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 20f335d9ed..3c7021762d 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.22.0 - 1.53.0 + 1.54.0 From 740824182509359c2be26d570b1d7db4ad425df6 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Mar 2023 14:16:40 +0200 Subject: [PATCH 066/169] Updated akka management versions to 1.1.4 This commit updates the akka version from 1.1.3 to 1.1.4. The following dependencies were updated: com.lightbend.akka.management:akka-management com.lightbend.akka.management:akka-management-cluster-http com.lightbend.akka.management:akka-management-cluster-bootstrap com.lightbend.akka.discovery:akka-discovery-kubernetes-api JIRA:LIGHTY-187 Signed-off-by: tobias.pobocik (cherry picked from commit fcf7b8be8b9e10268ea866afaba68fbad1d77b11) --- lighty-core/dependency-versions/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 3655320216..e7566e2097 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -212,22 +212,22 @@ com.lightbend.akka.management akka-management_2.13 - 1.1.3 + 1.1.4 com.lightbend.akka.management akka-management-cluster-http_2.13 - 1.1.3 + 1.1.4 com.lightbend.akka.management akka-management-cluster-bootstrap_2.13 - 1.1.3 + 1.1.4 com.lightbend.akka.discovery akka-discovery-kubernetes-api_2.13 - 1.1.3 + 1.1.4 org.json From a132f908abba5c4d12f0bab7093f30cd67b04bb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Mar 2023 03:37:15 +0000 Subject: [PATCH 067/169] Bump protobuf-java-util Bump protobuf-java-util from 3.22.0 to 3.22.1 See this package in Maven Repository: https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util/ JIRA:LIGHTY-187 Signed-off-by: tobias.pobocik (cherry picked from commit 3acaf0bf9588fd0a68f6322bc79188013f99ad90) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 3c7021762d..c9bcea5d64 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.22.0 + 3.22.1 1.54.0 From b473b6b8c69e6e161f342a183671acf0865d9c7c Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 29 Mar 2023 08:35:10 +0200 Subject: [PATCH 068/169] Remove unused import statement in .proto files The import statement for 'common.proto' was not being used in the code, so it was removed to clean up the codebase. This was reported as a warning in maven 3.9.1 JIRA:LIGHTY-190 Signed-off-by: tobias.pobocik (cherry picked from commit 5e77f4a8b499c50e08e27ea54229b5a2bf82c5aa) --- .../src/main/proto/github.com/openconfig/gnoi/file/file.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/src/main/proto/github.com/openconfig/gnoi/file/file.proto b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/src/main/proto/github.com/openconfig/gnoi/file/file.proto index a9c496f856..7ac0c44b65 100755 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/src/main/proto/github.com/openconfig/gnoi/file/file.proto +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/src/main/proto/github.com/openconfig/gnoi/file/file.proto @@ -19,7 +19,6 @@ syntax = "proto3"; package gnoi.file; import "github.com/openconfig/gnoi/types/types.proto"; -import "github.com/openconfig/gnoi/common/common.proto"; option (types.gnoi_version) = "0.1.0"; From af0739879ae570c23f121778d8f710549bb6b518 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 30 Mar 2023 16:50:21 +0200 Subject: [PATCH 069/169] Mark mockito-inline as test dependency mockito-inline is used during tests, mark its dependency scope to test. Signed-off-by: Ivan Hrasko (cherry picked from commit d563d9a3dcf6597032822e3765cdc79f99752f40) --- lighty-modules/lighty-netconf-sb/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index e807dbcecb..748390869d 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -73,6 +73,7 @@ org.mockito mockito-inline + test io.lighty.resources From c98784c7375a4b441d5a1340217433b5b0939f3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Apr 2023 23:17:06 +0000 Subject: [PATCH 070/169] Bump protobuf-java from 3.22.1 to 3.22.2 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.22.1 to 3.22.2. See this package in Maven Repository: https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java/ Signed-off-by: Ivan Hrasko (cherry picked from commit a33b6e8e7c645e0fe57bb29b64be137cbe170b24) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index c9bcea5d64..8c5c5772b4 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.22.1 + 3.22.2 1.54.0 From 8e4a5550a0cce4678508a9161fd5238edd290acf Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 3 Apr 2023 08:22:09 +0200 Subject: [PATCH 071/169] Drop support for version 16 With the release of Lighty.io 18 we drop support for version 16. JIRA:LIGHTY-196 Signed-off-by: tobias.pobocik (cherry picked from commit 89f23c39044fc13bad4d87abfddac4651b7a4498) --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b0a1f2dcaa..2b2a0f99f1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,15 +7,15 @@ Lighty.io version contains 3 numbers representing MAJOR.MINOR.PATCH (X.Y.Z) leve MAJOR number is mapped to major OpenDaylight release | Lighty.io | OpenDaylight | |-----------|-----------------| +| 18.Y.Z | Argon (18) | | 17.Y.Z | Chlorine (17) | -| 16.Y.Z | Sulfur (16) | | ... | | MINOR number is mapped to OpenDaylight service release (SR1, SR2, SR3, ..) | Lighty.io | OpenDaylight | |-----------|-----------------| -| 17.1.Z | Chlorine SR1 | -| 17.2.Z | Chlorine SR2 | +| 18.1.Z | Argon SR1 | +| 18.2.Z | Argon SR2 | | ... | | PATCH number represents Lighty.io release, usually security & bug fixes. From b57ce0f9ed60f1aa6ba6175e7450c3375394ba45 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 4 Apr 2023 12:32:28 +0200 Subject: [PATCH 072/169] Bump alpine to 3.16.5 Bump to newer version of alpine: https://git.alpinelinux.org/aports/log/?h=v3.16.5 JIRA:LIGHTY-209 Signed-off-by: tobias.pobocik (cherry picked from commit 6e9122392def40b005f7f400f00d54f946dd5bb7) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 521af9a1fe..729049622e 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.2 as clone +FROM alpine:3.16.5 as clone RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0 From f08b2fecb610c9d8a406bfcea981892cd85190ff Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 4 Apr 2023 12:32:28 +0200 Subject: [PATCH 073/169] Bump alpine to 3.17.3 Bump to newer version of alpine: https://www.alpinelinux.org/posts/Alpine-3.17.3-released.html JIRA:LIGHTY-209 Signed-off-by: tobias.pobocik (cherry picked from commit 6d909e7927297a10b18eff99fff5966d43050d56) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 729049622e..ba3fa450d1 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16.5 as clone +FROM alpine:3.17.3 as clone RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0 From 05a663e1a092fd4a429860bac78b41345ae47ab4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Apr 2023 20:52:16 +0000 Subject: [PATCH 074/169] Upgrade org.slf4j:slf4j-api from 2.0.6 to 2.0.7 Snyk has created this PR to upgrade org.slf4j:slf4j-api from 2.0.6 to 2.0.7. Signed-off-by: Ivan Hrasko (cherry picked from commit aabf0fb830cd8792507c308a4fc5a56c1cb1a17a) --- 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 ee97389b4f..9c81c43f5c 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -30,7 +30,7 @@ 17 - 2.0.6 + 2.0.7 2.20.0 From 5178925cb9fff55796e7e17bd2455240fcb842a6 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 20 Apr 2023 10:10:02 +0200 Subject: [PATCH 075/169] Bump ODL upstreams Adopt: - odlparent-11.0.5 - yangtools-9.0.7 - infrautils-4.0.5 - mdsal-10.0.7 - controller-6.0.8 - aaa-0.16.8 - netconf-4.0.6 - bgpcep-0.18.6 JIRA:LIGHTY-218 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index e7566e2097..5a0d1ae876 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.odlparent odlparent - 11.0.4 + 11.0.5 pom import @@ -34,49 +34,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.7 + 0.16.8 pom import org.opendaylight.controller controller-artifacts - 6.0.7 + 6.0.8 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.4 + 4.0.5 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.6 + 10.0.7 pom import org.opendaylight.netconf netconf-artifacts - 4.0.5 + 4.0.6 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.6 + 9.0.7 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.5 + 0.18.6 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 67ef954fb9..b74000a53f 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.6 + 9.0.7 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.6 + 10.0.7 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 9c81c43f5c..9409617105 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.4 + 11.0.5 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.4 + 11.0.5 From 315a3bb2f3a272f4e87bcc9a5c55aabca158c93c Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 17 Aug 2022 12:36:27 +0200 Subject: [PATCH 076/169] Add test for shiro initialization and stop AAALightyShiroProvider is registered to ShiroProvider only if initialization is successful. Because of this, when we call stopProcedure, then shiro is null and stop procedure fails. JIRA: LIGHTY-47 Signed-off-by: tobias.pobocik Signed-off-by: Ivan Hrasko (cherry picked from commit 3d5a52f3273653a085d7a27f9e7851442909e43e) --- .../lighty/aaa/ShiroInitializationTest.java | 123 ++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java new file mode 100644 index 0000000000..b2268004e2 --- /dev/null +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java @@ -0,0 +1,123 @@ +/* + * Copyright (c) 2022 PANTHEON.tech s.r.o. All Rights Reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at https://www.eclipse.org/legal/epl-v10.html + */ +package io.lighty.aaa; + +import static org.mockito.Mockito.when; +import static org.testng.Assert.expectThrows; +import static org.testng.AssertJUnit.assertNotNull; +import static org.testng.AssertJUnit.assertTrue; + +import io.lighty.aaa.config.AAAConfiguration; +import io.lighty.aaa.config.CertificateManagerConfig; +import io.lighty.aaa.util.AAAConfigUtils; +import io.lighty.server.LightyServerBuilder; +import java.net.InetSocketAddress; +import java.util.Optional; +import java.util.concurrent.ExecutionException; +import org.mockito.Mock; +import org.mockito.MockitoAnnotations; +import org.opendaylight.aaa.api.CredentialAuth; +import org.opendaylight.aaa.api.PasswordCredentials; +import org.opendaylight.mdsal.binding.api.DataBroker; +import org.opendaylight.mdsal.binding.api.ReadTransaction; +import org.opendaylight.mdsal.binding.api.RpcProviderService; +import org.opendaylight.mdsal.common.api.LogicalDatastoreType; +import org.opendaylight.yang.gen.v1.config.aaa.authn.encrypt.service.config.rev160915.AaaEncryptServiceConfig; +import org.opendaylight.yang.gen.v1.config.aaa.authn.encrypt.service.config.rev160915.AaaEncryptServiceConfigBuilder; +import org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStores; +import org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStoresBuilder; +import org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.key.stores.SslData; +import org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.key.stores.SslDataBuilder; +import org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.key.stores.SslDataKey; +import org.opendaylight.yangtools.util.concurrent.FluentFutures; +import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; +import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier; +import org.testng.annotations.AfterMethod; +import org.testng.annotations.BeforeClass; +import org.testng.annotations.Test; + +public class ShiroInitializationTest { + private static final AAAConfiguration AAA_CONFIGURATION = AAAConfigUtils.createDefaultAAAConfiguration(); + private static final String BUNDLE_NAME = "opendaylight"; + @Mock + private LightyServerBuilder server; + @Mock + private DataBroker bindingDataBroker; + @Mock + private ReadTransaction readTransaction; + @Mock + private CredentialAuth credentialAuth; + @Mock + private RpcProviderService rpcProviderService; + private AAALighty aaaLighty; + + @BeforeClass + public void init() { + // Initialize the mock objects + MockitoAnnotations.initMocks(this); + + // Set up mocks for some datastore reads + final InstanceIdentifier aaaEncryptInstanceIdentifier = InstanceIdentifier.builder( + AaaEncryptServiceConfig.class).build(); + when(bindingDataBroker.newReadOnlyTransaction()).thenReturn(readTransaction); + final AaaEncryptServiceConfig aaaEncryptServiceConfig = new AaaEncryptServiceConfigBuilder().build(); + when(readTransaction.read(LogicalDatastoreType.CONFIGURATION, aaaEncryptInstanceIdentifier)) + .thenReturn(FluentFutures.immediateFluentFuture(Optional.of(aaaEncryptServiceConfig))); + + final KeyStores keyStores = new KeyStoresBuilder().build(); + when(readTransaction.read(LogicalDatastoreType.CONFIGURATION, InstanceIdentifier.create(KeyStores.class))) + .thenReturn(FluentFutures.immediateFluentFuture(Optional.of(keyStores))); + + final SslData sslData = new SslDataBuilder().setBundleName(BUNDLE_NAME).build(); + final KeyedInstanceIdentifier keyStoresInstanceIdentifier = InstanceIdentifier.create( + KeyStores.class).child(SslData.class, new SslDataKey(BUNDLE_NAME)); + when(readTransaction.read(LogicalDatastoreType.CONFIGURATION, keyStoresInstanceIdentifier)) + .thenReturn(FluentFutures.immediateFluentFuture(Optional.of(sslData))); + } + + @AfterMethod + public void tearDown() throws ExecutionException, InterruptedException { + if (aaaLighty != null) { + // Stop the object and ensure that stopping was successful + assertTrue(aaaLighty.stopProcedure()); + assertTrue(aaaLighty.shutdown().get()); + } + } + + // Test that the AAALighty object can be stopped after failing to initialize + @Test + public void testStopProcedureWithFailedInitialization() { + // Create an AAALighty object with mocked dependencies + this.aaaLighty = new AAALighty(bindingDataBroker, credentialAuth, server, AAA_CONFIGURATION); + // Ensure that the object was created successfully + assertNotNull(aaaLighty); + // Expect an Exception to be thrown when trying to initialize the object + expectThrows(Exception.class, () -> aaaLighty.initProcedure()); + } + + // Test that the AAALighty object can be successfully initialized and stopped + @Test + public void testSuccessfulInitialization() throws InterruptedException { + // set CertificateManager + AAA_CONFIGURATION.setCertificateManager( + CertificateManagerConfig.getDefault(bindingDataBroker, rpcProviderService)); + + // Create a LightyServerBuilder object + final LightyServerBuilder serverBuilder = new LightyServerBuilder( + new InetSocketAddress("localhost/127.0.0.1", 8182)); + + // Create an AAALighty object + this.aaaLighty = new AAALighty(bindingDataBroker, null, serverBuilder, AAA_CONFIGURATION); + // Ensure that the object was created successfully + assertNotNull(aaaLighty); + + // Initialize the object and ensure that initialization was successful + final boolean initProcedure = aaaLighty.initProcedure(); + assertTrue(initProcedure); + } +} From 085b262c2a5a34c4d09827dc46b8f6e188de3747 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 3 Apr 2023 14:39:25 +0200 Subject: [PATCH 077/169] Fix AAAShiro registration AAALightyShiroProvider is registered to AAAShiroProviderHandler only if initialization is successful. So, AAALightyShiroProvider is empty when is called stopProcedure() and other initialized services which could be successfully created will not be closed if service before them will fail to stop. JIRA: LIGHTY-47 Signed-off-by: tobias.pobocik Signed-off-by: Ivan Hrasko (cherry picked from commit 29254d39ea6c46600da94e482b1b174a9bee0f00) --- .../lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java index 2e78512936..197a1db34f 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java @@ -50,7 +50,11 @@ protected boolean initProcedure() throws InterruptedException { @Override protected boolean stopProcedure() { - this.aaaShiroProviderHandler.getAaaLightyShiroProvider().close(); + final AAALightyShiroProvider shiroProvider = aaaShiroProviderHandler.getAaaLightyShiroProvider(); + if (shiroProvider != null) { + shiroProvider.close(); + aaaShiroProviderHandler.setAaaLightyShiroProvider(null); + } return true; } From af0a6d596ae4e16e803f9f1be5ca45ad28bb2f6b Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 25 Apr 2023 17:03:02 +0200 Subject: [PATCH 078/169] Fix CertificateManagerConfig usage CertificateManagerConfig#getDefault on 17.x branch does not accept RpcProviderService parameter. Signed-off-by: Ivan Hrasko --- .../test/java/io/lighty/aaa/ShiroInitializationTest.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java index b2268004e2..436fe1525e 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/test/java/io/lighty/aaa/ShiroInitializationTest.java @@ -25,7 +25,6 @@ import org.opendaylight.aaa.api.PasswordCredentials; import org.opendaylight.mdsal.binding.api.DataBroker; import org.opendaylight.mdsal.binding.api.ReadTransaction; -import org.opendaylight.mdsal.binding.api.RpcProviderService; import org.opendaylight.mdsal.common.api.LogicalDatastoreType; import org.opendaylight.yang.gen.v1.config.aaa.authn.encrypt.service.config.rev160915.AaaEncryptServiceConfig; import org.opendaylight.yang.gen.v1.config.aaa.authn.encrypt.service.config.rev160915.AaaEncryptServiceConfigBuilder; @@ -52,8 +51,6 @@ public class ShiroInitializationTest { private ReadTransaction readTransaction; @Mock private CredentialAuth credentialAuth; - @Mock - private RpcProviderService rpcProviderService; private AAALighty aaaLighty; @BeforeClass @@ -104,8 +101,7 @@ public void testStopProcedureWithFailedInitialization() { @Test public void testSuccessfulInitialization() throws InterruptedException { // set CertificateManager - AAA_CONFIGURATION.setCertificateManager( - CertificateManagerConfig.getDefault(bindingDataBroker, rpcProviderService)); + AAA_CONFIGURATION.setCertificateManager(CertificateManagerConfig.getDefault(bindingDataBroker)); // Create a LightyServerBuilder object final LightyServerBuilder serverBuilder = new LightyServerBuilder( From 56cb51aeb94a7f730a94b59c0bf72f890314a31e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 17:18:21 +0000 Subject: [PATCH 079/169] Bump jcasbin to 1.32.3 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.32.2 to 1.32.3. Signed-off-by: Ivan Hrasko (cherry picked from commit 460f852b168f44a15e1deaf4f9ee8cb7598a09d8) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index d5507ed86d..7363a6a344 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent 2.7.10 - + io.lighty.core @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.32.2 + 1.32.3 From bf82a6b9dd3486152e4e53b0b968762b020ad065 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 18:42:40 +0000 Subject: [PATCH 080/169] Bump akka-management-cluster-http_2.13 to 1.3.0 Snyk has created this PR to upgrade com.lightbend.akka.management :akka-management-cluster-http_2.13 from 1.1.4 to 1.3.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 5c93acc072f63331621b476c4697bca8957343af) --- 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 5a0d1ae876..21a5a9210d 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -217,7 +217,7 @@ com.lightbend.akka.management akka-management-cluster-http_2.13 - 1.1.4 + 1.3.0 com.lightbend.akka.management From a760ce5d5379421a40d83ad0af858b35f6a4d093 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Apr 2023 18:42:46 +0000 Subject: [PATCH 081/169] Bump akka-discovery-kubernetes-api_2.13 to 1.3.0 Snyk has created this PR to upgrade com.lightbend.akka.discovery: akka-discovery-kubernetes-api_2.13 from 1.1.4 to 1.3.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 71cc0c8c509f2b07580ddbea223527e80dfbac3d) --- 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 21a5a9210d..204a0a92f3 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -227,7 +227,7 @@ com.lightbend.akka.discovery akka-discovery-kubernetes-api_2.13 - 1.1.4 + 1.3.0 org.json From d50396d5d844963e4a74c75890aabfa79e196d9a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 26 Apr 2023 12:51:50 +0200 Subject: [PATCH 082/169] Bump spring-boot to 2.7.11 Bump to newer version to fix: https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-5422217 JIRA:LIGHTY-217 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index b113856116..5d22863b23 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.10 + 2.7.11 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 7363a6a344..32553c3a33 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.10 + 2.7.11 From d40dd30539764fcf1b0d0e9b13623e9b44d8908f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 May 2023 08:07:57 +0000 Subject: [PATCH 083/169] Bump io.grpc:grpc-stub to 1.54.1 Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.54.0 to 1.54.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 02ccb35fa8c7cc41060ae23c51d69c7c4d8489d3) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 8c5c5772b4..ce7fc76f35 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.22.2 - 1.54.0 + 1.54.1 From ff51c049624af4f117641350b09570b7cdd7110c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 May 2023 06:40:39 +0000 Subject: [PATCH 084/169] Bump com.google.protobuf:protobuf-java to 3.22.3 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.22.2 to 3.22.3. Signed-off-by: Ivan Hrasko (cherry picked from commit aacfc48b7a809c78268db4fec3a223b723134ee4) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index ce7fc76f35..e40b4c8b04 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.22.2 + 3.22.3 1.54.1 From 46f131bec1e3310aca0f5b3d97f1ad6e58515f42 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 22 May 2023 13:09:02 +0200 Subject: [PATCH 085/169] Bump spring-boot to 2.7.12 Bump to newer version to fix: https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-5564390 JIRA: LIGHTY-228 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 5d22863b23..82efb87a70 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.11 + 2.7.12 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 32553c3a33..2f4cf971b7 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.11 + 2.7.12 From 3d8b8d7ba5523336daebdc43a83abd9a67feee23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 May 2023 16:17:09 +0000 Subject: [PATCH 086/169] Bump protobuf to 3.22.4 Snyk has created this PR to upgrade com.google.protobuf: protobuf-java-util from 3.22.3 to 3.22.4. Signed-off-by: Ivan Hrasko (cherry picked from commit b636bca4d54d20a848cc96f3c1d2593f312d7825) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index e40b4c8b04..87958eef6d 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.22.3 + 3.22.4 1.54.1 From da3490ed8a57ca2bad0d9b2fd1cf83dba5fb0b82 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 29 May 2023 09:30:25 +0200 Subject: [PATCH 087/169] Bump grpc to 1.55 https://github.com/grpc/grpc/releases/tag/v1.55.0 JIRA: LIGHTY-234 Signed-off-by: tobias.pobocik (cherry picked from commit bff9b213324072b9809643389987ccd449ed3908) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 87958eef6d..65a1db10c1 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.22.4 - 1.54.1 + 1.55.1 From b37c5f93b84e2de21a394560f33996e19159a2a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 May 2023 16:36:25 +0000 Subject: [PATCH 088/169] Bump protobuf to 3.23.0 Snyk has created this PR to upgrade com.google.protobuf: protobuf-java-util from 3.22.4 to 3.23.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 2721a0ee95ed9a1730721d8c34dd855c91729e2d) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 65a1db10c1..7e28b1021e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.22.4 + 3.23.0 1.55.1 From 0ad92f89d8b007fc3c206047b62b8d3efa560e74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2023 17:01:00 +0000 Subject: [PATCH 089/169] Bump commons-io to 2.12.0 Snyk has created this PR to upgrade commons-io:commons-io from 2.11.0 to 2.12.0. Signed-off-by: Ivan Hrasko (cherry picked from commit bbd7af10c73ad86c819602128c4c8ba46e86f373) --- 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 204a0a92f3..7f9a5f83bb 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -141,7 +141,7 @@ commons-io commons-io - 2.11.0 + 2.12.0 org.awaitility From be024c1d1bd5be0a26603aba33ff5df2ae720692 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 00:58:40 +0000 Subject: [PATCH 090/169] Bump protobuf to 3.23.1 Snyk has created this PR to upgrade com.google.protobuf: protobuf-java-util from 3.23.0 to 3.23.1. Signed-off-by: Ivan Hrasko (cherry picked from commit e1e5bfa9c09021e4ffddd576c1daffed4dea83da) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 7e28b1021e..881c74fe01 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.3.0-SNAPSHOT - 3.23.0 + 3.23.1 1.55.1 From cee160a26d6fa0d8b92cedb0fd0409fefaabb131 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 7 Jun 2023 14:31:07 +0200 Subject: [PATCH 091/169] Bump ODL upstreams Adopt: - odlparent-11.0.6 - yangtools-9.0.8 - infrautils-4.0.6 - mdsal-10.0.8 - controller-6.0.9 - aaa-0.16.9 - netconf-4.0.8 - bgpcep-0.18.8 JIRA:LIGHTY-237 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 7f9a5f83bb..1e93c0716f 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.odlparent odlparent - 11.0.5 + 11.0.6 pom import @@ -34,49 +34,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.8 + 0.16.9 pom import org.opendaylight.controller controller-artifacts - 6.0.8 + 6.0.9 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.5 + 4.0.6 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.7 + 10.0.8 pom import org.opendaylight.netconf netconf-artifacts - 4.0.6 + 4.0.8 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.7 + 9.0.8 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.6 + 0.18.8 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index b74000a53f..04663c143d 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.7 + 9.0.8 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.7 + 10.0.8 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 9409617105..fafadecf98 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.5 + 11.0.6 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.5 + 11.0.6 From 28ffd7aab96cff181c9c011c2c9556aac4d4b9c1 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 7 Jun 2023 14:20:00 +0200 Subject: [PATCH 092/169] Use mockito-core The version of mockito-inline is no longer recieved from dependency. Using mockito-core instead fixes this issue. https://github.com/opendaylight/controller/commit/793af237fdd742b0bf925a6bc9897a38804c5bdc JIRA:LIGHTY-237 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-module/pom.xml | 2 +- .../lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 594b51c6c8..7f443a91a7 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -49,7 +49,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 1d4373184a..2c9e07b355 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -43,7 +43,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index a6b7753a91..d6a89ae55e 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -39,7 +39,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 5d671adda5..6e7e6eca5c 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -53,7 +53,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index eaa98f65cf..2ec03b6ebe 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -197,7 +197,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 20fcef93d6..e9520d7d0b 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -64,7 +64,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 62fdb4b366..6c33ada7dc 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -69,7 +69,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index f943d11e7d..9f2d0d13c0 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -79,7 +79,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 748390869d..54eeb9e42f 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -72,7 +72,7 @@ org.mockito - mockito-inline + mockito-core test diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 67ee3d03b2..45e61da568 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -48,7 +48,7 @@ org.mockito - mockito-inline + mockito-core test From 24d3c511eecb37eadf3b7f6444735d24e11e4f41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jun 2023 03:17:56 +0000 Subject: [PATCH 093/169] Bump jcasbin from to 1.32.4 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.32.3 to 1.32.4. Signed-off-by: Ivan Hrasko (cherry picked from commit 349911a270c8afacad7c72da0288bf556efbd845) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 2f4cf971b7..5ed5ab0e36 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.32.3 + 1.32.4 From 854fbbb98ef6d6105d66ef506564b8adc948df11 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 9 Jun 2023 12:25:49 +0200 Subject: [PATCH 094/169] Sync with odlparent 11.0.6 versions Bump versions according to https://github.com/opendaylight/odlparent/compare/v11.0.0...v11.0.6 JIRA:LIGHTY-240 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-docker/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 20 +++++++++---------- .../pom.xml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 2e8fc9293c..2165505931 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -35,7 +35,7 @@ maven-resources-plugin - 3.3.0 + 3.3.1 copy-dockerfile-and-license diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 2cc494752b..6bcc12036a 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -32,7 +32,7 @@ maven-resources-plugin - 3.3.0 + 3.3.1 copy-dockerfile-and-license diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 1e93c0716f..7ef6b39ca7 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -123,13 +123,13 @@ com.github.spotbugs spotbugs-annotations - 4.5.3 + 4.7.3 provided org.junit junit-bom - 5.8.2 + 5.9.3 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index fafadecf98..ffd650704e 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -89,7 +89,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins @@ -111,17 +111,17 @@ org.apache.maven.plugins maven-assembly-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins maven-failsafe-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.0 1 true @@ -134,7 +134,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.10 jacoco-prepare-agent @@ -153,7 +153,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources @@ -166,7 +166,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins @@ -187,13 +187,13 @@ maven-checkstyle-plugin - 3.2.0 + 3.3.0 com.puppycrawl.tools checkstyle - 10.8.1 + 10.11.0 com.github.sevntu-checkstyle @@ -210,7 +210,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.2 + 4.7.3.4 com.github.spotbugs diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 5ed5ab0e36..8623bef4bb 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -102,7 +102,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.10 jacoco-prepare-agent @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.0 1 true From da9489c5b786f9eb89e8e6c61c8d60bd237ecdda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 17:35:38 +0000 Subject: [PATCH 095/169] Bump akka-discovery-kubernetes-api_2.13 to 1.4.1 Snyk has created this PR to upgrade com.lightbend.akka.discovery: akka-discovery-kubernetes-api_2.13 from 1.3.0 to 1.4.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 23bab15868c721b69063d97cc1cb09dc56a98cc4) --- 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 7ef6b39ca7..81a2d7406c 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -227,7 +227,7 @@ com.lightbend.akka.discovery akka-discovery-kubernetes-api_2.13 - 1.3.0 + 1.4.1 org.json From e93c1d70337506b0364bf6af8368212a2d6f7c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 17:35:42 +0000 Subject: [PATCH 096/169] Bump akka-management-cluster-http_2.13 to 1.4.1 Snyk has created this PR to upgrade com.lightbend.akka.management: akka-management-cluster-http_2.13 from 1.3.0 to 1.4.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 97795ed6f141d2fea77a91864cdaf26e65f65751) --- 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 81a2d7406c..04afc554f2 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -217,7 +217,7 @@ com.lightbend.akka.management akka-management-cluster-http_2.13 - 1.3.0 + 1.4.1 com.lightbend.akka.management From 73674545e1884141adad208873c9a16c81301d6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:45:10 +0000 Subject: [PATCH 097/169] Bump jcasbin from to 1.33.0 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.32.4 to 1.33.0. Signed-off-by: Ivan Hrasko (cherry picked from commit f08e09ae05a586b02ce0561c9bd3b947b7282327) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 8623bef4bb..b8a34b22da 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.32.4 + 1.33.0 From 59703ffd7fa03847c7d856c3fc796fd6da6eee09 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 23 Jun 2023 08:59:03 +0200 Subject: [PATCH 098/169] Bump Netty to 4.1.94 https://netty.io/news/2023/06/19/4-1-94-Final.html Signed-off-by: Ivan Hrasko (cherry picked from commit 342529f37c91cf7a735e220a768332c53d5af4dd) --- lighty-core/dependency-versions/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 04afc554f2..58df803926 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -22,6 +22,15 @@ + + + + io.netty + netty-bom + 4.1.94.Final + pom + import + org.opendaylight.odlparent odlparent From 4d0627252673a14cecd635e00b5cde53df3a7d70 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 09:59:18 +0200 Subject: [PATCH 099/169] Bump docs & scripts to 17.3.0 JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-community-restconf-netconf-app/README.md | 10 +++++----- .../lighty-controller-springboot-netconf/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- lighty-models/README.md | 2 +- lighty-modules/lighty-bgp/README.md | 2 +- .../lighty-gnmi/lighty-gnmi-device-simulator/README.md | 2 +- lighty-modules/lighty-netconf-sb/README.md | 2 +- lighty-modules/lighty-restconf-nb-community/README.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 453540d22c..2b063857f7 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 65c80837c0..203f6f2a99 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.3.0-SNAPSHOT + 17.3.0 ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 312fb3df53..364682d6d9 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.3.0-SNAPSHOT + 17.3.0 pom import diff --git a/lighty-examples/lighty-community-restconf-netconf-app/README.md b/lighty-examples/lighty-community-restconf-netconf-app/README.md index fcfe016837..80bc8a4da4 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/README.md +++ b/lighty-examples/lighty-community-restconf-netconf-app/README.md @@ -21,12 +21,12 @@ build the project: ```mvn clean install``` ### Start this demo example * build the project using ```mvn clean install``` * go to target directory ```cd lighty-examples/lighty-community-restconf-netconf-app/target``` -* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT-bin.zip``` -* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT``` -* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar``` +* unzip example application bundle ```unzip lighty-community-restconf-netconf-app-17.3.0-bin.zip``` +* go to unzipped application directory ```cd lighty-community-restconf-netconf-app-17.3.0``` +* start controller example controller application ```java -jar lighty-community-restconf-netconf-app-17.3.0.jar``` ### Test example application -Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar``` +Once example application has been started using command ```java -jar lighty-community-restconf-netconf-app-17.3.0.jar``` RESTCONF web interface is available at URL ```http://localhost:8888/restconf/*``` ##### URLs to start with @@ -42,7 +42,7 @@ URLs for Swagger: https://datatracker.ietf.org/doc/html/rfc8040 ### Use custom config files There are two separated config files: for NETCONF SBP single node and for cluster. -`java -jar lighty-community-restconf-netconf-app-17.3.0-SNAPSHOT.jar /path/to/singleNodeConfig.json` +`java -jar lighty-community-restconf-netconf-app-17.3.0.jar /path/to/singleNodeConfig.json` Example configuration for single node is [here](src/main/assembly/resources/sampleConfigSingleNode.json) diff --git a/lighty-examples/lighty-controller-springboot-netconf/README.md b/lighty-examples/lighty-controller-springboot-netconf/README.md index ae148a1d97..3a621ba473 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/lighty-controller-springboot-netconf/README.md @@ -46,7 +46,7 @@ mvn spring-boot:run or ``` -java -jar target/lighty-controller-springboot-17.3.0-SNAPSHOT.jar +java -jar target/lighty-controller-springboot-17.3.0.jar ``` or in any IDE, run main in diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 5183c560f5..c7c01efb61 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.3.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.3.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.3.0-SNAPSHOT/lighty-rcgnmi-app-17.3.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.3.0/lighty-rcgnmi-app-17.3.0.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.3.0-SNAPSHOT/lighty-gnmi-device-simulator-17.3.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.3.0/lighty-gnmi-device-simulator-17.3.0.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore diff --git a/lighty-models/README.md b/lighty-models/README.md index af701382ea..da5d59dbb6 100644 --- a/lighty-models/README.md +++ b/lighty-models/README.md @@ -56,7 +56,7 @@ my-model/pom.xml io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-modules/lighty-bgp/README.md b/lighty-modules/lighty-bgp/README.md index 0327bb6a71..1943175f36 100644 --- a/lighty-modules/lighty-bgp/README.md +++ b/lighty-modules/lighty-bgp/README.md @@ -11,7 +11,7 @@ To use lighty BGP plugin in your project: io.lighty.modules lighty-bgp - 17.3.0-SNAPSHOT + 17.3.0 ``` * Initialize and start BgpModule instance: diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index e807ba852e..85b5418c8e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -8,7 +8,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.3.0-SNAPSHOT + 17.3.0 ``` diff --git a/lighty-modules/lighty-netconf-sb/README.md b/lighty-modules/lighty-netconf-sb/README.md index 88c1830a40..0d67fa5654 100644 --- a/lighty-modules/lighty-netconf-sb/README.md +++ b/lighty-modules/lighty-netconf-sb/README.md @@ -42,7 +42,7 @@ To use NETCONF in your project: io.lighty.modules lighty-netconf-sb - 17.3.0-SNAPSHOT + 17.3.0 ``` 2. Initialize and start an instance of NETCONF SBP in your code: diff --git a/lighty-modules/lighty-restconf-nb-community/README.md b/lighty-modules/lighty-restconf-nb-community/README.md index 8b633490af..69278ad41d 100644 --- a/lighty-modules/lighty-restconf-nb-community/README.md +++ b/lighty-modules/lighty-restconf-nb-community/README.md @@ -12,7 +12,7 @@ To use RESTCONF in your project: io.lighty.modules lighty-restconf-nb-community - 17.3.0-SNAPSHOT + 17.3.0 ``` From cfb033bfefd19e844c09f43bbf951b819e03b068 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 10:00:36 +0200 Subject: [PATCH 100/169] Set scm.tag to 17.3.0 JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 58df803926..5c90b05749 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -282,7 +282,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.3.0 diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index b1a9709de3..e73897ac00 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.3.0 diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 25041e1457..c14614b273 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.3.0 diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 20d2071144..3aee13aa94 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.3.0 diff --git a/pom.xml b/pom.xml index e707068363..437fb3a079 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.3.0 From d611eed4a94627eb5ee17d8e1fd8d7790f7a8365 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 10:01:52 +0200 Subject: [PATCH 101/169] Bump versions not managed by maven-release to 17.3.0 Bump gNMI simulator version at workflow to 17.3.0, which will fail until maven-release-plugin will be started. JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 2165505931..405b728b2d 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.3.0-SNAPSHOT + 17.3.0 lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 6bcc12036a..a646c00916 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.3.0-SNAPSHOT + 17.3.0 lighty-rnc From 50190be78bc2f6d57d819c2f73c726baf2be8fb3 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 9 Jun 2023 09:29:07 +0200 Subject: [PATCH 102/169] [maven-release-plugin] prepare release 17.3.0 JIRA: LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 ++- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 134 insertions(+), 130 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index fd49e5f524..7dd00f3f6f 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 7f443a91a7..4552a0ee9d 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 2c9e07b355..f4f46cdcbe 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index b1e5a42cd5..59154b8b9a 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index d6a89ae55e..e3d4381a02 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.3.0-SNAPSHOT + 17.3.0 jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 6e7e6eca5c..23f0ab3b8e 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 39e267d1d4..dbb4574e6d 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 8c953bb774..dca34c5a8e 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 5c90b05749..2d5f8cc6a8 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.3.0-SNAPSHOT + 17.3.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 0b2944ca85..2180b37ef5 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 04663c143d..bbb1a4ea9a 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index e73897ac00..b83f554649 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.3.0-SNAPSHOT + 17.3.0 pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-common - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-controller - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-clustering - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-controller-guice-di - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-controller-spring-di - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models openconfig-models - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.tests integration-tests - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.tests integration-tests-aaa - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-aaa - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-jetty-server - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-netconf-sb - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-restconf-nb-community - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-swagger - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-aaa-encryption-service - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules lighty-bgp - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi lighty-gnmi-connector - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi lighty-gnmi-commons - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi lighty-gnmi-proto - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications.rnc lighty-rnc-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications.rnc lighty-rnc-module - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.applications lighty-app-modules-config - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.core lighty-controller-springboot - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.kit.examples.controllers lighty-guice-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.resources controller-application-assembly - 17.3.0-SNAPSHOT + 17.3.0 provided io.lighty.resources singlenode-configuration - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.resources start-script - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.models.test lighty-test-models - 17.3.0-SNAPSHOT + 17.3.0 test io.lighty.models.test lighty-toaster - 17.3.0-SNAPSHOT + 17.3.0 test io.lighty.resources log4j2-config - 17.3.0-SNAPSHOT + 17.3.0 test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 9005671d81..eb6e55608e 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 64b3ced31f..0c046af958 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index f5e46e2b8e..b2682a23b9 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 9f73f6348f..51dab5938f 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 82efb87a70..86c2af8e98 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index 2ec03b6ebe..54fae97a25 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index c14614b273..8af5b2da9f 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.3.0-SNAPSHOT + 17.3.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.3.0-SNAPSHOT + 17.3.0 pom import io.lighty.core lighty-bom - 17.3.0-SNAPSHOT + 17.3.0 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index ffd650704e..d5c9cf6680 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index 129c799ff5..a0ca46d0e8 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 212b51a27d..ea0ed214dd 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.3.0-SNAPSHOT + 17.3.0 jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 5fa251c66a..ae68e5cf16 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.3.0-SNAPSHOT + 17.3.0 jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index ace3944fd5..b86357c6bf 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.3.0-SNAPSHOT + 17.3.0 compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 1e3f546fc4..12c9ad2a2f 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index b8a34b22da..eafc98079c 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.3.0-SNAPSHOT + 17.3.0 jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 17.3.0-SNAPSHOT + 17.3.0 pom import io.lighty.core dependency-versions - 17.3.0-SNAPSHOT + 17.3.0 pom import @@ -137,4 +137,8 @@ + + + 17.3.0 + diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 51625e72c1..65ecb447be 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index e002073c50..5a0c0cf744 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index df1b347b6a..d29283d101 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index 2bb34e150d..97f14f3d90 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index a295a2ecb5..387b807900 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index 0b75bc26db..ea97b6c19c 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 93b030d590..0f8abb324e 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 1d89486633..c988343b58 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.3.0-SNAPSHOT + 17.3.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index e23fdef880..16c06108fc 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index f4b69869f6..72f7691487 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index cdfa62e544..093f443e8a 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 41d658e001..c21127304f 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 06d195050e..f2410c0e78 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 183f87c88b..7da57d70f1 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 08a97378c4..511d640fbe 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index e9520d7d0b..d082e83212 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 2679e8de09..4754df856d 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 6c33ada7dc..bb55c95500 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index f8ece527b7..e5df8cf5c9 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index e378c89b80..9ee863a18b 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index 9d54c7567c..db6eefb007 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 7db6d19e87..a2154cc9b8 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 7594d9bf96..5630295acf 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.3.0-SNAPSHOT + 17.3.0 io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 881c74fe01..d4df25151b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.3.0-SNAPSHOT + 17.3.0 3.23.1 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 9f2d0d13c0..903c22f701 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 674b0138cb..e525142fe4 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.3.0-SNAPSHOT + 17.3.0 true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index f917b659b0..9a4e8bf6a0 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.3.0-SNAPSHOT + 17.3.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 9ad38a2ec7..dab7645e7a 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 54eeb9e42f..457918c0e9 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 79d3c4d846..a7abbc48af 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 45e61da568..8c3c5c4ce8 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index a1ba977af3..8b327d8c28 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 4eb7629311..f2660bc6df 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 3aee13aa94..47d5bec733 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.3.0-SNAPSHOT + 17.3.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 2b55f23331..dba259b310 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.3.0-SNAPSHOT + 17.3.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index b4561cbfc3..5fd2b2d28d 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index d228001f08..8b18fb6e58 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 337c71501e..e7ca3e4fdb 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0-SNAPSHOT + 17.3.0 ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.3.0-SNAPSHOT + 17.3.0 diff --git a/pom.xml b/pom.xml index 437fb3a079..13a52d6ecc 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.3.0-SNAPSHOT + 17.3.0 pom lighty From fbb9ff187317b5aa304200c716b0f25bb185cfca Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 9 Jun 2023 09:31:15 +0200 Subject: [PATCH 103/169] [maven-release-plugin] prepare for next development iteration JIRA: LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 +-- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 130 insertions(+), 134 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index 7dd00f3f6f..7cd04d9989 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 4552a0ee9d..3052ef2fa7 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index f4f46cdcbe..8db31af6c6 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 59154b8b9a..b57ac9da0e 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index e3d4381a02..d80b2dcde9 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.3.0 + 17.4.0-SNAPSHOT jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 23f0ab3b8e..7a6aea4693 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index dbb4574e6d..8d74a3963e 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index dca34c5a8e..9e72fc8c7d 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2d5f8cc6a8..2609ff1dc2 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.3.0 + 17.4.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 2180b37ef5..cf4c2a21cb 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index bbb1a4ea9a..3c57e9d031 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index b83f554649..fed5d1bec5 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.3.0 + 17.4.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-common - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-controller - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-clustering - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models openconfig-models - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.tests integration-tests - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-aaa - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-swagger - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules lighty-bgp - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.resources controller-application-assembly - 17.3.0 + 17.4.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.resources start-script - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.models.test lighty-test-models - 17.3.0 + 17.4.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 17.3.0 + 17.4.0-SNAPSHOT test io.lighty.resources log4j2-config - 17.3.0 + 17.4.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index eb6e55608e..f8e48bfd96 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 0c046af958..4f336094a9 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index b2682a23b9..c8a51f43e2 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index 51dab5938f..c0bfcfb7f1 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 86c2af8e98..a13165de5b 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index 54fae97a25..7ee72d9636 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 8af5b2da9f..201cc858b0 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.3.0 + 17.4.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.3.0 + 17.4.0-SNAPSHOT pom import io.lighty.core lighty-bom - 17.3.0 + 17.4.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index d5c9cf6680..80cedc4f26 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index a0ca46d0e8..dbc66bc645 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index ea0ed214dd..543cb9df49 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.3.0 + 17.4.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index ae68e5cf16..1d6d617fa4 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.3.0 + 17.4.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index b86357c6bf..1414480326 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.3.0 + 17.4.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 12c9ad2a2f..f9a6940a0a 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index eafc98079c..c65f7c6928 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.3.0 + 17.4.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 17.3.0 + 17.4.0-SNAPSHOT pom import io.lighty.core dependency-versions - 17.3.0 + 17.4.0-SNAPSHOT pom import @@ -137,8 +137,4 @@ - - - 17.3.0 - diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 65ecb447be..4b8a8838e7 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 5a0c0cf744..5ab1f64fd0 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index d29283d101..c4de050073 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index 97f14f3d90..d1c9b6f9f6 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 387b807900..3192c6a274 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index ea97b6c19c..670651e1d5 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 0f8abb324e..d04d4a828e 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index c988343b58..8b12bb9ff8 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.3.0 + 17.4.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 16c06108fc..252b4d091d 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 72f7691487..a52e8b1bfb 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 093f443e8a..3a1646dc13 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index c21127304f..26b345b8c5 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index f2410c0e78..86182c9c47 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 7da57d70f1..4377226fe4 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 511d640fbe..2458918d6f 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index d082e83212..34f0b8e8bf 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index 4754df856d..ad923e14a1 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index bb55c95500..9c38a0a6bd 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index e5df8cf5c9..c2eeeebe66 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 9ee863a18b..52ebf526be 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index db6eefb007..d39ef9589f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index a2154cc9b8..8044871f3b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 5630295acf..3dd270cd68 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.3.0 + 17.4.0-SNAPSHOT io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index d4df25151b..d767ead1b4 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.3.0 + 17.4.0-SNAPSHOT 3.23.1 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 903c22f701..df70e0cd52 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index e525142fe4..0dfa8b0b8f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.3.0 + 17.4.0-SNAPSHOT true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index 9a4e8bf6a0..28091ff67b 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.3.0 + 17.4.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index dab7645e7a..7bf916d899 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 457918c0e9..1986955100 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index a7abbc48af..96238e60dd 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 8c3c5c4ce8..8749b6a946 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 8b327d8c28..07d0710b42 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index f2660bc6df..7fc09fdf9f 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 47d5bec733..ef2db7a5e8 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.3.0 + 17.4.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index dba259b310..f02cb2c0ae 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.3.0 + 17.4.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 5fd2b2d28d..e4600c6cba 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 8b18fb6e58..c1481531f9 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index e7ca3e4fdb..e8c4d130dd 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.3.0 + 17.4.0-SNAPSHOT ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.3.0 + 17.4.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 13a52d6ecc..65682e2b59 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.3.0 + 17.4.0-SNAPSHOT pom lighty From f77a13b36631bc7f2c94dbec352034e5bcd4566a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 10:06:14 +0200 Subject: [PATCH 104/169] Bump docs & scripts to 17.4.0-SNAPSHOT JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 2b063857f7..ee70b9324f 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 203f6f2a99..5a4c7df46c 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.3.0 + 17.4.0-SNAPSHOT ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 364682d6d9..8a449bd8d5 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.3.0 + 17.4.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index c7c01efb61..94487aa740 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.3.0-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.4.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.3.0/lighty-rcgnmi-app-17.3.0.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.4.0-SNAPSHOT/lighty-rcgnmi-app-17.4.0-SNAPSHOT.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.3.0-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.3.0/lighty-gnmi-device-simulator-17.3.0.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.4.0-SNAPSHOT/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore From 4bfa206fa6b37c94e69d4832ef8969728c50cf0d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 10:07:20 +0200 Subject: [PATCH 105/169] Set scm.tag to HEAD JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 2609ff1dc2..a999400cc6 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -282,7 +282,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.3.0 + HEAD diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index fed5d1bec5..85e0a219e5 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.3.0 + HEAD diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 201cc858b0..9ab81dfa3a 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.3.0 + HEAD diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index ef2db7a5e8..a950675ba2 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.3.0 + HEAD diff --git a/pom.xml b/pom.xml index 65682e2b59..774c24bf8a 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.3.0 + HEAD From 7b2893cda09968e19d502ee58a777d352b3e1680 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 10:08:26 +0200 Subject: [PATCH 106/169] Bump versions not managed by maven-release to 17.4.0-SNAPSHOT Bump gNMI simulator version at workflow to 17.4.0-SNAPSHOT, which will fail until maven-release-plugin will be started. JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 405b728b2d..742919ede8 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.3.0 + 17.4.0-SNAPSHOT lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index a646c00916..4150df2a1f 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.3.0 + 17.4.0-SNAPSHOT lighty-rnc From e2788176bd6268875a9087bcc6e1aa294faf3be1 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 21 Apr 2023 13:21:37 +0200 Subject: [PATCH 107/169] Bump simulator to 17.3.0 Use the latest 17.x lighty.io simulator release. JIRA:LIGHTY-219 Signed-off-by: tobias.pobocik Signed-off-by: Ivan Hrasko --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index ba3fa450d1..814621a954 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.17.3 as clone RUN apk add git WORKDIR /netconf-simulator -RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.2.0 +RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.3.0 FROM maven:3.8-eclipse-temurin-17-alpine as build WORKDIR /lighty-netconf-simulator @@ -14,4 +14,4 @@ COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topo EXPOSE 17380 -ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.2.0.jar"] +ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.3.0.jar"] From 93b9d460d476636574cf76990301151db181db21 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Fri, 23 Jun 2023 13:48:03 +0200 Subject: [PATCH 108/169] Bump alpine to 3.18.2 https://www.alpinelinux.org/posts/Alpine-3.15.9-3.16.6-3.17.4-3.18.2-released.html Signed-off-by: Ivan Hrasko (cherry picked from commit e1a34751969cda8c845cdab9b5cb40883f3f8d3a) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 814621a954..0a175af9c8 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17.3 as clone +FROM alpine:3.18.2 as clone RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.3.0 From f2e047180845c13aeb78dc7c1846225c946d5010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Jun 2023 20:09:42 +0000 Subject: [PATCH 109/169] Bump protobuf-java to 3.23.2 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.23.1 to 3.23.2. Signed-off-by: Ivan Hrasko (cherry picked from commit 29ced0b8adcff789ed9fcf1d0e669c7923d68d4c) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index d767ead1b4..07a59389a5 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.23.1 + 3.23.2 1.55.1 From 81e125af39b2c12520a226b99eebf42c0632bf34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 03:51:30 +0000 Subject: [PATCH 110/169] Bump protobuf-java to 3.23.3 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.23.2 to 3.23.3. Signed-off-by: Ivan Hrasko (cherry picked from commit d73c46ea85976046dfa6158fa3fead05ea90f045) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 07a59389a5..425c757f63 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.23.2 + 3.23.3 1.55.1 From 7c5a70298bdf0c82965a98424fb4dd55e8aef248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 03:51:25 +0000 Subject: [PATCH 111/169] Bump grpc-protobuf to 1.56.0 Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.55.1 to 1.56.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 1f186574a544bbfb22cc427af18a172ed0e1a171) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 425c757f63..57abb5e7a2 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.23.3 - 1.55.1 + 1.56.0 From 787612a45494edee692db2a52e40454c8896495c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 22:35:22 +0000 Subject: [PATCH 112/169] Bump commons-io to 2.13.0 Snyk has created this PR to upgrade commons-io:commons-io from 2.12.0 to 2.13.0. Signed-off-by: Ivan Hrasko (cherry picked from commit dcb77b757ea52e90f98ac2a6474061a32da868bc) --- 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 a999400cc6..07b3edf6a9 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -150,7 +150,7 @@ commons-io commons-io - 2.12.0 + 2.13.0 org.awaitility From 6f90f777f4ba30b89f3a7a16466dd83ff9f3cddc Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 10 Jul 2023 09:27:51 +0200 Subject: [PATCH 113/169] Bump protobuf-java to 3.23.3 https://github.com/protocolbuffers/protobuf/releases/tag/v23.4 Signed-off-by: Ivan Hrasko (cherry picked from commit 0f7926d8874d185f990640f36adf8c611a5159f6) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 57abb5e7a2..7c29e6f6c6 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.23.3 + 3.23.4 1.56.0 From b70be49b89b97c1f5b8f176b5de6dedd63f75a6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Jul 2023 17:00:53 +0000 Subject: [PATCH 114/169] Bump jcasbin to 1.33.1 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.33.0 to 1.33.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 7f1f5957aad521db14610f5f439fad2c60faa439) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index c65f7c6928..2993d924e3 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.33.0 + 1.33.1 From 0992c8aec6c2dfc10c36aaee87fccba4aa2eeb86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jul 2023 04:21:23 +0000 Subject: [PATCH 115/169] Bump grpc-protobuf to 1.56.1 Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.56.0 to 1.56.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 7778c4538622cc6998d97709347017bc0eeb5aa2) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 7c29e6f6c6..b6f9899e48 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.23.4 - 1.56.0 + 1.56.1 From db713144578e045b5c365bf324cd1c20695ddb7b Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 2 Aug 2023 17:08:27 +0200 Subject: [PATCH 116/169] Bump spring-boot to 2.7.14 Bump to newer version to fix: https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-5777882 https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-5777893 JIRA: LIGHTY-245 Signed-off-by: tobias.pobocik --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index a13165de5b..c17e7d9145 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.12 + 2.7.14 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 2993d924e3..8ea08b24a4 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.12 + 2.7.14 From 2bdf3d060c67a847e98b0124dd6adee4b36ff14c Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Thu, 3 Aug 2023 10:24:30 +0200 Subject: [PATCH 117/169] Add cache to .gitignore When device is connected, a cache directory is created to contain its YANG models. This directory remains as unintentional git change, so lets ignore it. JIRA: LIGHTY-246 Signed-off-by: tobias.pobocik (cherry picked from commit 39acef6ef19dc32f48852b5671f8854fa8ab314c) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 919147b4bc..c3356af8cf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ lighty-models/**/java/org/opendaylight/yang/gen/**/* bin/ +cache/ dist .idea .classpath From b4727f254e0187fc25fa14b0d290cee65699477c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 02:01:09 +0000 Subject: [PATCH 118/169] Bump grpc-protobuf from to 1.57.0 Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.56.1 to 1.57.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 72f1ba5bd06321a61c32d5e1be37e32f0e5b57d5) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index b6f9899e48..ba02aa06af 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.23.4 - 1.56.1 + 1.57.0 From eaaac3144d4cb75cf27b5637186ecc05c59b5cd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Aug 2023 23:40:55 +0000 Subject: [PATCH 119/169] Bump grpc-protobuf to 1.57.1 Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.57.0 to 1.57.1. Signed-off-by: Ivan Hrasko (cherry picked from commit ebea1b6f099dd94c93d0a658bded981a0e2220d7) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index ba02aa06af..849c35c849 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.23.4 - 1.57.0 + 1.57.1 From d945a611a75dfcff5a48e8af615c67cbfc5d1bb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Sep 2023 16:12:20 +0000 Subject: [PATCH 120/169] Bump protobuf-java to 3.24.0 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.23.4 to 3.24.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 6e879581a2b30f72ed0fb66a057e44842e10e45e) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 849c35c849..a98f30c0c1 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.23.4 + 3.24.0 1.57.1 From 644e68a349fa2a21fb21ab088cc0387699d1c7cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Sep 2023 03:54:53 +0000 Subject: [PATCH 121/169] Bump jcasbin to 1.37.1 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.36.0 to 1.37.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 96bc4445b156f7a7cbd51184c5f009b19e038c20) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 8ea08b24a4..4dfd8e7358 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.33.1 + 1.37.1 From fb07a972c110e384b6ca1f60b4bd6b9acc0c45e6 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 11 Sep 2023 09:26:42 +0200 Subject: [PATCH 122/169] Bump GPG plugin to 3.1.0 https://github.com/apache/maven-gpg-plugin/releases/tag/maven-gpg-plugin-3.1.0 Signed-off-by: Ivan Hrasko (cherry picked from commit e619dba78d07d63af15e80e2f66a380eeb2cbd00) --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 07b3edf6a9..76f7aa5c9a 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -255,7 +255,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 85e0a219e5..2ca8b90d68 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -264,7 +264,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 9ab81dfa3a..3e2518c168 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index a950675ba2..31642ff885 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -32,7 +32,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts From 01a2a77fe647864c802e97e6647785330af797a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Sep 2023 01:48:40 +0000 Subject: [PATCH 123/169] Bump grpc-netty to 1.57.2 Snyk has created this PR to upgrade io.grpc:grpc-netty from 1.57.1 to 1.57.2. Signed-off-by: Ivan Hrasko (cherry picked from commit e0a9aebb01110502e4b5b9aea70b7669b7ad11b8) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index a98f30c0c1..318387199f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.24.0 - 1.57.1 + 1.57.2 From f7df3cad0bdb8c2b594d595ca3ecb293676a2c47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Sep 2023 01:48:46 +0000 Subject: [PATCH 124/169] Bump protobuf-java-util to 3.24.1 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java-util from 3.24.0 to 3.24.1. Signed-off-by: Ivan Hrasko (cherry picked from commit 06340879cf1029aac43a2deaa4a613c7b0916485) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 318387199f..b431a47c2b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.24.0 + 3.24.1 1.57.2 From f3ca1afdd6fffea27da07c237dd14f67abeaa700 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Wed, 13 Sep 2023 15:26:28 +0200 Subject: [PATCH 125/169] Bump alpine to 3.18.3 https://www.alpinelinux.org/posts/Alpine-3.15.10-3.16.7-3.17.5-3.18.3-released.html JIRA: LIGHTY-254 Signed-off-by: tobias.pobocik (cherry picked from commit 19b0a919e79b141e6f40f76b6cf681bdd0fa00eb) --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 0a175af9c8..bd24b84787 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.2 as clone +FROM alpine:3.18.3 as clone RUN apk add git WORKDIR /netconf-simulator RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.3.0 From e485f83af034cc3029b2f7be234326a6e0f02617 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Sep 2023 00:54:49 +0000 Subject: [PATCH 126/169] Bump protobuf-java to 3.24.2 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.24.1 to 3.24.2. Signed-off-by: Ivan Hrasko (cherry picked from commit 909eefcc350d5764c0242beda8d63bc7490f9060) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index b431a47c2b..57d84c67e2 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.24.1 + 3.24.2 1.57.2 From 83764c6d1ca4d8313422f971ee4ae575551f6295 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Sep 2023 15:47:52 +0000 Subject: [PATCH 127/169] Bump jcasbin to 1.38.0 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.37.1 to 1.38.0. Signed-off-by: Ivan Hrasko (cherry picked from commit c936aea4c01ee1ad4bb6b9897710d24f248ae60d) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 4dfd8e7358..2d28c6fc05 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.37.1 + 1.38.0 From 934ffed3ba5fd4ddb7ac6d26c730f616eac41f90 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 21 Sep 2023 09:55:05 +0200 Subject: [PATCH 128/169] Bump spring-boot to 2.7.15 https://github.com/spring-projects/spring-boot/releases/tag/v2.7.15 Signed-off-by: Ivan Hrasko --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index c17e7d9145..17231009e6 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.14 + 2.7.15 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 2d28c6fc05..071489c69f 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.14 + 2.7.15 From c947ef5a0105763e47fc7ecbed3079bbc144fbf0 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 21 Sep 2023 10:00:12 +0200 Subject: [PATCH 129/169] Bump spring-boot to 2.7.16 https://github.com/spring-projects/spring-boot/releases/tag/v2.7.16 Signed-off-by: Ivan Hrasko --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 17231009e6..cbe3d80f98 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.15 + 2.7.16 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 071489c69f..719ed5decb 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.15 + 2.7.16 From 35685599d85ed30ac06177668035d6118d57a3b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Sep 2023 18:03:38 +0000 Subject: [PATCH 130/169] Bump slf4j-api to 2.0.9 Snyk has created this PR to upgrade org.slf4j:slf4j-api from 2.0.7 to 2.0.9. Signed-off-by: Ivan Hrasko (cherry picked from commit 6cb786f929672c846f1b6b48a11eb706a42440c0) --- 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 80cedc4f26..e7ced0f822 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -30,7 +30,7 @@ 17 - 2.0.7 + 2.0.9 2.20.0 From f0455d47a8e4db7d2436a5572b8d2c7143127ddf Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Thu, 28 Sep 2023 09:58:17 +0200 Subject: [PATCH 131/169] Switch all scripts to use Temurin Use Eclipse Temurin JDK in all lighty.io scripts used by Github Actions. Signed-off-by: Ivan Hrasko (cherry picked from commit 4822f56c845573fe781d296e346e56ce04fb08dc) --- .github/workflows/build.yml | 2 +- .github/workflows/publish-docker-helm.yml | 2 +- .github/workflows/publish-rcgnmi.yml | 2 +- .github/workflows/publish-rnc.yml | 2 +- .github/workflows/test-lighty-app.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f944d4085..6cd96bc23d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' + distribution: 'temurin' - name: Cache SonarCloud packages uses: actions/cache@v1 if: ${{ env.SONAR_TOKEN != 0 }} diff --git a/.github/workflows/publish-docker-helm.yml b/.github/workflows/publish-docker-helm.yml index b1012ee0d9..b31e77f5bc 100644 --- a/.github/workflows/publish-docker-helm.yml +++ b/.github/workflows/publish-docker-helm.yml @@ -53,7 +53,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' + distribution: 'temurin' - name: Cache Maven packages uses: actions/cache@v1 with: diff --git a/.github/workflows/publish-rcgnmi.yml b/.github/workflows/publish-rcgnmi.yml index 9cf93dda1b..f695772300 100644 --- a/.github/workflows/publish-rcgnmi.yml +++ b/.github/workflows/publish-rcgnmi.yml @@ -41,7 +41,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' + distribution: 'temurin' - name: Cache Maven packages uses: actions/cache@v1 with: diff --git a/.github/workflows/publish-rnc.yml b/.github/workflows/publish-rnc.yml index fb54f38be1..334e0bc38f 100644 --- a/.github/workflows/publish-rnc.yml +++ b/.github/workflows/publish-rnc.yml @@ -41,7 +41,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' + distribution: 'temurin' - name: Cache Maven packages uses: actions/cache@v1 with: diff --git a/.github/workflows/test-lighty-app.yml b/.github/workflows/test-lighty-app.yml index 541fb5b298..e26c4177a5 100644 --- a/.github/workflows/test-lighty-app.yml +++ b/.github/workflows/test-lighty-app.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 17 - distribution: 'zulu' + distribution: 'temurin' - name: Cache Maven packages uses: actions/cache@v1 with: From 4dc5622c2d9feaf578c3018ceda01008ea3d602a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 07:13:28 +0000 Subject: [PATCH 132/169] Bump grpc-stub to 1.58.0 Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.57.2 to 1.58.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 7f1281da9003d01c17a0be1ac36fbd2fae0bfbb4) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 57d84c67e2..2baab13ebb 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.24.2 - 1.57.2 + 1.58.0 From 1b4fd50e45528f52aebbfb316fb9702696dbb2b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 07:13:28 +0000 Subject: [PATCH 133/169] Bump grpc-stub to 1.58.0 Snyk has created this PR to upgrade io.grpc:grpc-stub from 1.57.2 to 1.58.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 7f1281da9003d01c17a0be1ac36fbd2fae0bfbb4) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 2baab13ebb..e1bf19bc5b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.24.2 + 3.24.3 1.58.0 From 95042ced286bbc0e14ea93bcb0bc56ba4d9d466e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Oct 2023 03:20:37 +0000 Subject: [PATCH 134/169] Bump jcasbin to 1.40.0 Snyk has created this PR to upgrade org.casbin:jcasbin from 1.38.0 to 1.40.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 42be1797652654ea95e33d1e458eb3834c605199) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 719ed5decb..d8d21537ec 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.38.0 + 1.40.0 From 0d995019207bb08b3ab47aa8b4c77976ce3c1fc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Oct 2023 15:17:04 +0000 Subject: [PATCH 135/169] Bump commons-io to 2.14.0 Snyk has created this PR to upgrade commons-io:commons-io from 2.13.0 to 2.14.0. Signed-off-by: Ivan Hrasko (cherry picked from commit a1e6529090aaccb73750ab5c965b6178d9e22c2f) --- 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 76f7aa5c9a..94b62a8dd5 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -150,7 +150,7 @@ commons-io commons-io - 2.13.0 + 2.14.0 org.awaitility From 7ed61ff9addda4d277f58e58e4851580160237b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:54:46 +0000 Subject: [PATCH 136/169] Bump org.json:json in /lighty-core/dependency-versions Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:development ... Signed-off-by: dependabot[bot] (cherry picked from commit efac5f3a1b94093e55a16a5dd7c143417d2b6ac8) --- 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 94b62a8dd5..a32a792d98 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -241,7 +241,7 @@ org.json json - 20230227 + 20231013 test From 7d42fd771083b530bb51ecbb17723810e26dea26 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 23 Oct 2023 08:54:58 +0200 Subject: [PATCH 137/169] Bump spring to 2.7.17 https://github.com/spring-projects/spring-boot/releases/tag/v2.7.17 Signed-off-by: Ivan Hrasko --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index cbe3d80f98..7b46736b7e 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.16 + 2.7.17 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index d8d21537ec..1c1f7825ca 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.16 + 2.7.17 From 7d5b73eba5ce872f6f35ea95ca46c8237af80e79 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 13:16:09 +0200 Subject: [PATCH 138/169] Bump spotbugs-maven-plugin to 4.7.3.6 https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-4.7.3.6 JIRA: LIGHTY-263 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 e7ced0f822..64cb3f86ea 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -210,7 +210,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.4 + 4.7.3.6 com.github.spotbugs From 54dc23af28a8acfd59b1e6a632549615b9c6b438 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 13:18:15 +0200 Subject: [PATCH 139/169] Bump checkstyle to 10.12.3 https://checkstyle.org/releasenotes.html#Release_10.12.3 JIRA: LIGHTY-263 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- .../lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java | 2 +- .../io/lighty/modules/gnmi/connector/tests/gnmi/GnmiTest.java | 2 +- .../io/lighty/modules/gnmi/connector/tests/gnoi/GnoiTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 64cb3f86ea..573121fcec 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -193,7 +193,7 @@ com.puppycrawl.tools checkstyle - 10.11.0 + 10.12.3 com.github.sevntu-checkstyle diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java index 197a1db34f..3305a5b2e3 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa/AAALighty.java @@ -58,7 +58,7 @@ protected boolean stopProcedure() { return true; } - private static class AAAShiroProviderHandler { + private static final class AAAShiroProviderHandler { AAALightyShiroProvider aaaLightyShiroProvider; diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnmi/GnmiTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnmi/GnmiTest.java index c3a12178ad..12bbe55f4a 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnmi/GnmiTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnmi/GnmiTest.java @@ -210,7 +210,7 @@ private void assertCapabilitiesVersion(final String expectedGnmiVersion, final G }); } - private static class TestGrpcServiceImpl extends gNMIGrpc.gNMIImplBase { + private static final class TestGrpcServiceImpl extends gNMIGrpc.gNMIImplBase { private String gnmiVersion = null; @Override diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnoi/GnoiTest.java b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnoi/GnoiTest.java index 078e044464..895c218d3f 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnoi/GnoiTest.java +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/src/test/java/io/lighty/modules/gnmi/connector/tests/gnoi/GnoiTest.java @@ -135,7 +135,7 @@ public void onCompleted() { } } - private static class TestGnoiServiceImpl extends FileGrpc.FileImplBase { + private static final class TestGnoiServiceImpl extends FileGrpc.FileImplBase { @Override public void get(final gnoi.file.FileOuterClass.GetRequest request, From 0f0470b7a8194f1cdef8a77a1799e911d89bf03a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 13:18:27 +0200 Subject: [PATCH 140/169] Bump maven-enforcer-plugin to 3.4.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12353576 JIRA: LIGHTY-263 Signed-off-by: tobias.pobocik --- lighty-core/lighty-minimal-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 3e2518c168..1c2420ed93 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -48,7 +48,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.4.1 enforce-maven From 3255d0b05aefcb7161f53850dde8ed5cccd2b318 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 13:18:51 +0200 Subject: [PATCH 141/169] Bump commons-lang3 to 3.13.0 https://commons.apache.org/proper/commons-lang/changes-report.html#a3.13.0 JIRA: LIGHTY-263 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 a32a792d98..f2ce306238 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -145,7 +145,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 commons-io From 4c7d89f5ce0966336f3edfac9215d4b58cd017e1 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 23 Oct 2023 08:58:48 +0200 Subject: [PATCH 142/169] Bump jcasbin to 1.41.0 https://github.com/casbin/jcasbin/releases/tag/v1.41.0 Signed-off-by: Ivan Hrasko (cherry picked from commit 04e9c35c091f208b6ccace0ad46dce5dd540ceab) --- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 1c1f7825ca..cdf02a7f01 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -78,7 +78,7 @@ org.casbin jcasbin - 1.40.0 + 1.41.0 From a6315d05503a0dc06d11dc0876e9783d42e5848b Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 17 Oct 2023 11:26:06 +0200 Subject: [PATCH 143/169] Introduce variable to store simulator version Introduce an ARG (argument) in the Dockerfile to store the simulator version as a variable. The default version is set to "17.3.0," and it can be customized during the image build process using the --build-arg flag. JIRA:LIGHTY-260 Signed-off-by: tobias.pobocik --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index bd24b84787..63eb895df1 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,17 +1,24 @@ +ARG SIMULATOR_VERSION="17.3.0" + FROM alpine:3.18.3 as clone + +ARG SIMULATOR_VERSION RUN apk add git WORKDIR /netconf-simulator -RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b 17.3.0 +RUN git clone https://github.com/PANTHEONtech/lighty-netconf-simulator.git -b $SIMULATOR_VERSION FROM maven:3.8-eclipse-temurin-17-alpine as build +ARG SIMULATOR_VERSION WORKDIR /lighty-netconf-simulator COPY --from=clone /netconf-simulator/lighty-netconf-simulator /lighty-netconf-simulator RUN mvn -B install -DskipTests FROM eclipse-temurin:17-jre-alpine +ARG SIMULATOR_VERSION WORKDIR /lighty-netconf-simulator COPY --from=build /lighty-netconf-simulator/examples/devices/lighty-network-topology-device/target/ /lighty-netconf-simulator/target EXPOSE 17380 -ENTRYPOINT ["java", "-jar", "/lighty-netconf-simulator/target/lighty-network-topology-device-17.3.0.jar"] +ENV APP_PATH="/lighty-netconf-simulator/target/lighty-network-topology-device-$SIMULATOR_VERSION.jar" +ENTRYPOINT java -jar $APP_PATH From 481f34d055152df6ed3454715ec776b2dd778ffd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 17:24:05 +0000 Subject: [PATCH 144/169] Bump protobuf-java to 3.24.4 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4. Signed-off-by: Ivan Hrasko (cherry picked from commit 294cd3ab2ae76d04d827d9ecceddd6df6a24caa7) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index e1bf19bc5b..b5c2a5abce 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.24.3 + 3.24.4 1.58.0 From be0f14ce5aa5d55e329fc031bc1bcead0f2c3355 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Nov 2023 17:03:21 +0000 Subject: [PATCH 145/169] Bump log4j-api to 2.21.0 Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-api from 2.20.0 to 2.21.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 9e36c9c6bd28c619fd6dc796ac9739aaab1fee69) --- 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 573121fcec..f80232c03a 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -31,7 +31,7 @@ 17 2.0.9 - 2.20.0 + 2.21.0 From 58c366bafaf00c8fcb7c4839aeb1daa13bdb3e29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Nov 2023 03:02:26 +0000 Subject: [PATCH 146/169] Bump grpc-protobuf to 1.59.0 Snyk has created this PR to upgrade io.grpc:grpc-protobuf from 1.58.0 to 1.59.0. Signed-off-by: Ivan Hrasko (cherry picked from commit c38acf0844835b2cd5d55cf215e070d89996ebad) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index b5c2a5abce..9b3ad8bba4 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -23,7 +23,7 @@ 3.24.4 - 1.58.0 + 1.59.0 From 7eae9023c5d4375266112910f8290c66cdc25e60 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 14 Nov 2023 14:10:21 +0100 Subject: [PATCH 147/169] Adopt odlparent 11.0.7 versions Adopt: - odlparent-11.0.7 - infrautils-4.0.8 - yangtools-9.0.10 - mdsal-10.0.9 - controller-6.0.10 - aaa-0.16.10 - netconf-4.0.9 - bgpcep-0.18.9 JIRA: LIGHTY-270 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 16 ++++++++-------- lighty-core/lighty-binding-parent/pom.xml | 4 ++-- lighty-core/lighty-parent/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index f2ce306238..c4e2f15c61 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.odlparent odlparent - 11.0.6 + 11.0.7 pom import @@ -43,49 +43,49 @@ org.opendaylight.aaa aaa-artifacts - 0.16.9 + 0.16.10 pom import org.opendaylight.controller controller-artifacts - 6.0.9 + 6.0.10 pom import org.opendaylight.infrautils infrautils-artifacts - 4.0.6 + 4.0.8 pom import org.opendaylight.mdsal mdsal-artifacts - 10.0.8 + 10.0.9 pom import org.opendaylight.netconf netconf-artifacts - 4.0.8 + 4.0.9 pom import org.opendaylight.yangtools yangtools-artifacts - 9.0.8 + 9.0.10 pom import org.opendaylight.bgpcep bgpcep-artifacts - 0.18.8 + 0.18.9 pom import diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 3c57e9d031..9904f0862f 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -49,12 +49,12 @@ org.opendaylight.yangtools yang-maven-plugin - 9.0.8 + 9.0.10 org.opendaylight.mdsal mdsal-binding-java-api-generator - 10.0.8 + 10.0.9 diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index f80232c03a..b89b945e09 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -203,7 +203,7 @@ org.opendaylight.odlparent checkstyle - 11.0.6 + 11.0.7 @@ -220,7 +220,7 @@ org.opendaylight.odlparent spotbugs - 11.0.6 + 11.0.7 From 4b6ecdb1c24d40feba83304b96e966dacdfb0c2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Nov 2023 20:16:57 +0000 Subject: [PATCH 148/169] Bump log4j-api to 2.21.1 Snyk has created this PR to upgrade org.apache.logging.log4j:log4j-api from 2.21.0 to 2.21.1. Signed-off-by: Ivan Hrasko (cherry picked from commit cfc6b95efdc14211c5f80961c4cad06c8c64c0fc) --- 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 b89b945e09..51c9fabd30 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -31,7 +31,7 @@ 17 2.0.9 - 2.21.0 + 2.21.1 From adb79dd88994ae84e765c2ebeb148691feb9d292 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Nov 2023 03:13:39 +0000 Subject: [PATCH 149/169] Bump com.typesafe:config to 1.4.3 Snyk has created this PR to upgrade com.typesafe:config from 1.4.2 to 1.4.3. Signed-off-by: Ivan Hrasko (cherry picked from commit c76aea71baa77adfb56935433b1fed2b647801f6) --- 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 c4e2f15c61..73a7f1e985 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -104,7 +104,7 @@ com.typesafe config - 1.4.2 + 1.4.3 org.testng From 08bb01ba583a5659b81540c54e7c789a0b8aa4e2 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Tue, 14 Nov 2023 13:24:34 +0100 Subject: [PATCH 150/169] Update GNMI device simulator readme Update this readme file as it contains no longer existing classes and methods. JIRA: LIGHTY-264 Signed-off-by: tobias.pobocik --- .../lighty-gnmi-device-simulator/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md index 85b5418c8e..324ba3f2b5 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/README.md @@ -76,7 +76,7 @@ This simulator provides gNMI device driven by gNMI proto files, with datastore d Build and start gNMI simulator device: ``` final SimulatedGnmiDevice simulatedGnmiDevice - = new SimulatedGnmiDeviceBuilder() + = new SimulatedGnmiDevice() .from(gnmiSimulatorConfiguration) .build(); simulatedGnmiDevice.start(); @@ -150,15 +150,18 @@ This example will show how to execute basic operations on lighty.io gNMI device - [INITIAL_CONFIGURATION_PATH](src/test/resources/initData/config.json) - SERVER_CERTIFICATE / SERVER_PKCS8_KEY - was generated with script inside lighty-gnmi-connector module. ``` - SimulatedGnmiDevice device = new SimulatedGnmiDeviceBuilder() + GnmiSimulatorConfiguration gnmiSimulatorConfiguration = new GnmiSimulatorConfiguration() .setYangsPath(YANG_MODELS_PATH) .setInitialConfigDataPath(INITIAL_CONFIGURATION_PATH) - .setHost("127.0.0.1") - .setCertificatePath(SERVER_CERTIFICATE) - .setKeyPath(SERVER_PKCS8_KEY) - .setUsernamePasswordAuth("Admin", "Admin") - .setPort(9090) + .setTargetAddress("127.0.0.1") + .setCertPath(SERVER_CERTIFICATE) + .setCertKeyPath(SERVER_PKCS8_KEY) + .setUsername("Admin") + .setPassword("Admin") + .setTargetPort(9090) .build(); + + SimulatedGnmiDevice device = new SimulatedGnmiDevice(gnmiSimulatorConfiguration); device.start(); ``` From b7a785144f062801575dc0d1ab0b73090476c24f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 15:26:37 +0000 Subject: [PATCH 151/169] Bump commons-io to 2.15.0 Snyk has created this PR to upgrade commons-io:commons-io from 2.14.0 to 2.15.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 65887b390c4d5d8d8aa9c4a70054f2f2cf3d83ec) --- 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 73a7f1e985..be186aec0a 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -150,7 +150,7 @@ commons-io commons-io - 2.14.0 + 2.15.0 org.awaitility From 8891ea88a6af297b739928dcacdebf4b649d25b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Nov 2023 15:28:35 +0000 Subject: [PATCH 152/169] Bump protobuf-java to 3.25.0 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.24.4 to 3.25.0. Signed-off-by: Ivan Hrasko (cherry picked from commit 74558aa8eca743349aa7eb243ae66649ce838af6) --- lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 9b3ad8bba4..e567b9e0e1 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -22,7 +22,7 @@ 17.4.0-SNAPSHOT - 3.24.4 + 3.25.0 1.59.0 From 211d863f5621aa1f898ff9ad7467ce63c251c695 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 27 Nov 2023 13:59:24 +0100 Subject: [PATCH 153/169] Bump spring-boot-dependencies to 2.7.18 https://github.com/spring-projects/spring-boot/releases/tag/v2.7.18 Signed-off-by: Ivan Hrasko --- lighty-core/lighty-controller-spring-di/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 7b46736b7e..5c2ce78c47 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 2.7.17 + 2.7.18 pom import diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index cdf02a7f01..2a34f7e652 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 From 6f0b69c39a9555d2e2cc5d30d328a94a6144c587 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 27 Nov 2023 14:08:35 +0100 Subject: [PATCH 154/169] Remove netty-bom dependency override This workaround is no longer needed, since ODL uses netty 4.1.100.Final. Signed-off-by: Ivan Hrasko --- lighty-core/dependency-versions/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index be186aec0a..9b7da7b641 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -22,15 +22,6 @@ - - - - io.netty - netty-bom - 4.1.94.Final - pom - import - org.opendaylight.odlparent odlparent From 4948dc7beb17474202ce637410b60550bdd97dc8 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:00:46 +0100 Subject: [PATCH 155/169] Bump maven-{surefire,failsafe}-plugin to 3.2.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353730 JIRA: LIGHTY-271 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 51c9fabd30..500c6e57de 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -116,12 +116,12 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.0 + 3.2.1 org.apache.maven.plugins maven-surefire-plugin - 3.1.0 + 3.2.1 1 true diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 2a34f7e652..cab81b1796 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.1.0 + 3.2.1 1 true From 64c8bc1ea84f1bae815f47e57bf774c40f9e733f Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:04:16 +0100 Subject: [PATCH 156/169] Bump maven-clean-plugin to 3.3.2 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12353735 JIRA: LIGHTY-271 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 500c6e57de..29df2bbd5b 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.2 org.apache.maven.plugins From 6a6eda1cd00f34016a12b101495f41f5f170dedf Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:05:50 +0100 Subject: [PATCH 157/169] Bump JUnit to 5.10.0 https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.10.0 JIRA: LIGHTY-271 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 9b7da7b641..f45b374844 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -129,7 +129,7 @@ org.junit junit-bom - 5.9.3 + 5.10.0 pom import From adc0fa707d4c0d07dd15bc84b96c0dd646f3b768 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:11:25 +0100 Subject: [PATCH 158/169] Bump checkstyle to 10.12.4 https://checkstyle.org/releasenotes.html#Release_10.12.4 JIRA: LIGHTY-271 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 29df2bbd5b..a98c85b816 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -193,7 +193,7 @@ com.puppycrawl.tools checkstyle - 10.12.3 + 10.12.4 com.github.sevntu-checkstyle From 2045148779a7b467be691577ad8f2f4ddfb60eb3 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:13:07 +0100 Subject: [PATCH 159/169] Bump jacoco-maven plugin to 0.8.11 https://github.com/jacoco/jacoco/releases/tag/v0.8.11 JIRA: LIGHTY-271 Signed-off-by: tobias.pobocik --- lighty-core/lighty-parent/pom.xml | 2 +- lighty-examples/lighty-controller-springboot-netconf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index a98c85b816..545be0663a 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -134,7 +134,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 jacoco-prepare-agent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index cab81b1796..057f4c3b1b 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -102,7 +102,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 jacoco-prepare-agent From e94b02f164acbac4d1705b9cb14afa6d546f949d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 27 Nov 2023 15:17:08 +0100 Subject: [PATCH 160/169] Bump maven-checkstyle-plugin to 3.3.1 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12353283 JIRA: LIGHTY-271 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 545be0663a..918d5bede7 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -187,7 +187,7 @@ maven-checkstyle-plugin - 3.3.0 + 3.3.1 com.puppycrawl.tools From 40482907d335744952c863629f414fc8c70eee4a Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 15:37:57 +0200 Subject: [PATCH 161/169] Bump docs & scripts to 17.4.0 JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index ee70b9324f..8aa36944b7 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index 5a4c7df46c..dc76021191 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.4.0-SNAPSHOT + 17.4.0 ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 8a449bd8d5..0a63be383f 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.4.0-SNAPSHOT + 17.4.0 pom import diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index 94487aa740..ceb8efe330 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.4.0-SNAPSHOT-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.4.0-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.4.0-SNAPSHOT/lighty-rcgnmi-app-17.4.0-SNAPSHOT.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.4.0/lighty-rcgnmi-app-17.4.0.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.4.0-SNAPSHOT/lighty-gnmi-device-simulator-17.4.0-SNAPSHOT.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.4.0/lighty-gnmi-device-simulator-17.4.0.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore From c0912ac9a82e4e250522cb5a225b4261cd545771 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 15:38:33 +0200 Subject: [PATCH 162/169] Set scm.tag to 17.4.0 JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index f45b374844..0f7ba0e4fa 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.4.0 diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 2ca8b90d68..41bf366816 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.4.0 diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 1c2420ed93..c04b539558 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.4.0 diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 31642ff885..60999555eb 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.4.0 diff --git a/pom.xml b/pom.xml index 774c24bf8a..dfe57fc78b 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - HEAD + 17.4.0 From 7c3f276e96aa863ca869e77fef9571468187d2d4 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 15:39:34 +0200 Subject: [PATCH 163/169] Bump versions not managed by maven-release to 17.4.0 JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index 742919ede8..f3cf064c2a 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.4.0-SNAPSHOT + 17.4.0 lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index 4150df2a1f..d5d2d8b2eb 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.4.0-SNAPSHOT + 17.4.0 lighty-rnc From 99d65ab6c004e860d6faab6cbad78d796d7b8a04 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 24 Nov 2023 14:24:52 +0100 Subject: [PATCH 164/169] [maven-release-plugin] prepare release 17.4.0 Signed-off-by: tobias.pobocik --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 ++- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 134 insertions(+), 130 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index 7cd04d9989..d70e55e4af 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index 3052ef2fa7..d0e0e74ba1 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 8db31af6c6..105aad4b58 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index b57ac9da0e..8b2bafb927 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index d80b2dcde9..da17cbf8ae 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.4.0-SNAPSHOT + 17.4.0 jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 7a6aea4693..221a035b75 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 8d74a3963e..04760b7126 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 9e72fc8c7d..080150598e 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 0f7ba0e4fa..62c3f80c09 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.4.0-SNAPSHOT + 17.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index cf4c2a21cb..9a44fa70a5 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index 9904f0862f..d27a2d37af 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 41bf366816..85186c6d5a 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.4.0-SNAPSHOT + 17.4.0 pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-common - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-controller - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-clustering - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-controller-guice-di - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-controller-spring-di - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models openconfig-models - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.tests integration-tests - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.tests integration-tests-aaa - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-aaa - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-jetty-server - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-netconf-sb - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-restconf-nb-community - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-swagger - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-aaa-encryption-service - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules lighty-bgp - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi lighty-gnmi-connector - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi lighty-gnmi-commons - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi lighty-gnmi-proto - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models.gnmi lighty-gnmi-topology-model - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications.rnc lighty-rnc-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications.rnc lighty-rnc-module - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.applications lighty-app-modules-config - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.core lighty-controller-springboot - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.kit.examples.controllers lighty-guice-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.resources controller-application-assembly - 17.4.0-SNAPSHOT + 17.4.0 provided io.lighty.resources singlenode-configuration - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.resources start-script - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.models.test lighty-test-models - 17.4.0-SNAPSHOT + 17.4.0 test io.lighty.models.test lighty-toaster - 17.4.0-SNAPSHOT + 17.4.0 test io.lighty.resources log4j2-config - 17.4.0-SNAPSHOT + 17.4.0 test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index f8e48bfd96..94046d0618 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 4f336094a9..594893388c 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index c8a51f43e2..391e54a3d6 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index c0bfcfb7f1..c8a194a60d 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 5c2ce78c47..32d69606f0 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index 7ee72d9636..12b8929aff 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index c04b539558..0c3946e7dc 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.4.0-SNAPSHOT + 17.4.0 pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.4.0-SNAPSHOT + 17.4.0 pom import io.lighty.core lighty-bom - 17.4.0-SNAPSHOT + 17.4.0 pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 918d5bede7..458e941155 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index dbc66bc645..da0edf197b 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 543cb9df49..2a68d2042a 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.4.0-SNAPSHOT + 17.4.0 jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index 1d6d617fa4..f980f0cf04 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.4.0-SNAPSHOT + 17.4.0 jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 1414480326..7beb18b331 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.4.0-SNAPSHOT + 17.4.0 compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index f9a6940a0a..1a6dd12957 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 057f4c3b1b..54b45813ef 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.4.0-SNAPSHOT + 17.4.0 jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 17.4.0-SNAPSHOT + 17.4.0 pom import io.lighty.core dependency-versions - 17.4.0-SNAPSHOT + 17.4.0 pom import @@ -137,4 +137,8 @@ + + + 17.4.0 + diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 4b8a8838e7..33a1dfcafe 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index 5ab1f64fd0..cdcfdf69c9 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index c4de050073..e3aadebe02 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index d1c9b6f9f6..d36109297a 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index 3192c6a274..d0f5fce996 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index 670651e1d5..df0a1604b8 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index d04d4a828e..9999ab390c 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index 8b12bb9ff8..b88a0cebf9 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.4.0-SNAPSHOT + 17.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index 252b4d091d..aecf32af3c 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index a52e8b1bfb..08d27ea007 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 3a1646dc13..809088509b 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 26b345b8c5..65ed95c880 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 86182c9c47..865ec79799 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 4377226fe4..357b836a68 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 2458918d6f..212843aa93 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index 34f0b8e8bf..dfc4803d3c 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index ad923e14a1..b0fd322a57 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 9c38a0a6bd..15c43143b9 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index c2eeeebe66..6d8b80f070 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 52ebf526be..8dd4903f36 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index d39ef9589f..9f28922d2a 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index 8044871f3b..e8aa9509ef 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 3dd270cd68..69b4e04a45 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.4.0-SNAPSHOT + 17.4.0 io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index e567b9e0e1..5cdc6f97b9 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.4.0-SNAPSHOT + 17.4.0 3.25.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index df70e0cd52..115e17c64e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 0dfa8b0b8f..12d40e12f7 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.4.0-SNAPSHOT + 17.4.0 true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index 28091ff67b..d5a9bebda9 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.4.0-SNAPSHOT + 17.4.0 pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 7bf916d899..5549d6677e 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 1986955100..8fc1bac852 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 96238e60dd..39fdd8425e 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 8749b6a946..23b9e2e817 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 07d0710b42..7b04af5a49 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 7fc09fdf9f..6e7a9ce1ce 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 60999555eb..77d704f3db 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.4.0-SNAPSHOT + 17.4.0 jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index f02cb2c0ae..4a2895eb25 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.4.0-SNAPSHOT + 17.4.0 true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index e4600c6cba..60015b29fe 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index c1481531f9..14d84ea5c7 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index e8c4d130dd..2f9d6f83a1 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0-SNAPSHOT + 17.4.0 ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.4.0-SNAPSHOT + 17.4.0 diff --git a/pom.xml b/pom.xml index dfe57fc78b..52df424b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.4.0-SNAPSHOT + 17.4.0 pom lighty From 489f38088214fc351a38044a91d507ab15743b5d Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Fri, 24 Nov 2023 14:24:52 +0100 Subject: [PATCH 165/169] [maven-release-plugin] prepare for next development iteration Signed-off-by: tobias.pobocik --- .../lighty-app-modules-config/pom.xml | 2 +- .../lighty-rcgnmi-app-module/pom.xml | 4 +- .../lighty-rcgnmi-app/pom.xml | 4 +- .../lighty-rcgnmi-app-aggregator/pom.xml | 2 +- .../lighty-rnc-app/pom.xml | 4 +- .../lighty-rnc-module/pom.xml | 4 +- .../lighty-rnc-app-aggregator/pom.xml | 2 +- lighty-applications/pom.xml | 2 +- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-app-parent/pom.xml | 2 +- lighty-core/lighty-binding-parent/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 86 +++++++++---------- lighty-core/lighty-clustering/pom.xml | 2 +- lighty-core/lighty-codecs-util/pom.xml | 2 +- lighty-core/lighty-common/pom.xml | 2 +- .../lighty-controller-guice-di/pom.xml | 2 +- .../lighty-controller-spring-di/pom.xml | 2 +- lighty-core/lighty-controller/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 6 +- lighty-core/lighty-parent/pom.xml | 2 +- lighty-core/pom.xml | 2 +- .../lighty-bgp-community-restconf-app/pom.xml | 4 +- .../lighty-community-aaa-restconf-app/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 10 +-- lighty-examples/lighty-guice-app/pom.xml | 2 +- lighty-examples/pom.xml | 2 +- .../pom.xml | 4 +- .../lighty-gnmi-force-capabilities/pom.xml | 4 +- .../lighty-gnmi-topology-model/pom.xml | 4 +- .../lighty-gnmi-yang-storage-model/pom.xml | 4 +- .../lighty-gnoi-sonic-yang-model/pom.xml | 4 +- lighty-models/lighty-gnmi-models/pom.xml | 2 +- lighty-models/openconfig-models/pom.xml | 2 +- lighty-models/pom.xml | 2 +- .../test/lighty-example-data-center/pom.xml | 2 +- lighty-models/test/lighty-test-models/pom.xml | 2 +- lighty-models/test/lighty-toaster/pom.xml | 2 +- lighty-models/test/pom.xml | 2 +- lighty-modules/integration-tests-aaa/pom.xml | 2 +- lighty-modules/integration-tests/pom.xml | 2 +- .../lighty-aaa-encryption-service/pom.xml | 2 +- .../lighty-aaa-aggregator/lighty-aaa/pom.xml | 2 +- lighty-modules/lighty-aaa-aggregator/pom.xml | 2 +- lighty-modules/lighty-bgp/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-commons/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-connector/pom.xml | 2 +- .../lighty-gnmi-device-simulator/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-proto/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-sb/pom.xml | 4 +- .../lighty-gnmi/lighty-gnmi-test/pom.xml | 4 +- lighty-modules/lighty-gnmi/pom.xml | 2 +- lighty-modules/lighty-jetty-server/pom.xml | 2 +- lighty-modules/lighty-netconf-sb/pom.xml | 2 +- .../lighty-restconf-nb-community/pom.xml | 2 +- lighty-modules/lighty-swagger/pom.xml | 2 +- lighty-modules/pom.xml | 2 +- .../controller-application-assembly/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- lighty-resources/pom.xml | 2 +- .../singlenode-configuration/pom.xml | 2 +- lighty-resources/start-script/pom.xml | 2 +- lighty-tests-report/pom.xml | 4 +- pom.xml | 2 +- 65 files changed, 130 insertions(+), 134 deletions(-) diff --git a/lighty-applications/lighty-app-modules-config/pom.xml b/lighty-applications/lighty-app-modules-config/pom.xml index d70e55e4af..8de444dea0 100644 --- a/lighty-applications/lighty-app-modules-config/pom.xml +++ b/lighty-applications/lighty-app-modules-config/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml index d0e0e74ba1..6824195755 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-module/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml index 105aad4b58..624e1fd3b0 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications.rcgnmi.app.RCgNMIApp diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml index 8b2bafb927..921bf4963b 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/pom.xml @@ -12,7 +12,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml index da17cbf8ae..d87d0ef709 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.applications.rnc lighty-rnc-app - 17.4.0 + 17.5.0-SNAPSHOT jar diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml index 221a035b75..9d4f0d6eb0 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-module/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.applications.rnc lighty-rnc-module - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-applications/lighty-rnc-app-aggregator/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/pom.xml index 04760b7126..86fc7ec7ad 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-applications/pom.xml b/lighty-applications/pom.xml index 080150598e..7d94a806aa 100644 --- a/lighty-applications/pom.xml +++ b/lighty-applications/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications lighty-applications-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index 62c3f80c09..fcac3e9f28 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core dependency-versions - 17.4.0 + 17.5.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-core/lighty-app-parent/pom.xml b/lighty-core/lighty-app-parent/pom.xml index 9a44fa70a5..81be99c4aa 100644 --- a/lighty-core/lighty-app-parent/pom.xml +++ b/lighty-core/lighty-app-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-binding-parent/pom.xml b/lighty-core/lighty-binding-parent/pom.xml index d27a2d37af..8364b73f34 100644 --- a/lighty-core/lighty-binding-parent/pom.xml +++ b/lighty-core/lighty-binding-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index 85186c6d5a..bc724c2317 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-bom - 17.4.0 + 17.5.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -26,231 +26,231 @@ io.lighty.core lighty-codecs-util - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-common - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-controller - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-clustering - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-controller-guice-di - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-controller-spring-di - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models openconfig-models - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.tests integration-tests - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.tests integration-tests-aaa - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-aaa - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-jetty-server - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-netconf-sb - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-restconf-nb-community - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-swagger - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-aaa-encryption-service - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules lighty-bgp - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-connector - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-commons - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-proto - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-topology-model - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications.rcgnmi lighty-rcgnmi-app-module - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications.rnc lighty-rnc-module - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.applications lighty-app-modules-config - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-netconf-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.core lighty-controller-springboot - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-guice-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.kit.examples.controllers lighty-community-restconf-actions-app - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.resources controller-application-assembly - 17.4.0 + 17.5.0-SNAPSHOT provided io.lighty.resources singlenode-configuration - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.resources start-script - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.models.test lighty-test-models - 17.4.0 + 17.5.0-SNAPSHOT test io.lighty.models.test lighty-toaster - 17.4.0 + 17.5.0-SNAPSHOT test io.lighty.resources log4j2-config - 17.4.0 + 17.5.0-SNAPSHOT test diff --git a/lighty-core/lighty-clustering/pom.xml b/lighty-core/lighty-clustering/pom.xml index 94046d0618..7d1dc136e1 100644 --- a/lighty-core/lighty-clustering/pom.xml +++ b/lighty-core/lighty-clustering/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-codecs-util/pom.xml b/lighty-core/lighty-codecs-util/pom.xml index 594893388c..cd81f2c85f 100644 --- a/lighty-core/lighty-codecs-util/pom.xml +++ b/lighty-core/lighty-codecs-util/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-common/pom.xml b/lighty-core/lighty-common/pom.xml index 391e54a3d6..7ae27310fc 100644 --- a/lighty-core/lighty-common/pom.xml +++ b/lighty-core/lighty-common/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-guice-di/pom.xml b/lighty-core/lighty-controller-guice-di/pom.xml index c8a194a60d..a4a01b06f2 100644 --- a/lighty-core/lighty-controller-guice-di/pom.xml +++ b/lighty-core/lighty-controller-guice-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller-spring-di/pom.xml b/lighty-core/lighty-controller-spring-di/pom.xml index 32d69606f0..aff5de44f9 100644 --- a/lighty-core/lighty-controller-spring-di/pom.xml +++ b/lighty-core/lighty-controller-spring-di/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-controller/pom.xml b/lighty-core/lighty-controller/pom.xml index 12b8929aff..444d48fee9 100644 --- a/lighty-core/lighty-controller/pom.xml +++ b/lighty-core/lighty-controller/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-parent diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index 0c3946e7dc..a188df66c2 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -10,7 +10,7 @@ 4.0.0 io.lighty.core lighty-minimal-parent - 17.4.0 + 17.5.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} @@ -29,14 +29,14 @@ io.lighty.core dependency-versions - 17.4.0 + 17.5.0-SNAPSHOT pom import io.lighty.core lighty-bom - 17.4.0 + 17.5.0-SNAPSHOT pom import diff --git a/lighty-core/lighty-parent/pom.xml b/lighty-core/lighty-parent/pom.xml index 458e941155..c58da83c64 100644 --- a/lighty-core/lighty-parent/pom.xml +++ b/lighty-core/lighty-parent/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-minimal-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-minimal-parent diff --git a/lighty-core/pom.xml b/lighty-core/pom.xml index da0edf197b..a3238418eb 100644 --- a/lighty-core/pom.xml +++ b/lighty-core/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-core-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml index 2a68d2042a..5de48d152b 100644 --- a/lighty-examples/lighty-bgp-community-restconf-app/pom.xml +++ b/lighty-examples/lighty-bgp-community-restconf-app/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml io.lighty.kit.examples.controllers lighty-bgp-community-restconf-app - 17.4.0 + 17.5.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml index f980f0cf04..b23ff12ca6 100644 --- a/lighty-examples/lighty-community-aaa-restconf-app/pom.xml +++ b/lighty-examples/lighty-community-aaa-restconf-app/pom.xml @@ -12,13 +12,13 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-app-parent io.lighty.kit.examples.controllers lighty-community-aaa-restconf-app - 17.4.0 + 17.5.0-SNAPSHOT jar diff --git a/lighty-examples/lighty-community-restconf-actions-app/pom.xml b/lighty-examples/lighty-community-restconf-actions-app/pom.xml index 7beb18b331..3a791744e3 100644 --- a/lighty-examples/lighty-community-restconf-actions-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-actions-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-app-parent @@ -50,7 +50,7 @@ io.lighty.models.test example-data-center - 17.4.0 + 17.5.0-SNAPSHOT compile diff --git a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml index 1a6dd12957..408f7abc87 100644 --- a/lighty-examples/lighty-community-restconf-netconf-app/pom.xml +++ b/lighty-examples/lighty-community-restconf-netconf-app/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-app-parent diff --git a/lighty-examples/lighty-controller-springboot-netconf/pom.xml b/lighty-examples/lighty-controller-springboot-netconf/pom.xml index 54b45813ef..f717057311 100644 --- a/lighty-examples/lighty-controller-springboot-netconf/pom.xml +++ b/lighty-examples/lighty-controller-springboot-netconf/pom.xml @@ -17,7 +17,7 @@ io.lighty.core lighty-controller-springboot - 17.4.0 + 17.5.0-SNAPSHOT jar Demo lighty.io project for SpringBoot @@ -33,14 +33,14 @@ io.lighty.core lighty-bom - 17.4.0 + 17.5.0-SNAPSHOT pom import io.lighty.core dependency-versions - 17.4.0 + 17.5.0-SNAPSHOT pom import @@ -137,8 +137,4 @@ - - - 17.4.0 - diff --git a/lighty-examples/lighty-guice-app/pom.xml b/lighty-examples/lighty-guice-app/pom.xml index 33a1dfcafe..04ff31a671 100644 --- a/lighty-examples/lighty-guice-app/pom.xml +++ b/lighty-examples/lighty-guice-app/pom.xml @@ -11,7 +11,7 @@ lighty-app-parent io.lighty.core - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-app-parent/pom.xml diff --git a/lighty-examples/pom.xml b/lighty-examples/pom.xml index cdcfdf69c9..3778ed4638 100644 --- a/lighty-examples/pom.xml +++ b/lighty-examples/pom.xml @@ -11,7 +11,7 @@ io.lighty.kit.examples example-applications-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml index e3aadebe02..dd1a0c24e1 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-certificates-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-certificates-storage-model - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml index d36109297a..484b67c713 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-force-capabilities/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-force-capabilities - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml index d0f5fce996..c309697d00 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-topology-model/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-topology-model - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml index df0a1604b8..de3ca1fbf2 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnmi-yang-storage-model/pom.xml @@ -13,12 +13,12 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnmi-yang-storage-model - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml index 9999ab390c..e5fa696c2e 100644 --- a/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml +++ b/lighty-models/lighty-gnmi-models/lighty-gnoi-sonic-yang-model/pom.xml @@ -11,12 +11,12 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/pom.xml io.lighty.models.gnmi lighty-gnoi-sonic-yang-model - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-models/lighty-gnmi-models/pom.xml b/lighty-models/lighty-gnmi-models/pom.xml index b88a0cebf9..3e23ee598a 100644 --- a/lighty-models/lighty-gnmi-models/pom.xml +++ b/lighty-models/lighty-gnmi-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.models.gnmi lighty-gnmi-models - 17.4.0 + 17.5.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-models/openconfig-models/pom.xml b/lighty-models/openconfig-models/pom.xml index aecf32af3c..11822672bf 100644 --- a/lighty-models/openconfig-models/pom.xml +++ b/lighty-models/openconfig-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-binding-parent diff --git a/lighty-models/pom.xml b/lighty-models/pom.xml index 08d27ea007..1024c79662 100644 --- a/lighty-models/pom.xml +++ b/lighty-models/pom.xml @@ -11,7 +11,7 @@ io.lighty.models lighty-models-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-models/test/lighty-example-data-center/pom.xml b/lighty-models/test/lighty-example-data-center/pom.xml index 809088509b..8ee8d39c5e 100644 --- a/lighty-models/test/lighty-example-data-center/pom.xml +++ b/lighty-models/test/lighty-example-data-center/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-test-models/pom.xml b/lighty-models/test/lighty-test-models/pom.xml index 65ed95c880..0999f257d8 100644 --- a/lighty-models/test/lighty-test-models/pom.xml +++ b/lighty-models/test/lighty-test-models/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/lighty-toaster/pom.xml b/lighty-models/test/lighty-toaster/pom.xml index 865ec79799..3acf48f012 100644 --- a/lighty-models/test/lighty-toaster/pom.xml +++ b/lighty-models/test/lighty-toaster/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-binding-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-binding-parent/ diff --git a/lighty-models/test/pom.xml b/lighty-models/test/pom.xml index 357b836a68..7cbd4c9a32 100644 --- a/lighty-models/test/pom.xml +++ b/lighty-models/test/pom.xml @@ -11,7 +11,7 @@ io.lighty.models.test lighty-models-test-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-modules/integration-tests-aaa/pom.xml b/lighty-modules/integration-tests-aaa/pom.xml index 212843aa93..6f5dc421e2 100644 --- a/lighty-modules/integration-tests-aaa/pom.xml +++ b/lighty-modules/integration-tests-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/integration-tests/pom.xml b/lighty-modules/integration-tests/pom.xml index dfc4803d3c..577a13a816 100644 --- a/lighty-modules/integration-tests/pom.xml +++ b/lighty-modules/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml index b0fd322a57..5685abb860 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa-encryption-service/pom.xml @@ -11,7 +11,7 @@ lighty-parent io.lighty.core - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml index 15c43143b9..25c02b3603 100644 --- a/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/lighty-aaa/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-aaa-aggregator/pom.xml b/lighty-modules/lighty-aaa-aggregator/pom.xml index 6d8b80f070..b7c7d0b729 100644 --- a/lighty-modules/lighty-aaa-aggregator/pom.xml +++ b/lighty-modules/lighty-aaa-aggregator/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-aaa-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-bgp/pom.xml b/lighty-modules/lighty-bgp/pom.xml index 8dd4903f36..2b3ad8df29 100644 --- a/lighty-modules/lighty-bgp/pom.xml +++ b/lighty-modules/lighty-bgp/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent/pom.xml io.lighty.modules lighty-bgp - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml index 9f28922d2a..9eeaa98cec 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-commons/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-commons - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml index e8aa9509ef..a57b1209c3 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-connector/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml index 69b4e04a45..36e38ef39e 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-app-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-app-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-device-simulator - 17.4.0 + 17.5.0-SNAPSHOT io.lighty.modules.gnmi.simulatordevice.main.GnmiSimulatorApp diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml index 5cdc6f97b9..c104feeeba 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-proto/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-proto - 17.4.0 + 17.5.0-SNAPSHOT 3.25.0 diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml index 115e17c64e..f7fa283156 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-sb/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi.southbound lighty-gnmi-sb - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml index 12d40e12f7..d2f568f57b 100644 --- a/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml +++ b/lighty-modules/lighty-gnmi/lighty-gnmi-test/pom.xml @@ -13,13 +13,13 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../../lighty-core/lighty-parent/pom.xml io.lighty.modules.gnmi lighty-gnmi-test - 17.4.0 + 17.5.0-SNAPSHOT true diff --git a/lighty-modules/lighty-gnmi/pom.xml b/lighty-modules/lighty-gnmi/pom.xml index d5a9bebda9..786719d56a 100644 --- a/lighty-modules/lighty-gnmi/pom.xml +++ b/lighty-modules/lighty-gnmi/pom.xml @@ -12,7 +12,7 @@ io.lighty.modules.gnmi lighty-gnmi - 17.4.0 + 17.5.0-SNAPSHOT pom diff --git a/lighty-modules/lighty-jetty-server/pom.xml b/lighty-modules/lighty-jetty-server/pom.xml index 5549d6677e..afd2ae27ef 100644 --- a/lighty-modules/lighty-jetty-server/pom.xml +++ b/lighty-modules/lighty-jetty-server/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-netconf-sb/pom.xml b/lighty-modules/lighty-netconf-sb/pom.xml index 8fc1bac852..8329e964da 100644 --- a/lighty-modules/lighty-netconf-sb/pom.xml +++ b/lighty-modules/lighty-netconf-sb/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-restconf-nb-community/pom.xml b/lighty-modules/lighty-restconf-nb-community/pom.xml index 39fdd8425e..4b60feca7f 100644 --- a/lighty-modules/lighty-restconf-nb-community/pom.xml +++ b/lighty-modules/lighty-restconf-nb-community/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/lighty-swagger/pom.xml b/lighty-modules/lighty-swagger/pom.xml index 23b9e2e817..c4fe4082a5 100644 --- a/lighty-modules/lighty-swagger/pom.xml +++ b/lighty-modules/lighty-swagger/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-modules/pom.xml b/lighty-modules/pom.xml index 7b04af5a49..caa1f53296 100644 --- a/lighty-modules/pom.xml +++ b/lighty-modules/pom.xml @@ -11,7 +11,7 @@ io.lighty.modules lighty-modules-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/controller-application-assembly/pom.xml b/lighty-resources/controller-application-assembly/pom.xml index 6e7a9ce1ce..37bb3eb9cf 100644 --- a/lighty-resources/controller-application-assembly/pom.xml +++ b/lighty-resources/controller-application-assembly/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index 77d704f3db..effbad5039 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -11,7 +11,7 @@ io.lighty.resources log4j2-config - 17.4.0 + 17.5.0-SNAPSHOT jar ${project.groupId}:${project.artifactId} diff --git a/lighty-resources/pom.xml b/lighty-resources/pom.xml index 4a2895eb25..b17bd94be8 100644 --- a/lighty-resources/pom.xml +++ b/lighty-resources/pom.xml @@ -12,7 +12,7 @@ io.lighty.resources lighty-resources-aggregator pom - 17.4.0 + 17.5.0-SNAPSHOT true diff --git a/lighty-resources/singlenode-configuration/pom.xml b/lighty-resources/singlenode-configuration/pom.xml index 60015b29fe..aa5891154e 100644 --- a/lighty-resources/singlenode-configuration/pom.xml +++ b/lighty-resources/singlenode-configuration/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-resources/start-script/pom.xml b/lighty-resources/start-script/pom.xml index 14d84ea5c7..9f65a67ed5 100644 --- a/lighty-resources/start-script/pom.xml +++ b/lighty-resources/start-script/pom.xml @@ -12,7 +12,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../../lighty-core/lighty-parent diff --git a/lighty-tests-report/pom.xml b/lighty-tests-report/pom.xml index 2f9d6f83a1..1fe98faaa2 100644 --- a/lighty-tests-report/pom.xml +++ b/lighty-tests-report/pom.xml @@ -11,7 +11,7 @@ io.lighty.core lighty-parent - 17.4.0 + 17.5.0-SNAPSHOT ../lighty-core/lighty-parent @@ -160,7 +160,7 @@ io.lighty.modules.gnmi lighty-gnmi-test - 17.4.0 + 17.5.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 52df424b2f..987d41d67f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.lighty lighty-aggregator - 17.4.0 + 17.5.0-SNAPSHOT pom lighty From 111b7ab1e202669a6a55fb3c607c85f84eb59418 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 17:06:55 +0200 Subject: [PATCH 166/169] Bump docs & scripts to 17.5.0-SNAPSHOT JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh | 2 +- lighty-core/lighty-controller/README.md | 2 +- lighty-examples/README.md | 2 +- .../lighty-gnmi-community-restconf-app/README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh index 8aa36944b7..ef6981d87f 100755 --- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh +++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh @@ -44,7 +44,7 @@ ls -1 yangs #Run simulator for testing purpose printLine echo -e "-- Starting gNMI simulator device --\n" -java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 & +java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 & #Add yangs into controller through REST rpc ./add_yangs_via_rpc.sh diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md index dc76021191..c2775233a3 100644 --- a/lighty-core/lighty-controller/README.md +++ b/lighty-core/lighty-controller/README.md @@ -17,7 +17,7 @@ To use Lighty controller in your project: io.lighty.core lighty-controller - 17.4.0 + 17.5.0-SNAPSHOT ``` diff --git a/lighty-examples/README.md b/lighty-examples/README.md index 0a63be383f..e77246fa8b 100644 --- a/lighty-examples/README.md +++ b/lighty-examples/README.md @@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c io.lighty.core.parents lighty-dependency-artifacts - 17.4.0 + 17.5.0-SNAPSHOT pom import diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md index ceb8efe330..a245e8b64a 100644 --- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md +++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md @@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app ### Start RCgNMI controller app Unzip lighty-rcgnmi-app to current location ``` -unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.4.0-bin.zip +unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.5.0-SNAPSHOT-bin.zip ``` Start application with pre-prepared configuration [example_config.json](example_config.json). ``` -java -jar lighty-rcgnmi-app-17.4.0/lighty-rcgnmi-app-17.4.0.jar -c example_config.json +java -jar lighty-rcgnmi-app-17.5.0-SNAPSHOT/lighty-rcgnmi-app-17.5.0-SNAPSHOT.jar -c example_config.json ``` ### Start lighty.io gNMI device simulator Unzip gNMI simulator app to current folder. ``` -unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-bin.zip +unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT-bin.zip ``` Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json) ``` -java -jar lighty-gnmi-device-simulator-17.4.0/lighty-gnmi-device-simulator-17.4.0.jar -c simulator/simulator_config.json +java -jar lighty-gnmi-device-simulator-17.5.0-SNAPSHOT/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT.jar -c simulator/simulator_config.json ``` ### Add client certificates to lighty.io gNMI keystore From 831d14cc6ca6831666f6c596f15867f02197c900 Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 17:08:00 +0200 Subject: [PATCH 167/169] Set scm.tag to HEAD JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- lighty-core/dependency-versions/pom.xml | 2 +- lighty-core/lighty-bom/pom.xml | 2 +- lighty-core/lighty-minimal-parent/pom.xml | 2 +- lighty-resources/log4j2-config/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml index fcac3e9f28..66d597f390 100644 --- a/lighty-core/dependency-versions/pom.xml +++ b/lighty-core/dependency-versions/pom.xml @@ -273,7 +273,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.4.0 + HEAD diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml index bc724c2317..dac74412a5 100644 --- a/lighty-core/lighty-bom/pom.xml +++ b/lighty-core/lighty-bom/pom.xml @@ -291,7 +291,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.4.0 + HEAD diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml index a188df66c2..ee5e659b61 100644 --- a/lighty-core/lighty-minimal-parent/pom.xml +++ b/lighty-core/lighty-minimal-parent/pom.xml @@ -103,7 +103,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.4.0 + HEAD diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml index effbad5039..993ffd3b6c 100644 --- a/lighty-resources/log4j2-config/pom.xml +++ b/lighty-resources/log4j2-config/pom.xml @@ -59,7 +59,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.4.0 + HEAD diff --git a/pom.xml b/pom.xml index 987d41d67f..17a13d1946 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ scm:git:https://github.com/PANTHEONtech/lighty.git scm:git:https://github.com/PANTHEONtech/lighty.git https://github.com/PANTHEONtech/lighty - 17.4.0 + HEAD From 2a5b66d34f815cafaa3c435ed2ef580ce9909c1c Mon Sep 17 00:00:00 2001 From: "tobias.pobocik" Date: Mon, 16 Oct 2023 17:09:27 +0200 Subject: [PATCH 168/169] Bump versions not managed by maven-release to 17.5.0-SNAPSHOT JIRA:LIGHTY-259 Signed-off-by: tobias.pobocik --- .../lighty-rcgnmi-app-docker/pom.xml | 2 +- .../lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml index f3cf064c2a..6af5c6b25f 100644 --- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml +++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml @@ -14,7 +14,7 @@ io.lighty.applications.rcgnmi lighty-rcgnmi-app-docker - 17.4.0 + 17.5.0-SNAPSHOT lighty-rcgnmi diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml index d5d2d8b2eb..649a35cdcf 100644 --- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml +++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml @@ -11,7 +11,7 @@ io.lighty.applications.rnc lighty-rnc-app-docker - 17.4.0 + 17.5.0-SNAPSHOT lighty-rnc From 909b49adcd8f231cb9d592b8f460c9de521f117a Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Mon, 27 Nov 2023 14:44:43 +0100 Subject: [PATCH 169/169] Bump simulator to 17.4.0 Use the latest 17.x lighty.io simulator release. JIRA: LIGHTY-259 Signed-off-by: Ivan Hrasko --- .github/workflows/lighty-rnc-app/simulator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighty-rnc-app/simulator/Dockerfile b/.github/workflows/lighty-rnc-app/simulator/Dockerfile index 63eb895df1..75b53a130c 100644 --- a/.github/workflows/lighty-rnc-app/simulator/Dockerfile +++ b/.github/workflows/lighty-rnc-app/simulator/Dockerfile @@ -1,4 +1,4 @@ -ARG SIMULATOR_VERSION="17.3.0" +ARG SIMULATOR_VERSION="17.4.0" FROM alpine:3.18.3 as clone