<!-- <gremlin.version>3.5.8</gremlin.version> -->
<janusgraph.version>1.0.1</janusgraph.version>
- <javax.servlet.version>4.0.1</javax.servlet.version>
<testcontainers.version>1.20.4</testcontainers.version>
<mockito.core.version>4.4.0</mockito.core.version>
<!-- Setting some default value to not complain by editor but it will be overridden by gmaven plugin -->
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
- <dependency>
- <groupId>io.micrometer</groupId>
- <artifactId>micrometer-jersey2</artifactId>
- <version>1.8.13</version>
- </dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
+ <systemPropertyVariables>
+ <AJSC_HOME>.</AJSC_HOME>
+ <BUNDLECONFIG_DIR>src/main/resources</BUNDLECONFIG_DIR>
+ </systemPropertyVariables>
</configuration>
</plugin>
<plugin>
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;
#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
# 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
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());
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.17.0</version>
+ <version>1.17.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.common.version>1.17.0</aai.common.version>
+ <aai.common.version>1.17.1-SNAPSHOT</aai.common.version>
<aai.schema.service.version>1.14.0-SNAPSHOT</aai.schema.service.version>
<sonar.scanner.version>3.11.0.3922</sonar.scanner.version>
</properties>