diff --git a/lib/taskana-cdi-example/src/test/java/pro/taskana/example/ExampleBootstrapTest.java b/lib/taskana-cdi-example/src/test/java/pro/taskana/example/ExampleBootstrapTest.java index 8093e7a45e..02aff509cd 100644 --- a/lib/taskana-cdi-example/src/test/java/pro/taskana/example/ExampleBootstrapTest.java +++ b/lib/taskana-cdi-example/src/test/java/pro/taskana/example/ExampleBootstrapTest.java @@ -89,7 +89,7 @@ private Connection getConnection() throws Exception { "jdbc:h2:~/taskana-h2-data/testdb;NON_KEYWORDS=KEY,VALUE;AUTO_SERVER=TRUE;" + "IGNORECASE=TRUE;LOCK_MODE=0", "sa", - ""); + "sa"); } private int countTasksByName(String taskName) throws Exception { diff --git a/lib/taskana-cdi-example/src/test/resources/arquillian.xml b/lib/taskana-cdi-example/src/test/resources/arquillian.xml index 3fcbf32bff..16f2ba1082 100644 --- a/lib/taskana-cdi-example/src/test/resources/arquillian.xml +++ b/lib/taskana-cdi-example/src/test/resources/arquillian.xml @@ -5,7 +5,7 @@ - target/wildfly-27.0.1.Final + target/wildfly-31.0.1.Final int-test-standalone.xml diff --git a/lib/taskana-cdi-example/src/test/resources/int-test-standalone.xml b/lib/taskana-cdi-example/src/test/resources/int-test-standalone.xml index e08f36936e..207a89a886 100644 --- a/lib/taskana-cdi-example/src/test/resources/int-test-standalone.xml +++ b/lib/taskana-cdi-example/src/test/resources/int-test-standalone.xml @@ -36,7 +36,6 @@ - @@ -92,6 +91,9 @@ + + + @@ -104,6 +106,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -121,6 +164,7 @@ + @@ -131,17 +175,14 @@ - + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2 - - sa - - + h2 - - sa - - + @@ -179,7 +217,7 @@ - @@ -191,8 +229,7 @@ false - + - @@ -290,16 +327,16 @@ format="JSON"/> - - - - + + + + @@ -338,53 +375,53 @@ - + - - - + + - - - + + - + - + security-domain="ApplicationDomain"> - + - + security-domain="ManagementDomain"> - + @@ -421,8 +458,11 @@ + + + - + @@ -430,6 +470,22 @@ + + + + + + + + + + + + + + + + @@ -459,33 +515,11 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -520,7 +554,7 @@ - + - - - - - - + + - + @@ -599,10 +629,10 @@ statistics-enabled="${wildfly.transactions.statistics-enabled:${wildfly.statistics-enabled:false}}"/> - + diff --git a/lib/taskana-cdi/src/test/java/pro/taskana/common/internal/TaskanaProducersTest.java b/lib/taskana-cdi/src/test/java/pro/taskana/common/internal/TaskanaProducersTest.java index 1dd5f85f36..fdc1b6b3cf 100644 --- a/lib/taskana-cdi/src/test/java/pro/taskana/common/internal/TaskanaProducersTest.java +++ b/lib/taskana-cdi/src/test/java/pro/taskana/common/internal/TaskanaProducersTest.java @@ -111,7 +111,7 @@ private Connection getConnection() throws Exception { "jdbc:h2:~/taskana-h2-data/testdb;NON_KEYWORDS=KEY,VALUE;AUTO_SERVER=TRUE;" + "IGNORECASE=TRUE;LOCK_MODE=0", "sa", - ""); + "sa"); } private int countTasksByName(String taskName) throws Exception { diff --git a/lib/taskana-cdi/src/test/resources/arquillian.xml b/lib/taskana-cdi/src/test/resources/arquillian.xml index 3fcbf32bff..16f2ba1082 100644 --- a/lib/taskana-cdi/src/test/resources/arquillian.xml +++ b/lib/taskana-cdi/src/test/resources/arquillian.xml @@ -5,7 +5,7 @@ - target/wildfly-27.0.1.Final + target/wildfly-31.0.1.Final int-test-standalone.xml diff --git a/lib/taskana-cdi/src/test/resources/int-test-standalone.xml b/lib/taskana-cdi/src/test/resources/int-test-standalone.xml index 356454a3ca..246256d0c8 100644 --- a/lib/taskana-cdi/src/test/resources/int-test-standalone.xml +++ b/lib/taskana-cdi/src/test/resources/int-test-standalone.xml @@ -36,7 +36,6 @@ - @@ -92,6 +91,9 @@ + + + @@ -104,6 +106,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -121,6 +164,7 @@ + @@ -131,17 +175,14 @@ - + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2 - - sa - - + h2 - - sa - - + @@ -179,7 +217,7 @@ - @@ -191,8 +229,7 @@ false - + - @@ -290,16 +327,16 @@ format="JSON"/> - - - - + + + + @@ -338,53 +375,53 @@ - + - - - + + - - - + + - + - + security-domain="ApplicationDomain"> - + - + security-domain="ManagementDomain"> - + @@ -421,8 +458,11 @@ + + + - + @@ -430,6 +470,22 @@ + + + + + + + + + + + + + + + + @@ -459,33 +515,11 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -520,7 +554,7 @@ - + - - - - - - + + - + @@ -599,10 +629,10 @@ statistics-enabled="${wildfly.transactions.statistics-enabled:${wildfly.statistics-enabled:false}}"/> - + diff --git a/pom.xml b/pom.xml index ebee49362e..cc20bd5e00 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 3.0.2 - 27.0.1.Final + 31.0.1.Final 7.21.0 diff --git a/rest/pom.xml b/rest/pom.xml index 3bc594b48d..20fca4bd24 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -21,9 +21,7 @@ ../web taskana-rest-spring-example-common taskana-rest-spring-example-boot - taskana-rest-spring-test-lib diff --git a/rest/taskana-rest-spring-example-wildfly/pom.xml b/rest/taskana-rest-spring-example-wildfly/pom.xml index ca4ff1c1e5..bea54e0d89 100644 --- a/rest/taskana-rest-spring-example-wildfly/pom.xml +++ b/rest/taskana-rest-spring-example-wildfly/pom.xml @@ -239,25 +239,6 @@ - - copy-documentation-to-static-folder - prepare-package - - copy-resources - - - - ${project.build.outputDirectory}/static/docs/rest - - - - - ../taskana-rest-spring/target/generated-docs - - - - - diff --git a/rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/example/wildfly/AbstractAccTest.java b/rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/example/wildfly/AbstractAccTest.java index 8c40897702..24b7265e96 100644 --- a/rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/example/wildfly/AbstractAccTest.java +++ b/rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/example/wildfly/AbstractAccTest.java @@ -78,7 +78,7 @@ protected ResponseEntity performCreateTaskRestCall() { protected String parseServerLog() throws Exception { // TO-DO: make log4j log into rollingFile from log4j.xml - File file = new File("target/wildfly-27.0.1.Final/standalone/log/server.log"); + File file = new File("target/wildfly-31.0.1.Final/standalone/log/server.log"); BufferedReader br = new BufferedReader(new FileReader(file)); diff --git a/rest/taskana-rest-spring-example-wildfly/src/test/resources/arquillian.xml b/rest/taskana-rest-spring-example-wildfly/src/test/resources/arquillian.xml index 10043bef1d..40dd09b32c 100644 --- a/rest/taskana-rest-spring-example-wildfly/src/test/resources/arquillian.xml +++ b/rest/taskana-rest-spring-example-wildfly/src/test/resources/arquillian.xml @@ -5,7 +5,7 @@ - target/wildfly-27.0.1.Final + target/wildfly-31.0.1.Final int-test-standalone.xml diff --git a/rest/taskana-rest-spring-example-wildfly/src/test/resources/int-test-standalone.xml b/rest/taskana-rest-spring-example-wildfly/src/test/resources/int-test-standalone.xml index d0084b89f0..190a521a39 100644 --- a/rest/taskana-rest-spring-example-wildfly/src/test/resources/int-test-standalone.xml +++ b/rest/taskana-rest-spring-example-wildfly/src/test/resources/int-test-standalone.xml @@ -36,7 +36,6 @@ - @@ -92,6 +91,9 @@ + + + @@ -171,6 +173,7 @@ + @@ -181,20 +184,17 @@ - + - jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE; + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=${wildfly.h2.compatibility.mode:REGULAR} h2 - - sa - sa - + org.postgresql.Driver postgresql - - postgres - postgres - + false @@ -241,7 +238,7 @@ - @@ -253,8 +250,7 @@ false - + - @@ -352,16 +348,16 @@ format="JSON"/> - - - - + + + + @@ -422,15 +418,24 @@ - + + + + + + + + @@ -440,6 +445,7 @@ + - - + security-domain="ApplicationDomain"> - + - + security-domain="ManagementDomain"> - + @@ -514,8 +519,11 @@ + + + - + @@ -523,6 +531,22 @@ + + + + + + + + + + + + + + + + @@ -552,33 +576,11 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -613,7 +615,7 @@ - + - - - - - - + + - + @@ -692,10 +690,10 @@ statistics-enabled="${wildfly.transactions.statistics-enabled:${wildfly.statistics-enabled:false}}"/> - + @@ -705,6 +703,7 @@ enable-http2="true"/> + @@ -714,13 +713,6 @@ - - - -