From 82df5c51af05abf38f1ce38eda772bde1882492a Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 3 Feb 2026 10:42:30 +0100 Subject: [PATCH] Update aai-common to 1.17.1-SNAPSHOT - spring-boot (3.1.12 -> 3.2.12) - netty-all (4.1.110 -> 4.1.130) Issue-ID: AAI-4222 Change-Id: I44f8478fcefbcd0316ce26e983ea9598edf63475 Signed-off-by: Fiete Ostkamp --- aai-resources/pom.xml | 10 ++++------ .../main/java/org/onap/aai/web/MicrometerConfiguration.java | 4 ++-- .../src/main/resources/etc/appprops/aaiconfig.properties | 5 +++++ .../org/onap/aai/rest/resources/ResourcesControllerTest.java | 2 +- pom.xml | 4 ++-- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index c3e4b297..7d85f0dc 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -80,7 +80,6 @@ 1.0.1 - 4.0.1 1.20.4 4.4.0 @@ -323,11 +322,6 @@ io.micrometer micrometer-registry-prometheus - - io.micrometer - micrometer-jersey2 - 1.8.13 - jakarta.ws.rs jakarta.ws.rs-api @@ -857,6 +851,10 @@ maven-surefire-plugin alphabetical + + . + src/main/resources + diff --git a/aai-resources/src/main/java/org/onap/aai/web/MicrometerConfiguration.java b/aai-resources/src/main/java/org/onap/aai/web/MicrometerConfiguration.java index a701a209..74a83f38 100644 --- a/aai-resources/src/main/java/org/onap/aai/web/MicrometerConfiguration.java +++ b/aai-resources/src/main/java/org/onap/aai/web/MicrometerConfiguration.java @@ -22,8 +22,8 @@ package org.onap.aai.web; import io.micrometer.core.instrument.Tag; import io.micrometer.core.instrument.Tags; -import io.micrometer.jersey2.server.JerseyTags; -import io.micrometer.jersey2.server.JerseyTagsProvider; +import io.micrometer.core.instrument.binder.jersey.server.JerseyTags; +import io.micrometer.core.instrument.binder.jersey.server.JerseyTagsProvider; import org.glassfish.jersey.server.ContainerResponse; import org.glassfish.jersey.server.monitoring.RequestEvent; diff --git a/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties b/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties index cd197341..40865cec 100644 --- a/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties +++ b/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties @@ -95,6 +95,8 @@ aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES, #default timeout limit added for crud if not overridden (in ms) aai.crud.timeoutlimit=100000 +aai.lock.rv.enabled=false +aai.lock.uri.enabled=false #limit set for bulk consumer APIS aai.bulkconsumer.payloadlimit=30 @@ -166,3 +168,6 @@ aai.graph.checker.task.delay=5 # Period, in seconds, between two consecutive executions of the scheduled task, if enabled aai.graph.checker.task.period=10 + +aai.notification.depth.all.enabled=false +aai.notification.both.sides.enabled=false diff --git a/aai-resources/src/test/java/org/onap/aai/rest/resources/ResourcesControllerTest.java b/aai-resources/src/test/java/org/onap/aai/rest/resources/ResourcesControllerTest.java index 3ddb5ae7..f033d0b7 100644 --- a/aai-resources/src/test/java/org/onap/aai/rest/resources/ResourcesControllerTest.java +++ b/aai-resources/src/test/java/org/onap/aai/rest/resources/ResourcesControllerTest.java @@ -70,8 +70,8 @@ import org.springframework.test.web.reactive.server.WebTestClient; import com.fasterxml.jackson.databind.ObjectMapper; import reactor.core.publisher.Mono; -@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) @Import(WebClientConfiguration.class) +@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) public class ResourcesControllerTest { private static final Logger logger = LoggerFactory.getLogger(ResourcesController.class.getName()); diff --git a/pom.xml b/pom.xml index e9e27a9a..6db1322b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.17.0 + 1.17.1-SNAPSHOT org.onap.aai.resources resources @@ -49,7 +49,7 @@ /content/repositories/staging/ ${project.version} - 1.17.0 + 1.17.1-SNAPSHOT 1.14.0-SNAPSHOT 3.11.0.3922 -- 2.16.6