diff --git a/micrometer/pom.xml b/micrometer/pom.xml index d030a4ad..576dbfd6 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.jboss.eap.qe @@ -13,10 +13,26 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.annotation + jakarta.annotation-api + provided + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + + + jakarta.inject + jakarta.inject-api + provided + + + jakarta.ws.rs + jakarta.ws.rs-api + provided + + io.micrometer micrometer-core diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 7baf153c..2a6202e0 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> microprofile-test-suite org.jboss.eap.qe @@ -13,10 +13,15 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.ws.rs + jakarta.ws.rs-api + + org.eclipse.microprofile.config + microprofile-config-api + provided + + junit junit diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index 3819af74..b9608b4a 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -14,14 +14,36 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.annotation + jakarta.annotation-api + provided + + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + + + jakarta.inject + jakarta.inject-api + provided + + + jakarta.interceptor + jakarta.interceptor-api + provided jakarta.servlet jakarta.servlet-api + provided + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + provided + + junit junit diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 4172491f..1c1445d7 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -14,11 +14,31 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.enterprise + jakarta.enterprise.cdi-api provided + + jakarta.inject + jakarta.inject-api + provided + + + org.eclipse.microprofile.config + microprofile-config-api + provided + + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + provided + + + org.eclipse.microprofile.health + microprofile-health-api + provided + + junit junit diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index a1f34aa5..ae7fdcd3 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> microprofile-test-suite org.jboss.eap.qe @@ -13,14 +13,36 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.annotation + jakarta.annotation-api + provided + + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + + + jakarta.inject + jakarta.inject-api + provided + + + jakarta.json + jakarta.json-api + provided + + + jakarta.ws.rs + jakarta.ws.rs-api + provided org.eclipse.microprofile.jwt microprofile-jwt-auth-api + provided + junit junit @@ -41,11 +63,6 @@ rest-assured test - - org.glassfish - jakarta.json - test - org.eclipse.parsson parsson diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 17a1d0b6..2285c367 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -12,9 +12,18 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.annotation + jakarta.annotation-api + provided + + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + + + jakarta.ws.rs + jakarta.ws.rs-api provided @@ -22,6 +31,7 @@ microprofile-lra-api provided + junit junit diff --git a/microprofile-open-api/pom.xml b/microprofile-open-api/pom.xml index db9d289e..3a28ed04 100644 --- a/microprofile-open-api/pom.xml +++ b/microprofile-open-api/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> microprofile-test-suite org.jboss.eap.qe @@ -11,13 +11,56 @@ microprofile-open-api + + 3.1.0 + + + + + + ${project.basedir}/src/test/resources + true + + + + - org.eclipse.microprofile - microprofile - pom + jakarta.annotation + jakarta.annotation-api + provided + + + jakarta.enterprise + jakarta.enterprise.cdi-api + provided + + + jakarta.inject + jakarta.inject-api + provided + + + jakarta.ws.rs + jakarta.ws.rs-api provided + + org.eclipse.microprofile.config + microprofile-config-api + provided + + + org.eclipse.microprofile.openapi + microprofile-openapi-api + provided + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api + provided + + junit junit @@ -65,8 +108,8 @@ gson test - - + + diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi-broken.yaml b/microprofile-open-api/src/test/resources/META-INF/openapi-broken.yaml index 9010e8be..814b61ac 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi-broken.yaml +++ b/microprofile-open-api/src/test/resources/META-INF/openapi-broken.yaml @@ -1,5 +1,5 @@ --- -openapi: 3.0.1 +openapi: ${version.openapi} info: title: LSR App version: "1.0" @@ -101,4 +101,4 @@ paths: - three x-object-array-property: - name: item-1 - - name: item-2 \ No newline at end of file + - name: item-2 diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi-fragment-header.yaml b/microprofile-open-api/src/test/resources/META-INF/openapi-fragment-header.yaml index 08d3749c..f5aaf6f0 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi-fragment-header.yaml +++ b/microprofile-open-api/src/test/resources/META-INF/openapi-fragment-header.yaml @@ -1,6 +1,6 @@ --- -openapi: 3.0.1 +openapi: ${version.openapi} info: title: LSR App version: "1.0" -paths: \ No newline at end of file +paths: diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi-server-path.yaml b/microprofile-open-api/src/test/resources/META-INF/openapi-server-path.yaml index cfc10bc7..1a99a195 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi-server-path.yaml +++ b/microprofile-open-api/src/test/resources/META-INF/openapi-server-path.yaml @@ -1,5 +1,5 @@ --- -openapi: 3.0.1 +openapi: ${version.openapi} info: title: LSR App version: "1.0" diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi.json b/microprofile-open-api/src/test/resources/META-INF/openapi.json index 1742ff31..dd8cc81c 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi.json +++ b/microprofile-open-api/src/test/resources/META-INF/openapi.json @@ -1,5 +1,5 @@ { - "openapi": "3.0.1", + "openapi": "${version.openapi}", "info": { "title": "LSR App", "version": "1.0" @@ -176,4 +176,4 @@ } } } -} \ No newline at end of file +} diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi.yaml b/microprofile-open-api/src/test/resources/META-INF/openapi.yaml index 5482e383..b330bfa0 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi.yaml +++ b/microprofile-open-api/src/test/resources/META-INF/openapi.yaml @@ -1,5 +1,5 @@ --- -openapi: 3.0.1 +openapi: ${version.openapi} info: title: LSR App version: "1.0" diff --git a/microprofile-open-api/src/test/resources/META-INF/openapi.yml b/microprofile-open-api/src/test/resources/META-INF/openapi.yml index 5482e383..b330bfa0 100644 --- a/microprofile-open-api/src/test/resources/META-INF/openapi.yml +++ b/microprofile-open-api/src/test/resources/META-INF/openapi.yml @@ -1,5 +1,5 @@ --- -openapi: 3.0.1 +openapi: ${version.openapi} info: title: LSR App version: "1.0" diff --git a/pom.xml b/pom.xml index dd48fb03..172981bf 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -47,19 +47,20 @@ IF-NOT-DEFINED-WILDFLY-WILL-BE-DOWNLOADED-UNZIPPED-AND-USED-AUTOMATICALLY false - 5.0.1 - 5.0.0 - 4.13.1 + + 10.0.0 7.0 2.0 1.12.4 + + 5.0.1 + 4.13.1 1.7.2.Final 34.0.0.Final 5.0.1.Final 1.18 2.3.0.Alpha2 2.4.0.Final - 2.1 26.0.1.Final @@ -67,7 +68,6 @@ 1.33 2.8.6 2.9.9.1 - 2.0.1 3.1.6 3.1.4 42.2.8 @@ -102,17 +102,19 @@ - - org.jboss.logging - jboss-logging - ${version.org.jboss.logging.jboss-logging} - org.eclipse.microprofile microprofile ${version.org.eclipse.microprofile} pom - provided + import + + + jakarta.platform + jakarta.jakartaee-bom + ${version.jakarta.platform} + pom + import org.eclipse.microprofile.lra @@ -130,6 +132,11 @@ jaeger-client ${version.io.jaegertracing.jaeger-client} + + org.jboss.logging + jboss-logging + ${version.org.jboss.logging.jboss-logging} + junit junit @@ -170,11 +177,6 @@ jansi ${version.org.fusesource.jansi} - - jakarta.servlet - jakarta.servlet-api - ${version.jakarta.servlet.jakarta.servlet-api} - org.jboss.arquillian.container @@ -225,12 +227,6 @@ tooling-mp-jwt-auth-tool ${project.version} - - org.glassfish - jakarta.json - ${version.org.glassfish.jakarta.json} - test - org.eclipse.parsson parsson @@ -319,11 +315,6 @@ ${version.org.jboss.threads.jboss-threads} test - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - ${version.org.eclipse.microprofile.jwt.microprofile-jwt-auth-api} - diff --git a/tooling-cpu-load/pom.xml b/tooling-cpu-load/pom.xml index e136dd82..0a7aed21 100644 --- a/tooling-cpu-load/pom.xml +++ b/tooling-cpu-load/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/tooling-docker/pom.xml b/tooling-docker/pom.xml index 7afd166e..06055dd3 100644 --- a/tooling-docker/pom.xml +++ b/tooling-docker/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/tooling-mp-jwt-auth-tool/pom.xml b/tooling-mp-jwt-auth-tool/pom.xml index 52f03acb..89d860d5 100644 --- a/tooling-mp-jwt-auth-tool/pom.xml +++ b/tooling-mp-jwt-auth-tool/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> microprofile-test-suite org.jboss.eap.qe @@ -13,10 +13,11 @@ - org.eclipse.microprofile - microprofile - pom + jakarta.json + jakarta.json-api + provided + org.bitbucket.b_c jose4j @@ -28,11 +29,6 @@ junit test - - org.glassfish - jakarta.json - test - \ No newline at end of file diff --git a/tooling-server-configuration/pom.xml b/tooling-server-configuration/pom.xml index e83ab904..3f4c964d 100644 --- a/tooling-server-configuration/pom.xml +++ b/tooling-server-configuration/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> microprofile-test-suite org.jboss.eap.qe