From 3182111965f0ebf73c2e8791abd9d3a58f0bdc7a Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Sun, 15 Sep 2024 12:16:15 -0500 Subject: [PATCH 1/4] Fixes #3966 - Move Core Profile TCK up in project hierarchy (#3967) --- external/coreprofile-tck/cdi/runner/core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/coreprofile-tck/cdi/runner/core/pom.xml b/external/coreprofile-tck/cdi/runner/core/pom.xml index 70e7ca558..598ea9c52 100644 --- a/external/coreprofile-tck/cdi/runner/core/pom.xml +++ b/external/coreprofile-tck/cdi/runner/core/pom.xml @@ -13,7 +13,7 @@ Piranha Core Profile - CDI TCK - Runner - Core - 24.9.0-SNAPSHOT + ${project.version} 5.1.2.Final From bc58481397b5c5478928e59874ddaf82ecea99ca Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Mon, 16 Sep 2024 16:13:37 -0500 Subject: [PATCH 2/4] Fixes #3973 - Pull up versions to top-level POM --- cli/macos/pom.xml | 1 - dist/micro/pom.xml | 2 - .../coreprofile/create_a_json_rest_service.md | 2 +- .../coreprofile/create_a_rest_service.md | 2 +- .../debugging_a_rest_service_with_netbeans.md | 2 +- .../debugging_a_rest_service_with_vscode.md | 2 +- .../testing_with_junit5_and_arquillian.md | 2 +- .../coreprofile/using_project_crac.md | 2 +- .../create_a_hello_world_web_application.md | 2 +- ..._a_piranha_embedded_graalvm_application.md | 2 +- .../create_an_embedded_jlink_application.md | 2 +- ...nning_piranha_embedded_with_spring_boot.md | 2 +- .../create_a_hello_world_web_application.md | 2 +- .../create_a_hello_world_web_application.md | 2 +- .../servlet/create_a_faces_application.md | 2 +- .../create_a_hello_world_web_application.md | 2 +- .../create_a_jakarta_pages_application.md | 2 +- .../servlet/create_a_websocket_application.md | 2 +- .../servlet/run_a_web_application_on_crac.md | 2 +- .../webprofile/create_a_faces_application.md | 2 +- .../create_a_hello_world_application.md | 2 +- .../create_a_jakarta_rest_service.md | 2 +- .../webprofile/create_a_pages_application.md | 2 +- .../testing_with_junit5_and_playwright.md | 2 +- .../testing_with_our_container_image.md | 2 +- extension/eclipse-epicyro/pom.xml | 1 - extension/eclipse-exousia/pom.xml | 1 - extension/eclipse-jaxb/pom.xml | 1 - extension/eclipse-jersey/pom.xml | 7 - extension/eclipse-jstl/pom.xml | 1 - extension/eclipse-mojarra/pom.xml | 1 - extension/eclipse-parsson/pom.xml | 1 - extension/eclipse-soteria/pom.xml | 2 - extension/eclipse-tyrus/pom.xml | 1 - extension/eclipse-wasp/pom.xml | 2 - extension/eclipse-yasson/pom.xml | 1 - extension/naming-cdi/pom.xml | 3 - extension/naming/pom.xml | 3 - extension/omnifaces-config/pom.xml | 2 +- .../omnifaces-microprofile-jwt-auth/pom.xml | 2 +- extension/omnifaces-omniservices/pom.xml | 2 +- extension/omnifaces-omniutils/pom.xml | 1 - extension/omnifish-omnibeans/pom.xml | 2 +- extension/omnifish-transact/pom.xml | 4 +- extension/redhat-weld/pom.xml | 1 - .../coreprofile-tck/cdi/runner/core/pom.xml | 18 +- .../coreprofile-tck/cdi/runner/model/pom.xml | 8 +- .../cdi/runner/signature/pom.xml | 1 - .../coreprofile/runner/pom.xml | 9 +- external/coreprofile-tck/rest/runner/pom.xml | 8 +- external/tck/jwt/pom.xml | 2 - http/netty/pom.xml | 4 - http/undertow/pom.xml | 1 - pom.xml | 203 +++++++++++++++++- test/coreprofile/helloarquillian/pom.xml | 12 +- .../springboot-virtualthreads/pom.xml | 1 - test/embedded/springboot/pom.xml | 1 - 57 files changed, 245 insertions(+), 111 deletions(-) diff --git a/cli/macos/pom.xml b/cli/macos/pom.xml index 0f870f128..9ff15d41b 100644 --- a/cli/macos/pom.xml +++ b/cli/macos/pom.xml @@ -22,7 +22,6 @@ org.graalvm.nativeimage native-image-maven-plugin - 21.2.0 diff --git a/dist/micro/pom.xml b/dist/micro/pom.xml index 0df23c284..b7f8719e2 100644 --- a/dist/micro/pom.xml +++ b/dist/micro/pom.xml @@ -277,7 +277,6 @@ org.apache.maven.plugins maven-javadoc-plugin - ${maven-javadoc-plugin.version} true @@ -285,7 +284,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} true true diff --git a/docs/src/site/markdown/coreprofile/create_a_json_rest_service.md b/docs/src/site/markdown/coreprofile/create_a_json_rest_service.md index d6cc0dd07..6cded695f 100644 --- a/docs/src/site/markdown/coreprofile/create_a_json_rest_service.md +++ b/docs/src/site/markdown/coreprofile/create_a_json_rest_service.md @@ -28,7 +28,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.coreprofile json - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile - Temperature JSON service diff --git a/docs/src/site/markdown/coreprofile/create_a_rest_service.md b/docs/src/site/markdown/coreprofile/create_a_rest_service.md index ece5bde56..a1fe918f6 100644 --- a/docs/src/site/markdown/coreprofile/create_a_rest_service.md +++ b/docs/src/site/markdown/coreprofile/create_a_rest_service.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.coreprofile rest - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile - REST service diff --git a/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_netbeans.md b/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_netbeans.md index 62272ff0d..39af5504d 100644 --- a/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_netbeans.md +++ b/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_netbeans.md @@ -25,7 +25,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.coreprofile netbeans-debug - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile - Debugging a REST service with NetBeans diff --git a/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_vscode.md b/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_vscode.md index 890e0a5d9..d898bb661 100644 --- a/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_vscode.md +++ b/docs/src/site/markdown/coreprofile/debugging_a_rest_service_with_vscode.md @@ -26,7 +26,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.coreprofile vscode-debug - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile - Debugging a REST service with VSCode diff --git a/docs/src/site/markdown/coreprofile/testing_with_junit5_and_arquillian.md b/docs/src/site/markdown/coreprofile/testing_with_junit5_and_arquillian.md index d75971dc8..56a7a8933 100644 --- a/docs/src/site/markdown/coreprofile/testing_with_junit5_and_arquillian.md +++ b/docs/src/site/markdown/coreprofile/testing_with_junit5_and_arquillian.md @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.coreprofile arquillian - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile - Testing with JUnit 5 and Arquillian diff --git a/docs/src/site/markdown/coreprofile/using_project_crac.md b/docs/src/site/markdown/coreprofile/using_project_crac.md index 8c3acc1da..227211c2d 100644 --- a/docs/src/site/markdown/coreprofile/using_project_crac.md +++ b/docs/src/site/markdown/coreprofile/using_project_crac.md @@ -32,7 +32,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.crac crac - 24.8.0-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Core Profile on Project CRaC diff --git a/docs/src/site/markdown/embedded/create_a_hello_world_web_application.md b/docs/src/site/markdown/embedded/create_a_hello_world_web_application.md index 154388323..c32f268c9 100644 --- a/docs/src/site/markdown/embedded/create_a_hello_world_web_application.md +++ b/docs/src/site/markdown/embedded/create_a_hello_world_web_application.md @@ -23,7 +23,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.embedded helloworld - 24.9.0-SNAPSHOT + 24.10.0-SNAPSHOT jar Piranha Embedded - Create a Hello World web application diff --git a/docs/src/site/markdown/embedded/create_a_piranha_embedded_graalvm_application.md b/docs/src/site/markdown/embedded/create_a_piranha_embedded_graalvm_application.md index 26f9e4520..8b7d638f0 100644 --- a/docs/src/site/markdown/embedded/create_a_piranha_embedded_graalvm_application.md +++ b/docs/src/site/markdown/embedded/create_a_piranha_embedded_graalvm_application.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.embedded graalvm - 1-SNAPSHOT + 24.10.0-SNAPSHOT jar Piranha Embedded - Create a GraalVM application diff --git a/docs/src/site/markdown/embedded/create_an_embedded_jlink_application.md b/docs/src/site/markdown/embedded/create_an_embedded_jlink_application.md index 9ee4fbb35..3907bd403 100644 --- a/docs/src/site/markdown/embedded/create_an_embedded_jlink_application.md +++ b/docs/src/site/markdown/embedded/create_an_embedded_jlink_application.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.embedded jlink - 24.3.0-SNAPSHOT + 24.10.0-SNAPSHOT jar Piranha Embedded - JLink application diff --git a/docs/src/site/markdown/embedded/running_piranha_embedded_with_spring_boot.md b/docs/src/site/markdown/embedded/running_piranha_embedded_with_spring_boot.md index 67c33d5d8..c3b099f98 100644 --- a/docs/src/site/markdown/embedded/running_piranha_embedded_with_spring_boot.md +++ b/docs/src/site/markdown/embedded/running_piranha_embedded_with_spring_boot.md @@ -20,7 +20,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.embedded springboot - 24.9.0-SNAPSHOT + 24.10.0-SNAPSHOT jar Piranha Embedded - Running Piranha Embedded with Spring Boot diff --git a/docs/src/site/markdown/micro/create_a_hello_world_web_application.md b/docs/src/site/markdown/micro/create_a_hello_world_web_application.md index 02bf0431d..c3379912b 100644 --- a/docs/src/site/markdown/micro/create_a_hello_world_web_application.md +++ b/docs/src/site/markdown/micro/create_a_hello_world_web_application.md @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.micro helloworld - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Micro - Create a Hello World application diff --git a/docs/src/site/markdown/server/create_a_hello_world_web_application.md b/docs/src/site/markdown/server/create_a_hello_world_web_application.md index 7a44fcf0e..7c170ca9c 100644 --- a/docs/src/site/markdown/server/create_a_hello_world_web_application.md +++ b/docs/src/site/markdown/server/create_a_hello_world_web_application.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.server helloworld - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Server - HelloWorld web application diff --git a/docs/src/site/markdown/servlet/create_a_faces_application.md b/docs/src/site/markdown/servlet/create_a_faces_application.md index f28eba1bc..18d5cc038 100644 --- a/docs/src/site/markdown/servlet/create_a_faces_application.md +++ b/docs/src/site/markdown/servlet/create_a_faces_application.md @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.servlet faces - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Servlet - Jakarta Faces application diff --git a/docs/src/site/markdown/servlet/create_a_hello_world_web_application.md b/docs/src/site/markdown/servlet/create_a_hello_world_web_application.md index 6b2dc2876..2b4a75ee8 100644 --- a/docs/src/site/markdown/servlet/create_a_hello_world_web_application.md +++ b/docs/src/site/markdown/servlet/create_a_hello_world_web_application.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.servlet helloworld - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Servlet - HelloWorld web application diff --git a/docs/src/site/markdown/servlet/create_a_jakarta_pages_application.md b/docs/src/site/markdown/servlet/create_a_jakarta_pages_application.md index ab9b246df..fa50c4e64 100644 --- a/docs/src/site/markdown/servlet/create_a_jakarta_pages_application.md +++ b/docs/src/site/markdown/servlet/create_a_jakarta_pages_application.md @@ -26,7 +26,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.servlet pages - 24.5.0-SNAPSHOT + 24.10.0-SNAPSHOT war Create a Jakarta Pages application on Piranha Servlet diff --git a/docs/src/site/markdown/servlet/create_a_websocket_application.md b/docs/src/site/markdown/servlet/create_a_websocket_application.md index e98b8b261..98b77fe4c 100644 --- a/docs/src/site/markdown/servlet/create_a_websocket_application.md +++ b/docs/src/site/markdown/servlet/create_a_websocket_application.md @@ -25,7 +25,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.servlet websocket - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Servlet - WebSocket Chat application diff --git a/docs/src/site/markdown/servlet/run_a_web_application_on_crac.md b/docs/src/site/markdown/servlet/run_a_web_application_on_crac.md index 7ae408dfd..c2a14ad98 100644 --- a/docs/src/site/markdown/servlet/run_a_web_application_on_crac.md +++ b/docs/src/site/markdown/servlet/run_a_web_application_on_crac.md @@ -33,7 +33,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.servlet crac - 24.5.0-SNAPSHOT + 24.10.0-SNAPSHOT war Run a web application on Piranha Servlet with CRaC diff --git a/docs/src/site/markdown/webprofile/create_a_faces_application.md b/docs/src/site/markdown/webprofile/create_a_faces_application.md index feb1adc3c..9c81232e5 100644 --- a/docs/src/site/markdown/webprofile/create_a_faces_application.md +++ b/docs/src/site/markdown/webprofile/create_a_faces_application.md @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.webprofile faces - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Web Profile - Jakarta Faces application diff --git a/docs/src/site/markdown/webprofile/create_a_hello_world_application.md b/docs/src/site/markdown/webprofile/create_a_hello_world_application.md index 76841786e..741c9f1c4 100644 --- a/docs/src/site/markdown/webprofile/create_a_hello_world_application.md +++ b/docs/src/site/markdown/webprofile/create_a_hello_world_application.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.webprofile helloworld - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Web Profile - HelloWorld application diff --git a/docs/src/site/markdown/webprofile/create_a_jakarta_rest_service.md b/docs/src/site/markdown/webprofile/create_a_jakarta_rest_service.md index 337c14e5d..86a918fd0 100644 --- a/docs/src/site/markdown/webprofile/create_a_jakarta_rest_service.md +++ b/docs/src/site/markdown/webprofile/create_a_jakarta_rest_service.md @@ -26,7 +26,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.webprofile rest - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Piranha Web Profile - HelloREST service diff --git a/docs/src/site/markdown/webprofile/create_a_pages_application.md b/docs/src/site/markdown/webprofile/create_a_pages_application.md index 25cad9a32..961414e76 100644 --- a/docs/src/site/markdown/webprofile/create_a_pages_application.md +++ b/docs/src/site/markdown/webprofile/create_a_pages_application.md @@ -27,7 +27,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.webprofile pages - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Jakarta Pages webapplication diff --git a/docs/src/site/markdown/webprofile/testing_with_junit5_and_playwright.md b/docs/src/site/markdown/webprofile/testing_with_junit5_and_playwright.md index b5a9e3a19..d440e21f4 100644 --- a/docs/src/site/markdown/webprofile/testing_with_junit5_and_playwright.md +++ b/docs/src/site/markdown/webprofile/testing_with_junit5_and_playwright.md @@ -29,7 +29,7 @@ create the ```pom.xml``` file with the content as below. 4.0.0 cloud.piranha.guides.webprofile playwright - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Testing with JUnit 5 and Playwright diff --git a/docs/src/site/markdown/webprofile/testing_with_our_container_image.md b/docs/src/site/markdown/webprofile/testing_with_our_container_image.md index 6b225cbda..582f335ea 100644 --- a/docs/src/site/markdown/webprofile/testing_with_our_container_image.md +++ b/docs/src/site/markdown/webprofile/testing_with_our_container_image.md @@ -25,7 +25,7 @@ Create an empty directory to store your Maven project. Inside of that directory 4.0.0 cloud.piranha.guides.webprofile docker - 1-SNAPSHOT + 24.10.0-SNAPSHOT war Testing with our container image diff --git a/extension/eclipse-epicyro/pom.xml b/extension/eclipse-epicyro/pom.xml index dba795a2e..12560d0c8 100644 --- a/extension/eclipse-epicyro/pom.xml +++ b/extension/eclipse-epicyro/pom.xml @@ -19,7 +19,6 @@ org.glassfish.epicyro epicyro - 3.0.0 compile diff --git a/extension/eclipse-exousia/pom.xml b/extension/eclipse-exousia/pom.xml index f167cc360..d5dbe4dbe 100644 --- a/extension/eclipse-exousia/pom.xml +++ b/extension/eclipse-exousia/pom.xml @@ -36,7 +36,6 @@ org.glassfish.exousia exousia - 2.1.1 compile diff --git a/extension/eclipse-jaxb/pom.xml b/extension/eclipse-jaxb/pom.xml index 8e0160601..54af4a3e7 100644 --- a/extension/eclipse-jaxb/pom.xml +++ b/extension/eclipse-jaxb/pom.xml @@ -36,7 +36,6 @@ org.glassfish.jaxb jaxb-runtime - ${jaxb-runtime.version} diff --git a/extension/eclipse-jersey/pom.xml b/extension/eclipse-jersey/pom.xml index a5bc2c3b9..26bffee1a 100644 --- a/extension/eclipse-jersey/pom.xml +++ b/extension/eclipse-jersey/pom.xml @@ -33,43 +33,36 @@ org.glassfish.jersey.containers jersey-container-servlet - ${jersey.version} runtime org.glassfish.jersey.containers jersey-container-servlet-core - ${jersey.version} runtime org.glassfish.jersey.core jersey-common - ${jersey.version} runtime org.glassfish.jersey.ext.cdi jersey-cdi1x - ${jersey.version} runtime org.glassfish.jersey.inject jersey-hk2 - ${jersey.version} runtime org.glassfish.jersey.media jersey-media-json-binding - ${jersey.version} runtime org.glassfish.jersey.media jersey-media-json-processing - ${jersey.version} runtime diff --git a/extension/eclipse-jstl/pom.xml b/extension/eclipse-jstl/pom.xml index 38b78969a..9e0fd5771 100644 --- a/extension/eclipse-jstl/pom.xml +++ b/extension/eclipse-jstl/pom.xml @@ -29,7 +29,6 @@ org.glassfish.web jakarta.servlet.jsp.jstl - ${jstl.version} runtime diff --git a/extension/eclipse-mojarra/pom.xml b/extension/eclipse-mojarra/pom.xml index 287425cb5..b60b1e8a7 100644 --- a/extension/eclipse-mojarra/pom.xml +++ b/extension/eclipse-mojarra/pom.xml @@ -29,7 +29,6 @@ org.glassfish jakarta.faces - ${mojarra.version} runtime diff --git a/extension/eclipse-parsson/pom.xml b/extension/eclipse-parsson/pom.xml index ece3c45ba..1467f1978 100644 --- a/extension/eclipse-parsson/pom.xml +++ b/extension/eclipse-parsson/pom.xml @@ -29,7 +29,6 @@ org.eclipse.parsson parsson - ${parsson.version} runtime diff --git a/extension/eclipse-soteria/pom.xml b/extension/eclipse-soteria/pom.xml index 0ecab2b70..b784f7e73 100644 --- a/extension/eclipse-soteria/pom.xml +++ b/extension/eclipse-soteria/pom.xml @@ -30,13 +30,11 @@ org.glassfish.soteria soteria.spi.bean.decorator.weld - 3.0.3 compile org.glassfish.soteria jakarta.security.enterprise - 3.0.3 compile diff --git a/extension/eclipse-tyrus/pom.xml b/extension/eclipse-tyrus/pom.xml index 34db8be70..c56f0fbec 100644 --- a/extension/eclipse-tyrus/pom.xml +++ b/extension/eclipse-tyrus/pom.xml @@ -29,7 +29,6 @@ org.glassfish.tyrus tyrus-container-servlet - ${tyrus.version} runtime diff --git a/extension/eclipse-wasp/pom.xml b/extension/eclipse-wasp/pom.xml index 093bbffcb..30386183f 100644 --- a/extension/eclipse-wasp/pom.xml +++ b/extension/eclipse-wasp/pom.xml @@ -27,11 +27,9 @@ jakarta.servlet.jsp-api compile - org.glassfish.wasp wasp - 3.2.0 compile diff --git a/extension/eclipse-yasson/pom.xml b/extension/eclipse-yasson/pom.xml index 7d547d0b4..f41797fad 100644 --- a/extension/eclipse-yasson/pom.xml +++ b/extension/eclipse-yasson/pom.xml @@ -32,7 +32,6 @@ org.eclipse yasson - ${yasson.version} runtime diff --git a/extension/naming-cdi/pom.xml b/extension/naming-cdi/pom.xml index 969975c2a..e08351151 100644 --- a/extension/naming-cdi/pom.xml +++ b/extension/naming-cdi/pom.xml @@ -25,13 +25,11 @@ com.manorrock.herring herring - 23.5.0 compile com.manorrock.herring herring-thread - 23.5.0 compile @@ -43,7 +41,6 @@ jakarta.enterprise jakarta.enterprise.cdi-api - cloud.piranha diff --git a/extension/naming/pom.xml b/extension/naming/pom.xml index 7ed4dd891..ce157e90d 100644 --- a/extension/naming/pom.xml +++ b/extension/naming/pom.xml @@ -25,13 +25,11 @@ com.manorrock.herring herring - 23.5.0 compile com.manorrock.herring herring-thread - 23.5.0 compile @@ -43,7 +41,6 @@ jakarta.enterprise jakarta.enterprise.cdi-api - cloud.piranha diff --git a/extension/omnifaces-config/pom.xml b/extension/omnifaces-config/pom.xml index 304ebdbef..0d577c58c 100644 --- a/extension/omnifaces-config/pom.xml +++ b/extension/omnifaces-config/pom.xml @@ -24,7 +24,7 @@ org.omnifaces omni-mp-config - ${omni-mp-config.version} + compile diff --git a/extension/omnifaces-microprofile-jwt-auth/pom.xml b/extension/omnifaces-microprofile-jwt-auth/pom.xml index 2dc7afd3e..be338dccd 100644 --- a/extension/omnifaces-microprofile-jwt-auth/pom.xml +++ b/extension/omnifaces-microprofile-jwt-auth/pom.xml @@ -24,7 +24,7 @@ org.omnifaces microprofile-jwt-auth - ${microprofile-jwt-auth.version} + compile diff --git a/extension/omnifaces-omniservices/pom.xml b/extension/omnifaces-omniservices/pom.xml index 47ef485e3..8f5725da6 100644 --- a/extension/omnifaces-omniservices/pom.xml +++ b/extension/omnifaces-omniservices/pom.xml @@ -24,7 +24,7 @@ org.omnifaces omniservices - ${omniservices.version} + compile diff --git a/extension/omnifaces-omniutils/pom.xml b/extension/omnifaces-omniutils/pom.xml index 990b62284..2e940ec40 100644 --- a/extension/omnifaces-omniutils/pom.xml +++ b/extension/omnifaces-omniutils/pom.xml @@ -21,7 +21,6 @@ org.omnifaces omniutils - ${omniutils.version} compile diff --git a/extension/omnifish-omnibeans/pom.xml b/extension/omnifish-omnibeans/pom.xml index 6a612dd26..efabdcfe2 100644 --- a/extension/omnifish-omnibeans/pom.xml +++ b/extension/omnifish-omnibeans/pom.xml @@ -24,7 +24,7 @@ ee.omnifish omnibeans - ${omnibeans.version} + compile diff --git a/extension/omnifish-transact/pom.xml b/extension/omnifish-transact/pom.xml index d75a21fd0..c971d4b23 100644 --- a/extension/omnifish-transact/pom.xml +++ b/extension/omnifish-transact/pom.xml @@ -21,13 +21,11 @@ ${project.version} compile - ee.omnifish transact-cdi-beans - ${transact-cdi-beans.version} + compile - jakarta.el diff --git a/extension/redhat-weld/pom.xml b/extension/redhat-weld/pom.xml index a90269a14..c466b5ad5 100644 --- a/extension/redhat-weld/pom.xml +++ b/extension/redhat-weld/pom.xml @@ -24,7 +24,6 @@ org.jboss.weld.servlet weld-servlet-core - ${weld.version} compile diff --git a/external/coreprofile-tck/cdi/runner/core/pom.xml b/external/coreprofile-tck/cdi/runner/core/pom.xml index 598ea9c52..a43c12666 100644 --- a/external/coreprofile-tck/cdi/runner/core/pom.xml +++ b/external/coreprofile-tck/cdi/runner/core/pom.xml @@ -22,7 +22,7 @@ org.jboss.arquillian arquillian-bom - 1.8.0.Final + ${arquillian.version} pom import @@ -34,14 +34,12 @@ jakarta.enterprise jakarta.enterprise.cdi-api - 4.0.0 provided - + jakarta.servlet jakarta.servlet-api - 6.0.0 test @@ -52,7 +50,6 @@ org.jboss.weld weld-core-impl - ${weld.version} org.testng @@ -68,13 +65,11 @@ org.jboss.weld weld-lite-extension-translator - ${weld.version} org.jboss.weld.module weld-jsf - ${weld.version} org.testng @@ -86,12 +81,10 @@ org.jboss.weld.module weld-ejb - ${weld.version} org.jboss.weld.module weld-web - ${weld.version} @@ -158,7 +151,6 @@ org.glassfish.expressly expressly - 5.0.0 provided @@ -171,13 +163,11 @@ commons-lang commons-lang - 2.6 test org.testng testng - 7.4.0 test @@ -210,7 +200,6 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 21 -Xlint:unchecked @@ -265,7 +254,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 process-test-classes @@ -288,7 +276,6 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 @@ -328,7 +315,6 @@ org.apache.maven.plugins maven-surefire-report-plugin - 3.3.1 generate-test-report diff --git a/external/coreprofile-tck/cdi/runner/model/pom.xml b/external/coreprofile-tck/cdi/runner/model/pom.xml index 45858f552..53f6759c9 100644 --- a/external/coreprofile-tck/cdi/runner/model/pom.xml +++ b/external/coreprofile-tck/cdi/runner/model/pom.xml @@ -38,7 +38,7 @@ org.jboss.arquillian arquillian-bom - 1.8.0.Final + ${arquillian.version} pom import @@ -48,7 +48,6 @@ jakarta.enterprise jakarta.enterprise.cdi-api - 4.0.0 provided @@ -68,7 +67,6 @@ org.junit.jupiter junit-jupiter-engine - 5.11.0 test @@ -89,7 +87,6 @@ maven-compiler-plugin - 3.13.0 -proc:none @@ -97,7 +94,6 @@ maven-jar-plugin - 3.4.2 @@ -118,7 +114,6 @@ maven-surefire-plugin - 3.5.0 -Xmx768m 1 @@ -136,7 +131,6 @@ maven-surefire-report-plugin - 3.5.0 generate-test-report diff --git a/external/coreprofile-tck/cdi/runner/signature/pom.xml b/external/coreprofile-tck/cdi/runner/signature/pom.xml index b422de182..3810412ba 100644 --- a/external/coreprofile-tck/cdi/runner/signature/pom.xml +++ b/external/coreprofile-tck/cdi/runner/signature/pom.xml @@ -89,7 +89,6 @@ jakarta.tck sigtest-maven-plugin - 2.1 sigtest diff --git a/external/coreprofile-tck/coreprofile/runner/pom.xml b/external/coreprofile-tck/coreprofile/runner/pom.xml index b7d35021f..b539aff11 100644 --- a/external/coreprofile-tck/coreprofile/runner/pom.xml +++ b/external/coreprofile-tck/coreprofile/runner/pom.xml @@ -20,7 +20,7 @@ org.jboss.arquillian arquillian-bom - 1.8.0.Final + ${arquillian.version} pom test @@ -47,37 +47,31 @@ org.junit.jupiter junit-jupiter - 5.11.0 test org.junit.jupiter junit-jupiter-api - 5.11.0 test org.junit.jupiter junit-jupiter-engine - 5.11.0 test org.omnifaces.arquillian glassfish-client-ee10 - 1.6 test commons-httpclient commons-httpclient - 3.1 test org.jboss.arquillian.junit5 arquillian-junit5-container - 1.8.0.Final test @@ -96,7 +90,6 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.0 verify diff --git a/external/coreprofile-tck/rest/runner/pom.xml b/external/coreprofile-tck/rest/runner/pom.xml index e66769370..32cd0e4b4 100644 --- a/external/coreprofile-tck/rest/runner/pom.xml +++ b/external/coreprofile-tck/rest/runner/pom.xml @@ -19,7 +19,7 @@ org.jboss.arquillian arquillian-bom - 1.8.0.Final + ${arquillian.version} test pom @@ -41,31 +41,26 @@ org.jboss.arquillian.protocol arquillian-protocol-servlet-jakarta - 1.8.0.Final test org.jboss.arquillian.junit5 arquillian-junit5-container - 1.8.0.Final test org.junit.jupiter junit-jupiter - 5.11.0 test org.junit.jupiter junit-jupiter-api - 5.11.0 test org.junit.jupiter junit-jupiter-engine - 5.11.0 test @@ -87,7 +82,6 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0 verify diff --git a/external/tck/jwt/pom.xml b/external/tck/jwt/pom.xml index 39aaf677a..1d46aefd7 100644 --- a/external/tck/jwt/pom.xml +++ b/external/tck/jwt/pom.xml @@ -51,13 +51,11 @@ org.omnifaces.arquillian glassfish-client-ee9 - 1.0 jakarta.platform jakarta.jakartaee-api - 9.1.0 diff --git a/http/netty/pom.xml b/http/netty/pom.xml index 2723a75c4..040589b25 100644 --- a/http/netty/pom.xml +++ b/http/netty/pom.xml @@ -24,25 +24,21 @@ io.netty netty-buffer - ${netty.version} compile io.netty netty-codec-http - ${netty.version} compile io.netty netty-codec-http2 - ${netty.version} compile io.netty netty-transport - ${netty.version} compile diff --git a/http/undertow/pom.xml b/http/undertow/pom.xml index eeee93c58..b546e6a1b 100644 --- a/http/undertow/pom.xml +++ b/http/undertow/pom.xml @@ -21,7 +21,6 @@ io.undertow undertow-core - ${undertow.version} compile diff --git a/pom.xml b/pom.xml index 3c1b7b638..59fd95670 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,8 @@ 2.0.0-M2 0.1.3 4.0.4 + 3.0.0 + 2.1.1 5.0.0 1.1.1 4.0.2 @@ -88,6 +90,7 @@ 2.3.232 5.4.0 + 23.12.0 8.0.1.Final 2.70.0 2.1.3 @@ -137,10 +140,12 @@ 2.0.0-beta-1 2.0.0 3.3.0 - 3.2.3 + 3.0.3 + 3.3.3 1.0.1 2.1.5 - 2.3.15.Final + 2.3.17.Final + 3.2.2 5.1.3.Final 3.0.4 @@ -177,6 +182,7 @@ 3.4.0 1.0.0.RC2 + 21.2.0 1.7.0 1.3.0 2.17.1 @@ -226,6 +232,18 @@ expressly ${expressly.version} + + + org.glassfish.epicyro + epicyro + ${epicyro.version} + + + + org.glassfish.exousia + exousia + ${exousia.version} + org.glassfish.grizzly @@ -242,6 +260,54 @@ grizzly-npn-api ${grizzly-npn-api.version} + + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-runtime.version} + + + + org.glassfish.jersey.containers + jersey-container-servlet + ${jersey.version} + + + org.glassfish.jersey.containers + jersey-container-servlet-core + ${jersey.version} + + + org.glassfish.jersey.core + jersey-common + ${jersey.version} + + + org.glassfish.jersey.ext.cdi + jersey-cdi1x + ${jersey.version} + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey.version} + + + org.glassfish.jersey.media + jersey-media-json-binding + ${jersey.version} + + + org.glassfish.jersey.media + jersey-media-json-processing + ${jersey.version} + + + + org.glassfish.web + jakarta.servlet.jsp.jstl + ${jstl.version} + org.eclipse.persistence @@ -263,6 +329,47 @@ org.eclipse.persistence.json ${eclipselink.version} + + + org.glassfish + jakarta.faces + ${mojarra.version} + + + + org.eclipse.parsson + parsson + ${parsson.version} + + + + org.glassfish.soteria + soteria.spi.bean.decorator.weld + ${soteria.version} + + + org.glassfish.soteria + jakarta.security.enterprise + ${soteria.version} + + + + org.glassfish.tyrus + tyrus-container-servlet + ${tyrus.version} + + + + org.glassfish.wasp + wasp + ${wasp.version} + + + + org.eclipse + yasson + ${yasson.version} + me.alexpanov @@ -298,12 +405,93 @@ htmlunit ${htmlunit.version} + + + org.jboss.weld.servlet + weld-servlet-core + ${weld.version} + + + + com.manorrock.herring + herring + ${herring.version} + + + com.manorrock.herring + herring-thread + ${herring.version} + + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-codec-http + ${netty.version} + + + io.netty + netty-codec-http2 + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + + ee.omnifish + omnibeans + ${omnibeans.version} + + + + org.omnifaces + omni-mp-config + ${omni-mp-config.version} + + + + org.omnifaces + microprofile-jwt-auth + ${microprofile-jwt-auth.version} + + + + ee.omnifish + transact-cdi-beans + ${transact-cdi-beans.version} + + + + org.omnifaces + omniservices + ${omniservices.version} + + + + org.omnifaces + omniutils + ${omniutils.version} + io.github.crac org-crac ${crac.version} + + + io.undertow + undertow-core + ${undertow.version} + + @@ -562,6 +750,12 @@ versions-maven-plugin ${versions-maven-plugin.version} + + + org.graalvm.nativeimage + native-image-maven-plugin + ${native-image-maven-plugin.version} + org.jacoco jacoco-maven-plugin @@ -577,6 +771,11 @@ nexus-staging-maven-plugin ${nexus-staging-maven-plugin.version} + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + diff --git a/test/coreprofile/helloarquillian/pom.xml b/test/coreprofile/helloarquillian/pom.xml index 8b3594902..8752612ee 100644 --- a/test/coreprofile/helloarquillian/pom.xml +++ b/test/coreprofile/helloarquillian/pom.xml @@ -18,6 +18,17 @@ UTF-8 + + + + org.jboss.arquillian + arquillian-bom + ${arquillian.version} + pom + import + + + @@ -50,7 +61,6 @@ org.jboss.arquillian.junit5 arquillian-junit5-container - ${arquillian.version} test diff --git a/test/embedded/springboot-virtualthreads/pom.xml b/test/embedded/springboot-virtualthreads/pom.xml index e90639075..b99661c20 100644 --- a/test/embedded/springboot-virtualthreads/pom.xml +++ b/test/embedded/springboot-virtualthreads/pom.xml @@ -57,7 +57,6 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} --enable-preview diff --git a/test/embedded/springboot/pom.xml b/test/embedded/springboot/pom.xml index 58e9e0f22..124021113 100644 --- a/test/embedded/springboot/pom.xml +++ b/test/embedded/springboot/pom.xml @@ -50,7 +50,6 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} + + org.jboss.arquillian + arquillian-bom + ${arquillian.version} + + + org.jboss.arquillian + arquillian-build + ${arquillian.version} + org.jboss.weld.servlet @@ -493,17 +504,6 @@ - - - org.jboss.arquillian - arquillian-bom - ${arquillian.version} - - - org.jboss.arquillian - arquillian-build - ${arquillian.version} - From 72a6639b2cd94b0dc30c91168b870cdbd1cc6959 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Mon, 16 Sep 2024 16:57:31 -0500 Subject: [PATCH 4/4] Fixes #3973 - Pull up versions to top-level POM --- bom/pom.xml | 7 ++++++- pom.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index fba554b08..68a28db02 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -97,7 +97,12 @@ jakarta.faces-api ${jakarta.faces-api.version} - + + + jakarta.inject + jakarta.inject-api + ${jakarta.inject-api.version} + jakarta.json.bind diff --git a/pom.xml b/pom.xml index 597477c88..0ab42f3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -101,6 +101,7 @@ 5.0.1 4.0.1 4.0.1 + 2.0.1.MR 10.0.0 10.0.0 2.1.3