diff --git a/lib/taskana-cdi/pom.xml b/lib/taskana-cdi/pom.xml index 63ef061a8..7890d8571 100644 --- a/lib/taskana-cdi/pom.xml +++ b/lib/taskana-cdi/pom.xml @@ -18,7 +18,7 @@ org.wildfly.bom - wildfly-javaee8 + wildfly-jakartaee8 ${version.wildfly} import pom diff --git a/lib/taskana-cdi/src/test/resources/arquillian.xml b/lib/taskana-cdi/src/test/resources/arquillian.xml index e5fd388c3..58058c614 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-15.0.1.Final + target/wildfly-25.0.1.Final ../../../../src/test/resources/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 40c308e41..ffdf2454c 100644 --- a/lib/taskana-cdi/src/test/resources/int-test-standalone.xml +++ b/lib/taskana-cdi/src/test/resources/int-test-standalone.xml @@ -1,6 +1,6 @@ - + @@ -12,88 +12,54 @@ + - - - + + + + + + + - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + @@ -108,86 +74,33 @@ - + - + - + - + - + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -196,17 +109,14 @@ - + - + - + @@ -216,439 +126,362 @@ - - - + + + - - - 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 h2 sa - - jdbc:h2:~/taskana-h2-data/testdb;NON_KEYWORDS=KEY,VALUE;AUTO_SERVER=TRUE;IGNORECASE=TRUE;LOCK_MODE=0 + use-java-context="true" + statistics-enabled="${wildfly.datasources.statistics-enabled:${wildfly.statistics-enabled:false}}"> + + jdbc:h2:~/taskana-h2-data/testdb;NON_KEYWORDS=KEY,VALUE;AUTO_SERVER=TRUE;IGNORECASE=TRUE;LOCK_MODE=0 h2 sa - - false - - - org.h2.jdbcx.JdbcDataSource - + org.h2.jdbcx.JdbcDataSource - - + - - false - + + + + + + + + + + false - - + - + - + - + - + + - + - + + + + - - + + - - + - + - + - + - - + - - + + + + + + + - - + - - + + - - - + + + + + + - - - - - - - - - - - + + + + - - - + + + - - - - - - - - - + - - - + - - - - - + + + - - - - + + + - - - + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + + - + - + - - - - - + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - + - - + - + - + + + + + + - + - + - + - + @@ -660,102 +493,107 @@ - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - + + - - + + + - + - - - - - - + + @@ -763,31 +601,19 @@ - + - - - - - + - + ${jboss.bind.address:127.0.0.1} - - - + + + @@ -798,37 +624,31 @@ - + - + + + + - - + + + + + - - - - - - - - + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f186a8df2..ffa09be61 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 2.1.1 - 15.0.1.Final + 25.0.1.Final 7.19.0 diff --git a/rest/taskana-rest-spring-example-wildfly/pom.xml b/rest/taskana-rest-spring-example-wildfly/pom.xml index 81d2b999c..c0903746a 100644 --- a/rest/taskana-rest-spring-example-wildfly/pom.xml +++ b/rest/taskana-rest-spring-example-wildfly/pom.xml @@ -19,7 +19,7 @@ org.wildfly.bom - wildfly-javaee8 + wildfly-jakartaee8 ${version.wildfly} import pom 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 e72d3b8b4..89d72a1d6 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 @@ -77,7 +77,7 @@ public class AbstractAccTest { protected String parseServerLog() throws Exception { // TO-DO: make log4j log into rollingFile from log4j.xml - File file = new File("target/wildfly-15.0.1.Final/standalone/log/server.log"); + File file = new File("target/wildfly-25.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 76d1ab1a3..a87272190 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-15.0.1.Final + target/wildfly-25.0.1.Final ../../../../src/test/resources/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 fda4f7542..51f4d47c4 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 @@ -1,6 +1,6 @@ - + @@ -12,88 +12,54 @@ + - - - + + + + + + + - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + @@ -108,29 +74,29 @@ - + - + - + - + - + + + + - + @@ -196,17 +162,14 @@ - + - + - + @@ -216,11 +179,9 @@ - - - + + + - - + - - false - + + + + + + + + + + false - - + - + - + - + - + + - + - + + + + - - + + - - + - + - + - + - - + - - + + + + + + + - - + - - + + - - - - - - - - + + + + + + - - - - + + + + - - - + + + @@ -462,62 +396,43 @@ - + - - - + - - - - - + + + - - - - + + + + - - - + + + + + + + + + + - + - + @@ -532,54 +447,43 @@ - + - + - + - + - + - + - + - + - + + - + - + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - + - - + - + - + + + + + + - + - + - + - + @@ -665,97 +590,107 @@ - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - - - - - - - - - - - - - + - + - - + + - - + + + - + - - - - - - + + @@ -763,31 +698,21 @@ - + - - - - - + ${jboss.bind.address:127.0.0.1} - - - + + + @@ -798,37 +723,31 @@ - + - + + + + - - + + + + + - - - - - - - - + + + + \ No newline at end of file