From: Fiete Ostkamp Date: Fri, 8 Nov 2024 13:32:54 +0000 (+0100) Subject: Upgrade spring boot to 2.6 X-Git-Tag: 1.15.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1ef9bda6c690656920dff691dbbba873ec7595b3;p=aai%2Ftraversal.git Upgrade spring boot to 2.6 - upgrade spring-boot (2.5.15 -> 2.6.15) Issue-ID: AAI-4048 Change-Id: I1e8324ae71f4d9aab06d51bf9d4efce6d42b316a Signed-off-by: Fiete Ostkamp --- diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 5b3158e2..11d271d4 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.traversal traversal - 1.15.1-SNAPSHOT + 1.15.2-SNAPSHOT org.onap.aai.traversal aai-traversal @@ -94,11 +94,11 @@ 1.0.0 3.7.1 - 2020.0.6 + 2021.0.9 - + spring-boot (2.6) is otherwise downgrading it to 4.13.0 --> + 4.17.0 1.5.1 @@ -322,25 +322,6 @@ jopt-simple ${jopt.simple.version} - - io.swagger - swagger-core - - - javax.ws.rs - jsr311-api - - - - - io.swagger - swagger-annotations - - - io.swagger - swagger-jersey2-jaxrs - ${io.swagger.version} - org.apache.commons commons-lang3 diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index b4f7c598..d3baa15a 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -133,6 +133,7 @@ management.endpoints.enabled-by-default=true management.endpoints.web.exposure.include=info, health, prometheus management.metrics.web.server.request.autotime.enabled=false management.metrics.tags.group_id=aai +management.info.env.enabled=true # management.metrics.tags.app_id=${info.build.artifact} #Enable this option only for debug purposes. For more information: https://github.com/micrometer-metrics/micrometer/issues/1584 scrape.uri.metrics=true diff --git a/pom.xml b/pom.xml index c17796a9..4829b0fc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.15.1 + 1.15.2 org.onap.aai.traversal traversal - 1.15.1-SNAPSHOT + 1.15.2-SNAPSHOT aai-traversal pom @@ -42,7 +42,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - 1.15.1 + 1.15.2 https://nexus.onap.org /content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version} /content/repositories/releases/ diff --git a/version.properties b/version.properties index bcf6bda9..df314753 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=15 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version}