From 2ee4fd4b1c4436f2f295bc6f2eb566cdf0200464 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 5 Feb 2024 17:29:33 +0100 Subject: Update aai-common to 1.13.3 in resources - update to 1.13.3 that contains fix for TraversalURIOptimizedQuery building - disable tracing in tests - disable log lines for schema generation in tests Issue-ID: AAI-3761 Change-Id: Ifbe1a4ca716e73c1722c1368dc55719b23fe101a Signed-off-by: Fiete Ostkamp --- aai-resources/src/test/resources/application-test.properties | 2 ++ aai-resources/src/test/resources/logback.xml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'aai-resources/src/test') diff --git a/aai-resources/src/test/resources/application-test.properties b/aai-resources/src/test/resources/application-test.properties index cdc528f..596bd23 100644 --- a/aai-resources/src/test/resources/application-test.properties +++ b/aai-resources/src/test/resources/application-test.properties @@ -11,6 +11,8 @@ server.servlet.context-path=/ spring.jersey.application-path=${schema.uri.base.path} +spring.sleuth.enabled=false + spring.autoconfigure.exclude=\ org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,\ org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,\ diff --git a/aai-resources/src/test/resources/logback.xml b/aai-resources/src/test/resources/logback.xml index 4504bce..8bb9e7c 100644 --- a/aai-resources/src/test/resources/logback.xml +++ b/aai-resources/src/test/resources/logback.xml @@ -223,11 +223,14 @@ - + + + + -- cgit 1.2.3-korg