From 1df8ae8248d60d8de0505a4401aaa4bd71bd7ea1 Mon Sep 17 00:00:00 2001 From: Richard Richter Date: Tue, 26 May 2020 10:43:03 +0200 Subject: [PATCH] testing/rest spring+logback XML cleanup --- .../src/test/resources/ctx-rest-test-main.xml | 22 +++--------- .../rest/src/test/resources/ctx-rest-test.xml | 33 ++++++----------- .../rest/src/test/resources/logback-test.xml | 36 +++++++++---------- 3 files changed, 31 insertions(+), 60 deletions(-) diff --git a/testing/rest/src/test/resources/ctx-rest-test-main.xml b/testing/rest/src/test/resources/ctx-rest-test-main.xml index 9523d9902c6..7df9c260810 100644 --- a/testing/rest/src/test/resources/ctx-rest-test-main.xml +++ b/testing/rest/src/test/resources/ctx-rest-test-main.xml @@ -7,24 +7,10 @@ ~ and European Union Public License. See LICENSE file for details. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" + default-lazy-init="false"> diff --git a/testing/rest/src/test/resources/ctx-rest-test.xml b/testing/rest/src/test/resources/ctx-rest-test.xml index 8efdfc64687..00086179725 100644 --- a/testing/rest/src/test/resources/ctx-rest-test.xml +++ b/testing/rest/src/test/resources/ctx-rest-test.xml @@ -1,32 +1,19 @@ - - - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context + http://www.springframework.org/schema/context/spring-context-3.0.xsd" + default-lazy-init="false"> + + diff --git a/testing/rest/src/test/resources/logback-test.xml b/testing/rest/src/test/resources/logback-test.xml index b6617d3b40c..767227a4f09 100644 --- a/testing/rest/src/test/resources/logback-test.xml +++ b/testing/rest/src/test/resources/logback-test.xml @@ -1,6 +1,6 @@ - + - - - + + + - + - + - - - - + + + + - +