From 1776a12b68941e0d53254d2e0b4dc0be2d2f2b3d Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 10:37:31 +0000 Subject: [PATCH 1/6] Cleanup README includes --- batch-processing/README-source.adoc | 2 - bmt/README-source.adoc | 22 ----- cmt/README-source.adoc | 2 - ee-security/README-source.adoc | 2 - ejb-remote/README-source.adoc | 4 +- .../README-source.adoc | 2 - .../README-source.adoc | 11 +-- ejb-throws-exception/README-source.adoc | 2 - ejb-timer/README-source.adoc | 2 - ha-singleton-deployment/README-source.adoc | 3 - ha-singleton-service/README-source.adoc | 5 - helloworld-jms/README-source.adoc | 2 - helloworld-mdb/README-source.adoc | 2 - .../README-source.adoc | 2 - helloworld-mutual-ssl/README-source.adoc | 8 +- helloworld-rs/README-source.adoc | 2 - helloworld-singleton/README-source.adoc | 2 - helloworld-ws/README-source.adoc | 2 - helloworld/README-source.adoc | 2 - hibernate/README-source.adoc | 2 - http-custom-mechanism/README-source.adoc | 2 - jaxrs-client/README-source.adoc | 2 - jaxrs-jwt/README-source.adoc | 3 - jaxws-ejb/README-source.adoc | 2 - jaxws-retail/README-source.adoc | 2 - jsonp/README-source.adoc | 2 - jta-crash-rec/README-source.adoc | 17 +--- jts/README-source.adoc | 12 +-- kitchensink/README-source.adoc | 2 - logging/README-source.adoc | 3 - mail/README-source.adoc | 23 +---- micrometer/README-source.adoc | 2 - numberguess/README-source.adoc | 2 - opentelemetry-tracing/README-source.adoc | 2 - remote-helloworld-mdb/README-source.adoc | 4 - security-domain-to-domain/README-source.adoc | 2 - servlet-async/README-source.adoc | 2 - servlet-filterlistener/README-source.adoc | 2 - servlet-security/README-source.adoc | 2 - shared-doc/debug-the-application.adoc | 23 ----- shared-doc/deploy-to-openshift-online.adoc | 68 ------------- shared-doc/openshift-create-project.adoc | 46 --------- shared-doc/openshift-deploy-project.adoc | 97 ------------------- .../openshift-getting-started-overview.adoc | 8 -- shared-doc/openshift-getting-started.adoc | 8 -- ...enshift-import-imagestreams-templates.adoc | 71 -------------- .../openshift-post-deployment-tasks.adoc | 61 ------------ ...-quickstart-in-jboss-developer-studio.adoc | 17 ---- spring-resteasy/README-source.adoc | 2 - tasks-jsf/README-source.adoc | 2 - temperature-converter/README-source.adoc | 2 - thread-racing/README-source.adoc | 2 - websocket-endpoint/README-source.adoc | 2 - websocket-hello/README-source.adoc | 2 - 54 files changed, 6 insertions(+), 574 deletions(-) delete mode 100644 shared-doc/debug-the-application.adoc delete mode 100644 shared-doc/deploy-to-openshift-online.adoc delete mode 100644 shared-doc/openshift-create-project.adoc delete mode 100644 shared-doc/openshift-deploy-project.adoc delete mode 100644 shared-doc/openshift-getting-started-overview.adoc delete mode 100644 shared-doc/openshift-getting-started.adoc delete mode 100644 shared-doc/openshift-import-imagestreams-templates.adoc delete mode 100644 shared-doc/openshift-post-deployment-tasks.adoc delete mode 100644 shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc diff --git a/batch-processing/README-source.adoc b/batch-processing/README-source.adoc index 1f4573932c..64a8e3e112 100644 --- a/batch-processing/README-source.adoc +++ b/batch-processing/README-source.adoc @@ -138,9 +138,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/bmt/README-source.adoc b/bmt/README-source.adoc index a884f8da42..3a96bde570 100644 --- a/bmt/README-source.adoc +++ b/bmt/README-source.adoc @@ -28,8 +28,6 @@ When you run this example, you are presented with a *Use bean managed Entity Man This example shows how to transactionally insert key value pairs into the database and demonstrates the requirements on the developer with respect to the JPA Entity Manager. -ifndef::EAPCDRelease[] - // Link to the quickstart source include::../shared-doc/view-the-source.adoc[leveloffset=+1] // Considerations for Use in a Production Environment @@ -70,29 +68,9 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] -endif::[] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes include::../shared-doc/build-and-run-the-quickstart-with-kubernetes.adoc[leveloffset=+1] -endif::[] -//************************************************* -// Product Release content only -//************************************************* -ifdef::ProductRelease[] - -// Getting Started with OpenShift -include::../shared-doc/openshift-getting-started.adoc[leveloffset=+1] -//Prepare OpenShift for Quickstart Deployment -include::../shared-doc/openshift-create-project.adoc[leveloffset=+1] -// Import the Latest {xpaasproduct-shortname} Image Streams and Templates -include::../shared-doc/openshift-import-imagestreams-templates.adoc[leveloffset=+1] -// Deploy the {ProductShortName} Source-to-Image (S2I) Quickstart to OpenShift -include::../shared-doc/openshift-deploy-project.adoc[leveloffset=+1] -// Openshift post deployment tasks -include::../shared-doc/openshift-post-deployment-tasks.adoc[leveloffset=+1] - endif::[] \ No newline at end of file diff --git a/cmt/README-source.adoc b/cmt/README-source.adoc index f362e0b929..cffcc52c95 100644 --- a/cmt/README-source.adoc +++ b/cmt/README-source.adoc @@ -84,9 +84,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/ee-security/README-source.adoc b/ee-security/README-source.adoc index a7c252be6f..ccb35b619f 100644 --- a/ee-security/README-source.adoc +++ b/ee-security/README-source.adoc @@ -126,9 +126,7 @@ include::../shared-doc/restore-standalone-server-configuration.adoc[leveloffset= include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/ejb-remote/README-source.adoc b/ejb-remote/README-source.adoc index c9b5dcd46c..e00c33e322 100644 --- a/ejb-remote/README-source.adoc +++ b/ejb-remote/README-source.adoc @@ -100,9 +100,7 @@ Logging statements have been removed from this output here to make it clearer. include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // This quickstart is not openshift compatible -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/ejb-security-context-propagation/README-source.adoc b/ejb-security-context-propagation/README-source.adoc index 385587f3dd..deefd7526d 100644 --- a/ejb-security-context-propagation/README-source.adoc +++ b/ejb-security-context-propagation/README-source.adoc @@ -301,9 +301,7 @@ The batch executed successfully // Restore the {productName} Standalone Server Configuration Manually include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/ejb-security-programmatic-auth/README-source.adoc b/ejb-security-programmatic-auth/README-source.adoc index 821aeac1d3..b08af9a8a5 100644 --- a/ejb-security-programmatic-auth/README-source.adoc +++ b/ejb-security-programmatic-auth/README-source.adoc @@ -168,16 +168,7 @@ Principal has admin permission: true * Make sure you xref:restore_the_server_configuration[restore the {productName} standalone server configuration] when you have completed testing this quickstart. // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] - -//************************************************* -// Product Release content only -//************************************************* -ifdef::ProductRelease[] // Quickstart not compatible with OpenShift -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] - -endif::[] \ No newline at end of file +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/ejb-throws-exception/README-source.adoc b/ejb-throws-exception/README-source.adoc index fca363f3dd..85f82dcc32 100644 --- a/ejb-throws-exception/README-source.adoc +++ b/ejb-throws-exception/README-source.adoc @@ -86,9 +86,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level // Undeploy the Quickstart include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/ejb-timer/README-source.adoc b/ejb-timer/README-source.adoc index 15d820aa8c..c7c731e04e 100644 --- a/ejb-timer/README-source.adoc +++ b/ejb-timer/README-source.adoc @@ -89,9 +89,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/ha-singleton-deployment/README-source.adoc b/ha-singleton-deployment/README-source.adoc index 0f77b822e6..782f341f00 100644 --- a/ha-singleton-deployment/README-source.adoc +++ b/ha-singleton-deployment/README-source.adoc @@ -254,8 +254,5 @@ mvn wildfly:undeploy mvn wildfly:undeploy -Dwildfly.port=10090 ---- -// Debug the Application -include::../shared-doc/debug-the-application.adoc[leveloffset=+1] - // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] diff --git a/ha-singleton-service/README-source.adoc b/ha-singleton-service/README-source.adoc index adf2ede397..9de0cbe52c 100644 --- a/ha-singleton-service/README-source.adoc +++ b/ha-singleton-service/README-source.adoc @@ -474,10 +474,5 @@ $ __{jbossHomeName}_2__/bin/jboss-cli.sh --connect --controller=localhost:10090 + NOTE: For Windows, use the `__{jbossHomeName}_1__\bin\jboss-cli.bat` and `__{jbossHomeName}_2__\bin\jboss-cli.bat` scripts. -// Run the Quickstart in Red Hat CodeReady Studio or Eclipse -include::../shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc[leveloffset=+1] -// Debug the Application -include::../shared-doc/debug-the-application.adoc[leveloffset=+1] - // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] diff --git a/helloworld-jms/README-source.adoc b/helloworld-jms/README-source.adoc index 09a74c120e..ce2d681eed 100644 --- a/helloworld-jms/README-source.adoc +++ b/helloworld-jms/README-source.adoc @@ -156,7 +156,5 @@ The batch executed successfully ---- // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/helloworld-mdb/README-source.adoc b/helloworld-mdb/README-source.adoc index fd437b3a63..d9496d945b 100644 --- a/helloworld-mdb/README-source.adoc +++ b/helloworld-mdb/README-source.adoc @@ -85,9 +85,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/helloworld-mutual-ssl-secured/README-source.adoc b/helloworld-mutual-ssl-secured/README-source.adoc index 2d2c342230..70fc563868 100644 --- a/helloworld-mutual-ssl-secured/README-source.adoc +++ b/helloworld-mutual-ssl-secured/README-source.adoc @@ -293,9 +293,7 @@ After you are done with this quickstart, remember to remove the certificate that . The certificate has now been removed from the Mozilla Firefox browser. // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] diff --git a/helloworld-mutual-ssl/README-source.adoc b/helloworld-mutual-ssl/README-source.adoc index 50044d59d7..1a864c5ad1 100644 --- a/helloworld-mutual-ssl/README-source.adoc +++ b/helloworld-mutual-ssl/README-source.adoc @@ -232,13 +232,7 @@ After you are done with this quickstart, remember to remove the certificate that // Product Release content only //************************************************* // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] - -ifdef::ProductRelease[] // Quickstart not compatible with OpenShift -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] - -endif::[] \ No newline at end of file +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/helloworld-rs/README-source.adoc b/helloworld-rs/README-source.adoc index 6f3ea5de51..d55e2a9974 100644 --- a/helloworld-rs/README-source.adoc +++ b/helloworld-rs/README-source.adoc @@ -41,9 +41,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/helloworld-singleton/README-source.adoc b/helloworld-singleton/README-source.adoc index e794954c51..06da23c6be 100644 --- a/helloworld-singleton/README-source.adoc +++ b/helloworld-singleton/README-source.adoc @@ -48,9 +48,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/helloworld-ws/README-source.adoc b/helloworld-ws/README-source.adoc index 5462ba33a7..f99c03b413 100644 --- a/helloworld-ws/README-source.adoc +++ b/helloworld-ws/README-source.adoc @@ -56,9 +56,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/helloworld/README-source.adoc b/helloworld/README-source.adoc index 4c5e6bf039..278170ff13 100644 --- a/helloworld/README-source.adoc +++ b/helloworld/README-source.adoc @@ -41,9 +41,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Bootable JAR include::../shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc[leveloffset=+1] // OpenShift diff --git a/hibernate/README-source.adoc b/hibernate/README-source.adoc index bbc713fa3d..f58cc44dfa 100644 --- a/hibernate/README-source.adoc +++ b/hibernate/README-source.adoc @@ -138,9 +138,7 @@ process-state: reload-required include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/http-custom-mechanism/README-source.adoc b/http-custom-mechanism/README-source.adoc index 40acf5a1e7..406232141a 100644 --- a/http-custom-mechanism/README-source.adoc +++ b/http-custom-mechanism/README-source.adoc @@ -239,9 +239,7 @@ process-state: reload-required include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/jaxrs-client/README-source.adoc b/jaxrs-client/README-source.adoc index a890645c94..f32f38f004 100644 --- a/jaxrs-client/README-source.adoc +++ b/jaxrs-client/README-source.adoc @@ -64,9 +64,7 @@ When you run the integration tests, Maven prints summary of the performed tests include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/jaxrs-jwt/README-source.adoc b/jaxrs-jwt/README-source.adoc index 0cc30e7b62..ac8da209d4 100644 --- a/jaxrs-jwt/README-source.adoc +++ b/jaxrs-jwt/README-source.adoc @@ -146,10 +146,7 @@ process-state: reload-required // Restore the {productName} Standalone Server Configuration Manually include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] - include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/jaxws-ejb/README-source.adoc b/jaxws-ejb/README-source.adoc index 30e558ac37..11a02094f8 100644 --- a/jaxws-ejb/README-source.adoc +++ b/jaxws-ejb/README-source.adoc @@ -46,9 +46,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/jaxws-retail/README-source.adoc b/jaxws-retail/README-source.adoc index e8375c7c1f..42396aa50b 100644 --- a/jaxws-retail/README-source.adoc +++ b/jaxws-retail/README-source.adoc @@ -40,9 +40,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/jsonp/README-source.adoc b/jsonp/README-source.adoc index 3c3a5110a6..be6fc47d56 100644 --- a/jsonp/README-source.adoc +++ b/jsonp/README-source.adoc @@ -48,9 +48,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-kubernetes.adoc[leveloffset=+1] diff --git a/jta-crash-rec/README-source.adoc b/jta-crash-rec/README-source.adoc index 7173e6d800..c60a72608d 100644 --- a/jta-crash-rec/README-source.adoc +++ b/jta-crash-rec/README-source.adoc @@ -187,21 +187,6 @@ HHH000431: Unable to determine H2 database version, certain features may not wor include::../shared-doc/run-integration-tests-with-server-distribution.adoc[leveloffset=+1] // Undeploy the Quickstart include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] -// Run the Quickstart in Red Hat CodeReady Studio or Eclipse -include::../shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc[leveloffset=+1] - - -NOTE: Within {JBDSProductName}, make sure you define a server runtime environment that uses the `standalone-full.xml` configuration file. - -// Debug the Application -include::../shared-doc/debug-the-application.adoc[leveloffset=+1] - -//************************************************* -// Product Release content only -//************************************************* -ifdef::ProductRelease[] // Quickstart not compatible with OpenShift -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] - -endif::[] \ No newline at end of file +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/jts/README-source.adoc b/jts/README-source.adoc index c199634b61..d096dd7ce3 100644 --- a/jts/README-source.adoc +++ b/jts/README-source.adoc @@ -392,15 +392,5 @@ NOTE: For Windows, use the `__{jbossHomeName}_1__\bin\jboss-cli.bat` script. ---- -// Run the Quickstart in Red Hat CodeReady Studio or Eclipse -include::../shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc[leveloffset=+1] - -//************************************************* -// Product Release content only -//************************************************* -ifdef::ProductRelease[] - // Quickstart not compatible with OpenShift -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] - -endif::[] +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/kitchensink/README-source.adoc b/kitchensink/README-source.adoc index 76e5de341a..312b128133 100644 --- a/kitchensink/README-source.adoc +++ b/kitchensink/README-source.adoc @@ -145,9 +145,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level // Undeploy the Quickstart include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/logging/README-source.adoc b/logging/README-source.adoc index aaf19a4627..ffd9cf02d3 100644 --- a/logging/README-source.adoc +++ b/logging/README-source.adoc @@ -157,10 +157,7 @@ This script removes the log and file handlers from the `logging` subsystem in th include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] - include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] //Kubernetes diff --git a/mail/README-source.adoc b/mail/README-source.adoc index 45cddc992b..deaf4598c1 100644 --- a/mail/README-source.adoc +++ b/mail/README-source.adoc @@ -174,30 +174,9 @@ process-state: reload-required // Restore the {productName} Standalone Server Configuration Manually include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] -// Run the Quickstart in Red Hat CodeReady Studio or Eclipse -include::../shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc[leveloffset=+1] - -// Additional Red Hat CodeReady Studio instructions -* Make sure you xref:configure_an_smtp_server_on_your_local_machine[Configure an SMTP Server on Your Local Machine]. -* Make sure you configure the {productName} custom mail configuration as described above under xref:configure_the_server[Configure the {productName} Server]. Stop the server at the end of that step. -* To deploy the server project, right-click on the *{artifactId}* project and choose *Run As* –> *Run on Server*. A browser window appears that accesses the running application. -* To undeploy the project, right-click on the *{artifactId}* project and choose *Run As* –> *Maven build*. Enter `wildfly:undeploy` for the *Goals* and click *Run*. -* Make sure you xref:restore_the_server_configuration[restore the {productName} server configuration] when you have completed testing this quickstart. - -// Debug the Application -include::../shared-doc/debug-the-application.adoc[leveloffset=+1] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] - -//************************************************* -// Product Release content only -//************************************************* -ifdef::ProductRelease[] // Quickstart not compatible with OpenShift -include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] - -endif::[] +include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/micrometer/README-source.adoc b/micrometer/README-source.adoc index a62e018e99..946c9447ee 100644 --- a/micrometer/README-source.adoc +++ b/micrometer/README-source.adoc @@ -266,9 +266,7 @@ include::../shared-doc/restore-standalone-server-configuration.adoc[leveloffset= // Restore the {productName} Standalone Server Configuration Manually include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Bootable JAR include::../shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc[leveloffset=+1] // OpenShift diff --git a/numberguess/README-source.adoc b/numberguess/README-source.adoc index 3284eba714..dcf74fb588 100644 --- a/numberguess/README-source.adoc +++ b/numberguess/README-source.adoc @@ -42,9 +42,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/opentelemetry-tracing/README-source.adoc b/opentelemetry-tracing/README-source.adoc index 6db8f100a7..a347b88b5e 100644 --- a/opentelemetry-tracing/README-source.adoc +++ b/opentelemetry-tracing/README-source.adoc @@ -224,9 +224,7 @@ include::../shared-doc/restore-standalone-server-configuration.adoc[leveloffset= // Restore the {productName} Standalone Server Configuration Manually include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Bootable JAR include::../shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc[leveloffset=+1] // OpenShift diff --git a/remote-helloworld-mdb/README-source.adoc b/remote-helloworld-mdb/README-source.adoc index b528ea22d5..88da9ceb46 100644 --- a/remote-helloworld-mdb/README-source.adoc +++ b/remote-helloworld-mdb/README-source.adoc @@ -147,11 +147,7 @@ include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] - -endif::[] - include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] diff --git a/security-domain-to-domain/README-source.adoc b/security-domain-to-domain/README-source.adoc index 046b07f61b..d73e635c14 100644 --- a/security-domain-to-domain/README-source.adoc +++ b/security-domain-to-domain/README-source.adoc @@ -255,9 +255,7 @@ include::../shared-doc/restore-standalone-server-configuration.adoc[leveloffset= include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] // Quickstart not compatible with OpenShift include::../shared-doc/openshift-incompatibility.adoc[leveloffset=+1] \ No newline at end of file diff --git a/servlet-async/README-source.adoc b/servlet-async/README-source.adoc index 9ffa3e2fb9..c5540f7418 100644 --- a/servlet-async/README-source.adoc +++ b/servlet-async/README-source.adoc @@ -46,9 +46,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/servlet-filterlistener/README-source.adoc b/servlet-filterlistener/README-source.adoc index e80ee1183a..597aa37604 100644 --- a/servlet-filterlistener/README-source.adoc +++ b/servlet-filterlistener/README-source.adoc @@ -93,9 +93,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/servlet-security/README-source.adoc b/servlet-security/README-source.adoc index 651b6604d6..30d9c27060 100644 --- a/servlet-security/README-source.adoc +++ b/servlet-security/README-source.adoc @@ -218,9 +218,7 @@ process-state: reload-required include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/shared-doc/debug-the-application.adoc b/shared-doc/debug-the-application.adoc deleted file mode 100644 index a08812b78d..0000000000 --- a/shared-doc/debug-the-application.adoc +++ /dev/null @@ -1,23 +0,0 @@ -[[debug_the_application]] -= Debug the Application -//****************************************************************************** -// Include this template to provide debugging information. -//****************************************************************************** - -If you want to debug the source code of any library in the project, run the following command to pull the source into your local repository. The IDE should then detect it. - ----- -$ mvn dependency:sources ----- - -//// -TODO: I need to investigate whether the following version can be used across all quickstarts. - -If you want to debug the source code or look at the Javadocs of any library in the project, run either of the following commands to pull them into your local repository. The IDE should then detect them. - -[source,options="nowrap"] ----- -$ mvn dependency:sources -$ mvn dependency:resolve -Dclassifier=javadoc ----- -//// diff --git a/shared-doc/deploy-to-openshift-online.adoc b/shared-doc/deploy-to-openshift-online.adoc deleted file mode 100644 index bdda27167c..0000000000 --- a/shared-doc/deploy-to-openshift-online.adoc +++ /dev/null @@ -1,68 +0,0 @@ -[[deploy_the_quickstart_to_openshift_online]] -= Deploy the Quickstart to OpenShift Online - -Use these instructions to deploy the quickstart to {OpenShiftOnlineName}. If you do not yet have an OpenShift Online account and are interested in signing up for one, see link:{LinkOpenShiftSignup}[Choose a Plan] in the OpenShift Online documentation located on the Red Hat Customer Portal. For information about running {ProductShortName} on {OpenShiftOnlineName}, see link:{LinkOpenShiftOnlineGuide}[_{EapForOpenshiftOnlineBookName}_], also located on the Red Hat Customer Portal. - -[[create_and_deploy_the_quickstart_project]] -== Create and Deploy the Quickstart Project - -Follow these instructions to deploy this quickstart to OpenShift Online. - -. Browse to OpenShift Online console and login with your credentials. -. On the *View All Projects* or *Welcome to Project* page, click *Create Project*. -. On the *Create Project* page, enter the following information: -+ -[source,subs="+quotes,attributes+"] ----- -*Name:* {artifactId} -*Display Name* {artifactId} -*Description:* {artifactId} ----- - -. Click *Create* to create the project. -. On the *My Projects* page, choose your new *{artifactId}* and click *Browse Catalog*. -. Choose *{OpenShiftTemplateName}* and then click *Next* to view the *Information* page. -. Click *Next* to navigate to the *Configuration* page. . . Enter the following information. You can leave the remaining fields as they are. -+ -[source,subs="+quotes,attributes+"] ----- -*Add to Project:* {artifactId} -*Application Name:* {artifactId} -*Custom http Route Hostname:* (leave blank) -*Git Repository URL:* {githubRepoUrl} -*Git Reference:* {githubRepoBranch} -*Context directory:* {artifactId} ----- - -. Click the *Create* button. -. Click on the *Continue to the project overview* link. - -* You should see "Build #1 is running ..." with the console log below. -+ -[source,subs="+quotes,attributes+"] ----- -Cloning ... -Downloading ... -Building ... -Copying ... -Pushing ... ----- - -* At the end of the build, you should see "Push successful". -* Click *View Full Log* to see the entire log. - -. Click the *Overview* tab to see the `{artifactId}` deployment. -. Click on the application URL on the right side of the page to view the running application. It should be in the following pattern: -+ -[source,subs="+quotes,attributes+"] ----- -http://__APPLICATION_NAME__-__PROJECT_NAME__.__PORT__.__HOST__.openshiftapps.com ----- - -[[delete_the_quickstart_project]] -== Delete the Quickstart Project - -Follow these instructions to delete the project from OpenShift Online. - -. Go to the *View All Projects* page and select *Delete Project* from the drop down list to the right of the *{artifactId}* project. -. Type the name of the project to confirm, and then click *Delete* diff --git a/shared-doc/openshift-create-project.adoc b/shared-doc/openshift-create-project.adoc deleted file mode 100644 index aaeeb01ef6..0000000000 --- a/shared-doc/openshift-create-project.adoc +++ /dev/null @@ -1,46 +0,0 @@ - -[[prepare_openshift_for_quickstart_deployment]] -= Prepare OpenShift for Quickstart Deployment - -. Log in to your OpenShift instance using the `oc login` command. -. Create a new project for the quickstart in OpenShift. You can create a project in OpenShift using the following command. -+ -[options="nowrap",subs="attributes"] ----- -$ oc new-project {artifactId}-project ----- -+ - -Before you can import and use the OpenShift image for {xpaasproduct-shortname} , you must configure authentication to the Red Hat Container Registry. - -Create an authentication token using a registry service account to configure access to the Red Hat Container Registry. You need not use or store your Red Hat account's username and password in your OpenShift configuration when you use an authentication token. - -.Procedure - -. Follow the instructions on Red Hat Customer Portal to create an authentication token using a registry service account. -. Download the YAML file containing the OpenShift secret for the token. -+ -You can download the YAML file from the *OpenShift Secret* tab on your token's *Token Information* page. - -. Create the authentication token secret for your OpenShift project using the YAML file that you downloaded: -+ -[options="nowrap",subs="+quotes"] ----- -oc create -f __1234567_myserviceaccount-secret.yaml__ ----- -+ -. Configure the secret for your OpenShift project using the following commands, replacing the secret name below with the name of your secret created in the previous step. -+ -[options="nowrap",subs="+quotes"] ----- -oc secrets link default __1234567-myserviceaccount-pull-secret__ --for=pull -oc secrets link builder __1234567-myserviceaccount-pull-secret__ --for=pull ----- -.Additional resources - -* link:https://access.redhat.com/RegistryAuthentication#registry-service-accounts-for-shared-environments-4[Create an authentication token using a registry service account] - -* link:https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html/developer_guide/dev-guide-managing-images#allowing-pods-to-reference-images-from-other-secured-registries[Configuring access to secured registries] - -* link:https://access.redhat.com/RegistryAuthentication[Configuring authentication to the Red Hat Container Registry] - diff --git a/shared-doc/openshift-deploy-project.adoc b/shared-doc/openshift-deploy-project.adoc deleted file mode 100644 index 2b08601c9d..0000000000 --- a/shared-doc/openshift-deploy-project.adoc +++ /dev/null @@ -1,97 +0,0 @@ -[[deploy_eap_s2i]] -= Deploy the {ProductShortName} Source-to-Image (S2I) Quickstart to OpenShift - -.Procedure - -. Create a new OpenShift application using the {xpaasproduct-shortname} image and the quickstart's source code. Use the following command to use the `{ImagePrefixVersion}-basic-s2i` template with the JDK 8 images and the `{artifactId}` source code on GitHub. -+ -[options="nowrap",subs="+attributes"] ----- -$ oc new-app --template={ImagePrefixVersion}-basic-s2i {backslash} - -p EAP_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk8-openshift:latest {backslash} - -p EAP_RUNTIME_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk8-runtime-openshift:latest {backslash} - -p IMAGE_STREAM_NAMESPACE="{artifactId}-project" {backslash} - -p SOURCE_REPOSITORY_URL="{EAPQuickStartRepo}" {backslash} - -p SOURCE_REPOSITORY_REF="{EAPQuickStartRepoRef}" {backslash} -ifdef::uses-h2[] - -p ENABLE_GENERATE_DEFAULT_DATASOURCE="true" {backslash} -endif::[] - -p CONTEXT_DIR="{artifactId}" ----- -+ --- -* `--template` The template to use. -* `-p IMAGE_STREAM_NAMESPACE` The latest images streams and templates xref:import_imagestreams_templates[were imported into the project's namespace], so you must specify the namespace of where to find the image stream. This is usually the OpenShift project's name. -* `-p SOURCE_REPOSITORY_URL` The URL to the repository containing the application source code. -* `-p SOURCE_REPOSITORY_REF` The Git repository reference to use for the source code. This can be a Git branch or tag reference. -ifdef::uses-h2[] -* `-p ENABLE_GENERATE_DEFAULT_DATASOURCE` Enables the default datasource, which is required by this quickstart. -endif::[] -* `-p CONTEXT_DIR` The directory within the source repository to build. --- -+ -Alternatively, to create the quickstart application using the JDK 11 images enter the following command. -+ -[options="nowrap",subs="+attributes"] ----- -$ oc new-app --template={ImagePrefixVersion}-basic-s2i {backslash} - -p EAP_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk11-openshift:latest \ - -p EAP_RUNTIME_IMAGE_NAME=jboss-{ImagePrefixVersion}-openjdk11-runtime-openshift:latest \ - -p IMAGE_STREAM_NAMESPACE="{artifactId}-project" {backslash} - -p SOURCE_REPOSITORY_URL="{EAPQuickStartRepo}" {backslash} - -p SOURCE_REPOSITORY_REF="{EAPQuickStartRepoRef}" {backslash} -ifdef::uses-h2[] - -p ENABLE_GENERATE_DEFAULT_DATASOURCE="true" {backslash} -endif::[] - -p CONTEXT_DIR="{artifactId}" ----- -+ --- -* `--template` The template to use. -* `-p IMAGE_STREAM_NAMESPACE` The latest images streams and templates xref:import_imagestreams_templates[were imported into the project's namespace], so you must specify the namespace of where to find the image stream. This is usually the OpenShift project's name. -* `-p SOURCE_REPOSITORY_URL` The URL to the repository containing the application source code. -* `-p SOURCE_REPOSITORY_REF` The Git repository reference to use for the source code. This can be a Git branch or tag reference. -ifdef::uses-h2[] -* `-p ENABLE_GENERATE_DEFAULT_DATASOURCE` Enables the default datasource, which is required by this quickstart. -endif::[] -* `-p CONTEXT_DIR` The directory within the source repository to build. --- - -+ -NOTE: A template can specify default values for many template parameters, and you might have to override some, or all, of the defaults. To see template information, including a list of parameters and any default values, use the command `oc describe template __TEMPLATE_NAME__`. - -+ -TIP: It is possible to trim down the {xpaasproduct-shortname} image that will be used to run this quickstart. To do so, please add the `-p GALLEON_PROVISION_LAYERS=` argument when creating the new application. Please refer to the JBoss EAP documentation for the list of supported galleon layers. - -. Retrieve the name of the build configuration. -+ -[options="nowrap"] ----- -$ oc get bc -o name ----- -+ -. Use the name of the build configurations from the previous step to view the Maven progress of the builds. -+ -[options="nowrap",subs="+quotes"] ----- -$ oc logs -f bc/${APPLICATION_NAME}-build-artifacts - -… -Push successful -$ oc logs -f bc/${APPLICATION_NAME} -… -Push successful ----- -+ -For example, for the previously created application, the following command shows the progress of the Maven builds. -+ -[options="nowrap",subs="+attributes"] ----- -$ oc logs -f bc/{ImagePrefixVersion}-basic-app-build-artifacts - -… -Push successful -$ oc logs -f bc/{ImagePrefixVersion}-basic-app -… -Push successful ----- \ No newline at end of file diff --git a/shared-doc/openshift-getting-started-overview.adoc b/shared-doc/openshift-getting-started-overview.adoc deleted file mode 100644 index 03e2186b96..0000000000 --- a/shared-doc/openshift-getting-started-overview.adoc +++ /dev/null @@ -1,8 +0,0 @@ -[[getting_started_with_openshift_overview]] -= Getting Started with {xpaasproduct-shortname} - -Each quickstart `README{outfilesuffix}` file contains the basic instructions to build and deploy the quickstart to {xpaasproduct-shortname} or {xpaasproductOpenShiftOnline-shortname}. - -See link:{LinkOpenShiftGuide}[_{EapForOpenshiftBookName}_] for more detailed information about building and running applications on {xpaasproduct-shortname}. - -See link:{LinkOpenShiftOnlineGuide}[_{EapForOpenshiftOnlineBookName}_] for more detailed information about building and running applications on {xpaasproductOpenShiftOnline-shortname}. diff --git a/shared-doc/openshift-getting-started.adoc b/shared-doc/openshift-getting-started.adoc deleted file mode 100644 index 64c92ee848..0000000000 --- a/shared-doc/openshift-getting-started.adoc +++ /dev/null @@ -1,8 +0,0 @@ -[[getting_started_with_openshift]] -= Getting Started with {xpaasproduct-shortname} - -This document contains the basic instructions to build and deploy this quickstart to {xpaasproduct-shortname} or {xpaasproductOpenShiftOnline-shortname}. - -See link:{LinkOpenShiftGuide}[_{EapForOpenshiftBookName}_] for more detailed information about building and running applications on {xpaasproduct-shortname}. - -See link:{LinkOpenShiftOnlineGuide}[_{EapForOpenshiftOnlineBookName}_] for more detailed information about building and running applications on {xpaasproductOpenShiftOnline-shortname}. diff --git a/shared-doc/openshift-import-imagestreams-templates.adoc b/shared-doc/openshift-import-imagestreams-templates.adoc deleted file mode 100644 index eaeae62aab..0000000000 --- a/shared-doc/openshift-import-imagestreams-templates.adoc +++ /dev/null @@ -1,71 +0,0 @@ - -[[import_imagestreams_templates]] -= Import the Latest {xpaasproduct-shortname} Imagestreams and Templates - -[IMPORTANT] -==== -If you are building and deploying this quickstart on {xpaasproduct-shortname}, you must configure authentication to the {ContainerRegistryName} before you import the image streams and templates into your namespace. link:{LinkOpenShiftGuide}#container_registry_authentication[_{EapForOpenshiftBookName}_] provides an example of one way to configure authentication to the registry. For additional information, see link:https://access.redhat.com/RegistryAuthentication[Red Hat Container Registry Authentication] on the Red Hat Customer Portal. - -Configuration of authentication to the registry is not necessary if you are building and deploying this quickstart on {xpaasproductOpenShiftOnline-shortname}. -==== - -.Procedure - -. Use the following commands to import the latest JDK 8 and JDK 11 image streams and templates for the OpenShift image for {xpaasproduct-shortname}, into your OpenShift project's namespace. - -.. Import JDK 8 image streams: -+ -[options="nowrap",subs="+attributes"] ----- -oc replace --force -f {ImageandTemplateImportURL}{ImagePrefixVersion}-openjdk8-image-stream.json ----- -+ -This command imports the following imagestreams: - -* The JDK 8 builder imagestream: jboss-{ImagePrefixVersion}-openjdk8-openshift -* The JDK 8 runtime imagestream: jboss-{ImagePrefixVersion}-openjdk8-runtime-openshift -+ -.. Import JDK 11 image stream: -+ -[options="nowrap",subs="+attributes"] ----- -oc replace --force -f {ImageandTemplateImportURL}{ImagePrefixVersion}-openjdk11-image-stream.json ----- -+ -This command imports the following imagestreams: - -* The JDK 11 builder imagestream: jboss-{ImagePrefixVersion}-openjdk11-openshift -* The JDK 11 runtime imagestream: jboss-{ImagePrefixVersion}-openjdk11-runtime-openshift -+ -.. Import the JDK 8 and JDK 11 templates: -+ -[options="nowrap",subs="+attributes"] ----- -for resource in \ - {ImagePrefixVersion}-amq-persistent-s2i.json \ - {ImagePrefixVersion}-amq-s2i.json \ - {ImagePrefixVersion}-basic-s2i.json \ - {ImagePrefixVersion}-https-s2i.json \ - {ImagePrefixVersion}-sso-s2i.json \ - {ImagePrefixVersion}-starter-s2i.json \ - {ImagePrefixVersion}-third-party-db-s2i.json \ - {ImagePrefixVersion}-tx-recovery-s2i.json -do - oc replace --force -f \ -{ImageandTemplateImportURL}templates/${resource} -done ----- - -[NOTE] -==== -The {ProductShortName} image streams and templates imported using the above command are only available within that OpenShift project. - -If you have administrative access to the general `openshift` namespace and want the image streams and templates to be accessible by all projects, add `-n openshift` to the `oc replace` line of the command. For example: - -[options="nowrap"] ----- -... -oc replace -n openshift --force -f \ -... ----- -==== \ No newline at end of file diff --git a/shared-doc/openshift-post-deployment-tasks.adoc b/shared-doc/openshift-post-deployment-tasks.adoc deleted file mode 100644 index 8d9bf22745..0000000000 --- a/shared-doc/openshift-post-deployment-tasks.adoc +++ /dev/null @@ -1,61 +0,0 @@ -[[post_deployment]] -= OpenShift Post Deployment Tasks - -Depending on your application, you might need to complete some tasks after your OpenShift application has been built and deployed. - -Examples of post-deployment tasks include the following: - -* Exposing a service so that the application is viewable from outside of OpenShift. -* Scaling your application to a specific number of replicas. - -.Procedure - -. Get the service name of your application using the following command. -+ -[options="nowrap",subs="+quotes"] ----- -$ oc get service ----- - -. *Optional*: Expose the main service as a route so you can access your application from outside of OpenShift. For example, for the previously created application, use the following command to expose the required service and port. -+ -[NOTE] -==== -If you used a template to create the application, the route might already exist. If it does, continue on to the next step. -==== - -+ -[options="nowrap",subs="+attributes"] ----- -$ oc expose service/{ImagePrefixVersion}-basic-app --port=8080 ----- -+ - -. Get the URL of the route. -+ -[options="nowrap"] ----- -$ oc get route ----- -. Access the application in your web browser using the URL. The URL is the value of the `HOST/PORT` field from previous command's output. -+ -[NOTE] -==== - -For example, to interact with this quickstart , the root of its application URLs should be `https://_HOST_PORT_Value_/`. -==== -+ - -. Optionally, you can scale up the application instance by running the following command. This command increases the number of replicas to 3. -+ -[options="nowrap",subs="+quotes"] ----- -$ oc scale deploymentconfig __DEPLOYMENTCONFIG_NAME__ --replicas=3 ----- -+ -For example, for this` quickstart, use the following command to scale up the application. -+ -[options="nowrap",subs="+attributes"] ----- -$ oc scale deploymentconfig/{ImagePrefixVersion}-basic-app --replicas=3 ----- diff --git a/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc b/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc deleted file mode 100644 index b99e67ab08..0000000000 --- a/shared-doc/run-the-quickstart-in-jboss-developer-studio.adoc +++ /dev/null @@ -1,17 +0,0 @@ -[[run_the_quickstart_in_redhat_codeready_studio_or_eclipse]] -= Run the Quickstart in {JBDSProductName} or Eclipse -//****************************************************************************** -// Include this template to provide instructions to run the quickstart -// in Red Hat CodeReady Studio. -// -// If the quickstart is not supported, create the `jbds-not-supported` attribute. -//****************************************************************************** -ifdef::jbds-not-supported[] -This quickstart is not supported in {JBDSProductName}. -endif::jbds-not-supported[] - -ifndef::jbds-not-supported[] -You can also start the server and deploy the quickstarts, or run any tests in {JBDSProductName} or from Eclipse using JBoss tools. For general information about how to import a quickstart, add a {productName} server, and build and deploy a quickstart, see link:{useEclipseUrl}[Use {JBDSProductName} or Eclipse to Run the Quickstarts]. -endif::jbds-not-supported[] - -// Add additional instructions specific to running this quickstart in an IDE here. diff --git a/spring-resteasy/README-source.adoc b/spring-resteasy/README-source.adoc index c55266b76c..78617653ca 100644 --- a/spring-resteasy/README-source.adoc +++ b/spring-resteasy/README-source.adoc @@ -72,9 +72,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+1] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/tasks-jsf/README-source.adoc b/tasks-jsf/README-source.adoc index 979493c391..f30a05d71b 100644 --- a/tasks-jsf/README-source.adoc +++ b/tasks-jsf/README-source.adoc @@ -66,9 +66,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/temperature-converter/README-source.adoc b/temperature-converter/README-source.adoc index 058dc16c68..b4b7d843c7 100644 --- a/temperature-converter/README-source.adoc +++ b/temperature-converter/README-source.adoc @@ -56,9 +56,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/thread-racing/README-source.adoc b/thread-racing/README-source.adoc index 4e78af879e..aa79158a89 100644 --- a/thread-racing/README-source.adoc +++ b/thread-racing/README-source.adoc @@ -69,9 +69,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/websocket-endpoint/README-source.adoc b/websocket-endpoint/README-source.adoc index 298d2dbd50..5da0432edb 100644 --- a/websocket-endpoint/README-source.adoc +++ b/websocket-endpoint/README-source.adoc @@ -54,9 +54,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes diff --git a/websocket-hello/README-source.adoc b/websocket-hello/README-source.adoc index 692e1a4e4e..2ca5d5566d 100644 --- a/websocket-hello/README-source.adoc +++ b/websocket-hello/README-source.adoc @@ -60,9 +60,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2] // Build and run sections for other environments/builds -ifndef::ProductRelease,EAPXPRelease[] include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1] -endif::[] include::../shared-doc/build-and-run-the-quickstart-with-openshift.adoc[leveloffset=+1] ifndef::ProductRelease,EAPXPRelease[] // Kubernetes From 72487b7acfe96885036f19796edc01e424ac7703 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 10:40:37 +0000 Subject: [PATCH 2/6] [WFLY-19958] Removes ejb-remote charts directory --- ejb-remote/charts/helm.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ejb-remote/charts/helm.yaml diff --git a/ejb-remote/charts/helm.yaml b/ejb-remote/charts/helm.yaml deleted file mode 100644 index d0e5fcb7e9..0000000000 --- a/ejb-remote/charts/helm.yaml +++ /dev/null @@ -1,6 +0,0 @@ -build: - uri: https://github.com/wildfly/quickstart.git - ref: main - contextDir: ejb-remote -deploy: - replicas: 1 \ No newline at end of file From 80822bf1b303b4fa3ddfac9e9a3dbec08045bc42 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 10:45:41 +0000 Subject: [PATCH 3/6] Bump version.server to 35.0.0.Final --- batch-processing/pom.xml | 2 +- bmt/pom.xml | 2 +- cmt/pom.xml | 2 +- ee-security/pom.xml | 2 +- ejb-multi-server/pom.xml | 2 +- ejb-remote/pom.xml | 2 +- ejb-security-context-propagation/pom.xml | 2 +- ejb-security-programmatic-auth/pom.xml | 2 +- ejb-throws-exception/pom.xml | 2 +- ejb-timer/pom.xml | 2 +- ejb-txn-remote-call/client/pom.xml | 2 +- ejb-txn-remote-call/server/pom.xml | 2 +- ha-singleton-deployment/pom.xml | 2 +- ha-singleton-service/pom.xml | 2 +- helloworld-jms/pom.xml | 2 +- helloworld-mdb/pom.xml | 2 +- helloworld-mutual-ssl-secured/pom.xml | 2 +- helloworld-mutual-ssl/pom.xml | 2 +- helloworld-rs/pom.xml | 2 +- helloworld-singleton/pom.xml | 2 +- helloworld-ws/pom.xml | 2 +- helloworld/pom.xml | 2 +- hibernate/pom.xml | 2 +- http-custom-mechanism/pom.xml | 2 +- jaxrs-client/pom.xml | 2 +- jaxrs-jwt/pom.xml | 2 +- jaxws-ejb/pom.xml | 2 +- jaxws-retail/pom.xml | 2 +- jsonp/pom.xml | 2 +- jta-crash-rec/pom.xml | 2 +- jts/pom.xml | 2 +- kitchensink/pom.xml | 2 +- logging/pom.xml | 2 +- mail/pom.xml | 2 +- messaging-clustering-singleton/pom.xml | 2 +- micrometer/pom.xml | 2 +- microprofile-config/pom.xml | 2 +- microprofile-fault-tolerance/pom.xml | 2 +- microprofile-health/pom.xml | 2 +- microprofile-jwt/pom.xml | 2 +- microprofile-lra/pom.xml | 2 +- microprofile-openapi/pom.xml | 2 +- microprofile-reactive-messaging-kafka/pom.xml | 2 +- microprofile-rest-client/pom.xml | 2 +- numberguess/pom.xml | 2 +- opentelemetry-tracing/pom.xml | 2 +- remote-helloworld-mdb/pom.xml | 2 +- security-domain-to-domain/pom.xml | 2 +- servlet-async/pom.xml | 2 +- servlet-filterlistener/pom.xml | 2 +- servlet-security/pom.xml | 2 +- spring-resteasy/pom.xml | 2 +- tasks-jsf/pom.xml | 2 +- temperature-converter/pom.xml | 2 +- thread-racing/pom.xml | 2 +- todo-backend/pom.xml | 2 +- websocket-endpoint/pom.xml | 2 +- websocket-hello/pom.xml | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index e7df46bc73..f0832b14f6 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/bmt/pom.xml b/bmt/pom.xml index 4d1b516ba6..a700b140e4 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/cmt/pom.xml b/cmt/pom.xml index a25da86912..d4bc369005 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ee-security/pom.xml b/ee-security/pom.xml index cb2db28d9f..a8fb56bbc3 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index 828526709c..f4c72d17a9 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -49,7 +49,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index cafa3739d6..2cc91f4834 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 352946a0fa..a0b29122a3 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index d847be3278..3c9e6bd275 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index d9028d063c..f46d8fb156 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -53,7 +53,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index d04b0d0e28..d2ab0897b8 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index ef2296cdba..6c82dbfb6e 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -39,7 +39,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index 0a66120801..d687ee074d 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -37,7 +37,7 @@ - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 9701f64e47..52d07fc6d7 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -53,7 +53,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index fddd232dcc..cb12dd36d3 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -48,7 +48,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 4ddb5a05e6..dac4e39ca5 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 7.0.2.Final diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index f00b5f750b..844cf01328 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 0490360162..fcc7666f6a 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index ff4ca6634b..ea957b800f 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -34,7 +34,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index 2e1e707fd5..7d39e5d46f 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -34,7 +34,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 0585c86f4a..3844961d93 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index 12531eb9d5..c0ecde195d 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/helloworld/pom.xml b/helloworld/pom.xml index e6208335a8..8d50b70e96 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 600dcb6691..c7ca0de5e2 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index bdd440abf4..456d434cbe 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -52,7 +52,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 24f5ac3807..adb471356b 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 1cf914817d..6f2602c1db 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index a39dbc133a..d2c19c6e0b 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index e24163d733..dd93a9ced0 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -45,7 +45,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 1705072ed8..b944c8f163 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 9a5cda1a5a..219726ac20 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Beta2 diff --git a/jts/pom.xml b/jts/pom.xml index c4abc49ed3..4df0a3438b 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -54,7 +54,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 4705c5143d..dcfc2cf8fb 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/logging/pom.xml b/logging/pom.xml index 8774ef2038..34d9e748b0 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/mail/pom.xml b/mail/pom.xml index ad22690eb9..93544ba207 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index 29485c114a..8331846275 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/micrometer/pom.xml b/micrometer/pom.xml index e8d5b3c651..141e05649b 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -24,7 +24,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index ce214a0782..1f3be1b8de 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -22,7 +22,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index e9be098208..bf0a73e41f 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -55,7 +55,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 130daa411d..3f14e9e92f 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -21,7 +21,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 7a56f4ac16..6b0ad2855b 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index d95e76109a..35ba59146f 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -21,7 +21,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 560184985e..3ff4f190b1 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -23,7 +23,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 8f82ac31b0..9e97f54f94 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -38,7 +38,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index e29c67cc54..de80d42e83 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -44,7 +44,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/numberguess/pom.xml b/numberguess/pom.xml index aeabfc17a4..617db8475a 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -46,7 +46,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 57856cdeff..669b56162c 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -22,7 +22,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} ${version.server} diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 3f97c5a469..5a6f3c8b2e 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index 554d325651..a248c39668 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -54,7 +54,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index efaaed5631..c8f7b7b25b 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 7e2b754fb5..23db5f6754 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 524bc644b4..5b71de8fb5 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index eafe62411a..5d70e4e45e 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index e526876460..8fe3691e80 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 7.0.2.Final diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index f635a82539..ad6d62ff97 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 59e2d2d272..23d9142f49 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index 9e07556dfb..7d1226a887 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index 3469aed0fe..f29aaa1c69 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index 52dbd724e6..4a74f43083 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -47,7 +47,7 @@ 17 - 35.0.0.Beta1 + 35.0.0.Final ${version.server} 5.1.0.Final From bc2754bc94cfa908a7b2527325b9d60a729b18e7 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 10:47:15 +0000 Subject: [PATCH 4/6] Bump version.plugin.wildfly to 5.1.1.Final --- batch-processing/pom.xml | 2 +- bmt/pom.xml | 2 +- cmt/pom.xml | 2 +- ee-security/pom.xml | 2 +- ejb-multi-server/pom.xml | 2 +- ejb-remote/pom.xml | 2 +- ejb-security-context-propagation/pom.xml | 2 +- ejb-security-programmatic-auth/pom.xml | 2 +- ejb-throws-exception/pom.xml | 2 +- ejb-timer/pom.xml | 2 +- ejb-txn-remote-call/client/pom.xml | 2 +- ejb-txn-remote-call/server/pom.xml | 2 +- ha-singleton-deployment/pom.xml | 2 +- ha-singleton-service/pom.xml | 2 +- helloworld-jms/pom.xml | 2 +- helloworld-mdb/pom.xml | 2 +- helloworld-mutual-ssl-secured/pom.xml | 2 +- helloworld-mutual-ssl/pom.xml | 2 +- helloworld-rs/pom.xml | 2 +- helloworld-singleton/pom.xml | 2 +- helloworld-ws/pom.xml | 2 +- helloworld/pom.xml | 2 +- hibernate/pom.xml | 2 +- http-custom-mechanism/pom.xml | 2 +- jaxrs-client/pom.xml | 2 +- jaxrs-jwt/pom.xml | 2 +- jaxws-ejb/pom.xml | 2 +- jaxws-retail/pom.xml | 2 +- jsonp/pom.xml | 2 +- jts/pom.xml | 2 +- kitchensink/pom.xml | 2 +- logging/pom.xml | 2 +- mail/pom.xml | 2 +- messaging-clustering-singleton/pom.xml | 2 +- micrometer/pom.xml | 2 +- microprofile-config/pom.xml | 2 +- microprofile-fault-tolerance/pom.xml | 2 +- microprofile-health/pom.xml | 2 +- microprofile-jwt/pom.xml | 2 +- microprofile-lra/pom.xml | 2 +- microprofile-openapi/pom.xml | 2 +- microprofile-reactive-messaging-kafka/pom.xml | 2 +- microprofile-rest-client/pom.xml | 2 +- numberguess/pom.xml | 2 +- opentelemetry-tracing/pom.xml | 2 +- remote-helloworld-mdb/pom.xml | 2 +- security-domain-to-domain/pom.xml | 2 +- servlet-async/pom.xml | 2 +- servlet-filterlistener/pom.xml | 2 +- servlet-security/pom.xml | 2 +- spring-resteasy/pom.xml | 2 +- tasks-jsf/pom.xml | 2 +- temperature-converter/pom.xml | 2 +- thread-racing/pom.xml | 2 +- todo-backend/pom.xml | 2 +- websocket-endpoint/pom.xml | 2 +- websocket-hello/pom.xml | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index f0832b14f6..70615eb463 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/bmt/pom.xml b/bmt/pom.xml index a700b140e4..179b22dd97 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/cmt/pom.xml b/cmt/pom.xml index d4bc369005..f9582ccb35 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ee-security/pom.xml b/ee-security/pom.xml index a8fb56bbc3..6ac2c4d335 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index f4c72d17a9..dc15a33330 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -52,7 +52,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 2cc91f4834..04f449c93d 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index a0b29122a3..0b979b8b14 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index 3c9e6bd275..d15714dc5f 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index f46d8fb156..19212087c1 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -56,7 +56,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index d2ab0897b8..b2b6a01f05 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index 6c82dbfb6e..de3778d05e 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -42,7 +42,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 42.7.2 diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index d687ee074d..8647ed2309 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -40,7 +40,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 7.0.0.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 52d07fc6d7..5cb58464dc 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -56,7 +56,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index cb12dd36d3..b0084cf925 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -51,7 +51,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index dac4e39ca5..0e3910fb04 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -50,7 +50,7 @@ ${version.server} 7.0.2.Final - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index 844cf01328..0639b37307 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index fcc7666f6a..8aea5f634c 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index ea957b800f..75aaa2b0b7 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -37,7 +37,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final helloworld-mutual-ssl diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index 7d39e5d46f..1ce9379930 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -37,7 +37,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 3844961d93..0a6a7589e0 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index c0ecde195d..83ea245f74 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 8d50b70e96..4dffd10f60 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/hibernate/pom.xml b/hibernate/pom.xml index c7ca0de5e2..bd9332004d 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index 456d434cbe..b22633b0a3 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -55,7 +55,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index adb471356b..181de2c44d 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 9.37.1 5.10.1 diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 6f2602c1db..258e90b1c6 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 9.37.1 5.10.1 diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index d2c19c6e0b..5749b71ae3 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index dd93a9ced0..47313da1ee 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -48,7 +48,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 1.3.1.Final diff --git a/jsonp/pom.xml b/jsonp/pom.xml index b944c8f163..e24488555a 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/jts/pom.xml b/jts/pom.xml index 4df0a3438b..7639b11705 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -57,7 +57,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index dcfc2cf8fb..2e1d12f35d 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/logging/pom.xml b/logging/pom.xml index 34d9e748b0..2d3c88d4f0 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.1 diff --git a/mail/pom.xml b/mail/pom.xml index 93544ba207..55f6521d68 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 4.15.0 5.7.0 diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index 8331846275..d32ac7b1f0 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 141e05649b..6c46afb6be 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -28,7 +28,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 1f3be1b8de..b2429684d3 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -26,7 +26,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index bf0a73e41f..0f214cb871 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -59,7 +59,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final 4.3.1 diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 3f14e9e92f..b71ae8ad12 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -25,7 +25,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 6b0ad2855b..836ec5505a 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -50,7 +50,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final 9.24.4.redhat-00001 1.1.6 diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 35ba59146f..08c1a1f966 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -25,7 +25,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 3ff4f190b1..72bd853a2b 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -27,7 +27,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 9e97f54f94..32f9d3de66 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -42,7 +42,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final 3.0.0 2.0.0.Final diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index de80d42e83..f8c62071a2 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -48,7 +48,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final 6.2.6.Final 5.10.1 diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 617db8475a..57387f46a4 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -49,7 +49,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 669b56162c..ce9e9c22ca 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -26,7 +26,7 @@ ${version.server} ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 5a6f3c8b2e..835b31fb7e 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.10.0 diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index a248c39668..fda25b5c01 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -57,7 +57,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index c8f7b7b25b..523fa6ec5d 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 23db5f6754..70a0545822 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 5b71de8fb5..d79fab5aae 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 5d70e4e45e..6d8a8ba1be 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 6.0.4 diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index 8fe3691e80..b0142f1b48 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -52,7 +52,7 @@ ${version.server} 7.0.2.Final 9.1.0.Final - 5.1.0.Final + 5.1.1.Final 5.9.1 diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index ad6d62ff97..4e439008e2 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 23d9142f49..5a14b82608 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index 7d1226a887..17c3ed3a8c 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index f29aaa1c69..d7a32eaabc 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final 5.9.1 1.1.5 diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index 4a74f43083..f820ba3e6b 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -50,7 +50,7 @@ 35.0.0.Final ${version.server} - 5.1.0.Final + 5.1.1.Final From f242714588530e5ca66522953a53304ae04d18da Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 11:13:36 +0000 Subject: [PATCH 5/6] Update shared-docs/attributes for WFLY 35 Final release --- cmt/README-source.adoc | 1 - ejb-remote/README-source.adoc | 1 - .../README-source.adoc | 1 - .../README-source.adoc | 1 - ejb-throws-exception/README-source.adoc | 1 - ejb-timer/README-source.adoc | 1 - ejb-txn-remote-call/README-source.adoc | 1 - helloworld-jms/README-source.adoc | 1 - helloworld-mdb/README-source.adoc | 1 - helloworld-rs/README-source.adoc | 1 - helloworld-singleton/README-source.adoc | 1 - helloworld-ws/README-source.adoc | 1 - helloworld/README-source.adoc | 1 - hibernate/README-source.adoc | 1 - http-custom-mechanism/README-source.adoc | 1 - jaxrs-client/README-source.adoc | 1 - jaxrs-jwt/README-source.adoc | 1 - jaxws-ejb/README-source.adoc | 1 - jaxws-retail/README-source.adoc | 1 - jsonp/README-source.adoc | 1 - kitchensink/README-source.adoc | 1 - logging/README-source.adoc | 1 - mail/README-source.adoc | 1 - micrometer/README-source.adoc | 1 - microprofile-config/README-source.adoc | 1 - .../README-source.adoc | 1 - microprofile-health/README-source.adoc | 1 - microprofile-jwt/README-source.adoc | 1 - microprofile-lra/README-source.adoc | 1 - microprofile-openapi/README-source.adoc | 1 - .../README-source.adoc | 1 - microprofile-rest-client/README-source.adoc | 1 - numberguess/README-source.adoc | 1 - remote-helloworld-mdb/README-source.adoc | 1 - servlet-async/README-source.adoc | 1 - servlet-filterlistener/README-source.adoc | 1 - servlet-security/README-source.adoc | 1 - shared-doc/attributes.adoc | 33 ++----------------- spring-resteasy/README-source.adoc | 2 -- temperature-converter/README-source.adoc | 1 - thread-racing/README-source.adoc | 1 - todo-backend/README-source.adoc | 1 - websocket-endpoint/README-source.adoc | 1 - websocket-hello/README-source.adoc | 1 - 44 files changed, 2 insertions(+), 75 deletions(-) diff --git a/cmt/README-source.adoc b/cmt/README-source.adoc index cffcc52c95..cd0ec8b4d6 100644 --- a/cmt/README-source.adoc +++ b/cmt/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, CMT, JMS :openshift: true -:portedToGlow: true [abstract] The `cmt` quickstart demonstrates Container-Managed Transactions (CMT), showing how to use transactions managed by the container. diff --git a/ejb-remote/README-source.adoc b/ejb-remote/README-source.adoc index e00c33e322..cdbe8db8d2 100644 --- a/ejb-remote/README-source.adoc +++ b/ejb-remote/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, JNDI :openshift: false -:portedToGlow: true [abstract] The `ejb-remote` quickstart uses EJB and JNDI to demonstrate how to access an EJB, deployed to {productName}, from a remote Java client application. diff --git a/ejb-security-context-propagation/README-source.adoc b/ejb-security-context-propagation/README-source.adoc index deefd7526d..21889f8310 100644 --- a/ejb-security-context-propagation/README-source.adoc +++ b/ejb-security-context-propagation/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Stefan Guilhen :level: Advanced :technologies: EJB, Security -:portedToGlow: true [abstract] The `ejb-security-context-propagation` quickstart demonstrates how the security context can be propagated to a remote EJB using a remote outbound connection configuration diff --git a/ejb-security-programmatic-auth/README-source.adoc b/ejb-security-programmatic-auth/README-source.adoc index b08af9a8a5..54d808dec0 100644 --- a/ejb-security-programmatic-auth/README-source.adoc +++ b/ejb-security-programmatic-auth/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Stefan Guilhen :level: Intermediate :technologies: EJB, Security -:portedToGlow: true [abstract] The `ejb-security-programmatic-auth` quickstart demonstrates how to programmatically setup different identities when invoking a remote secured EJB. diff --git a/ejb-throws-exception/README-source.adoc b/ejb-throws-exception/README-source.adoc index 85f82dcc32..a177d9846b 100644 --- a/ejb-throws-exception/README-source.adoc +++ b/ejb-throws-exception/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, EAR :deploymentDir: ear -:portedToGlow: true [abstract] The `ejb-throws-exception` quickstart demonstrates how to throw and handle exceptions across JARs in an EAR. diff --git a/ejb-timer/README-source.adoc b/ejb-timer/README-source.adoc index c7c731e04e..2fd31055c6 100644 --- a/ejb-timer/README-source.adoc +++ b/ejb-timer/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: EJB Timer :openshift: true -:portedToGlow: true [abstract] The `ejb-timer` quickstart demonstrates how to use the Jakarta Enterprise Bean timer service `@Schedule` and `@Timeout` annotations with {productName}. diff --git a/ejb-txn-remote-call/README-source.adoc b/ejb-txn-remote-call/README-source.adoc index e0ccb0b07b..e259687996 100644 --- a/ejb-txn-remote-call/README-source.adoc +++ b/ejb-txn-remote-call/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, JTA, Clustering :openshift: true -:portedToGlow: true [abstract] The `ejb-txn-remote-call` quickstart demonstrates remote transactional EJB calls over two application servers of {productName}. diff --git a/helloworld-jms/README-source.adoc b/helloworld-jms/README-source.adoc index ce2d681eed..5b2ef04da5 100644 --- a/helloworld-jms/README-source.adoc +++ b/helloworld-jms/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Weston Price :level: Intermediate :technologies: JMS -:portedToGlow: true [abstract] The `helloworld-jms` quickstart demonstrates the use of external JMS clients with {productName}. diff --git a/helloworld-mdb/README-source.adoc b/helloworld-mdb/README-source.adoc index d9496d945b..321c30d6f8 100644 --- a/helloworld-mdb/README-source.adoc +++ b/helloworld-mdb/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: JMS, EJB, MDB :openshift: true -:portedToGlow: true [abstract] The `helloworld-mdb` quickstart uses JMS and EJB Message-Driven Bean (MDB) to create and deploy JMS topic and queue resources in {productName}. diff --git a/helloworld-rs/README-source.adoc b/helloworld-rs/README-source.adoc index d55e2a9974..b872033033 100644 --- a/helloworld-rs/README-source.adoc +++ b/helloworld-rs/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Jakarta RESTful Web Services :openshift: true -:portedToGlow: true [abstract] The `helloworld-rs` quickstart demonstrates the use of Jakarta RESTful Web Services. diff --git a/helloworld-singleton/README-source.adoc b/helloworld-singleton/README-source.adoc index 06da23c6be..96ef819979 100644 --- a/helloworld-singleton/README-source.adoc +++ b/helloworld-singleton/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: EJB, Singleton :openshift: true -:portedToGlow: true [abstract] The `helloworld-singleton` quickstart demonstrates an EJB Singleton Bean that is instantiated once and maintains state for the life of the session. diff --git a/helloworld-ws/README-source.adoc b/helloworld-ws/README-source.adoc index f99c03b413..b0a138826b 100644 --- a/helloworld-ws/README-source.adoc +++ b/helloworld-ws/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: JAX-WS :openshift: true -:portedToGlow: true [abstract] The `helloworld-ws` quickstart demonstrates a simple Hello World application, bundled and deployed as a WAR, that uses JAX-WS to say Hello. diff --git a/helloworld/README-source.adoc b/helloworld/README-source.adoc index 278170ff13..8abb3975cd 100644 --- a/helloworld/README-source.adoc +++ b/helloworld/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Servlet :openshift: true -:portedToGlow: true [abstract] The `helloworld` quickstart demonstrates the use of Servlet 6 and is a good starting point to verify {productName} is configured correctly. diff --git a/hibernate/README-source.adoc b/hibernate/README-source.adoc index f58cc44dfa..68ed914d45 100644 --- a/hibernate/README-source.adoc +++ b/hibernate/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Hibernate :openshift: true -:portedToGlow: true [abstract] The `hibernate` quickstart demonstrates how to use Hibernate ORM 6 over Persistence, using Bean Validation, and Enterprise Beans. diff --git a/http-custom-mechanism/README-source.adoc b/http-custom-mechanism/README-source.adoc index 406232141a..003c7c95e6 100644 --- a/http-custom-mechanism/README-source.adoc +++ b/http-custom-mechanism/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Darran Lofthouse :level: Intermediate :technologies: EJB, Security -:portedToGlow: true [abstract] The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. diff --git a/jaxrs-client/README-source.adoc b/jaxrs-client/README-source.adoc index f32f38f004..2fa091389e 100644 --- a/jaxrs-client/README-source.adoc +++ b/jaxrs-client/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Jakarta REST :openshift: true -:portedToGlow: true [abstract] The `jaxrs-client` quickstart demonstrates Jakarta REST Client API, which interacts with a Jakarta REST Web service that runs on {productName}. diff --git a/jaxrs-jwt/README-source.adoc b/jaxrs-jwt/README-source.adoc index ac8da209d4..3303fe74db 100644 --- a/jaxrs-jwt/README-source.adoc +++ b/jaxrs-jwt/README-source.adoc @@ -6,7 +6,6 @@ include::../shared-doc/attributes.adoc[] :technologies: Jakarta REST, Security :standalone-server-type: default :archiveType: war -:portedToGlow: true :openshift: true [abstract] diff --git a/jaxws-ejb/README-source.adoc b/jaxws-ejb/README-source.adoc index 11a02094f8..48d0d567c1 100644 --- a/jaxws-ejb/README-source.adoc +++ b/jaxws-ejb/README-source.adoc @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[] :archiveDir: {artifactId}/target // Override the archive name :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/jaxws-retail/README-source.adoc b/jaxws-retail/README-source.adoc index 42396aa50b..b48a7191f0 100644 --- a/jaxws-retail/README-source.adoc +++ b/jaxws-retail/README-source.adoc @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[] :archiveDir: {artifactId}/target // Override the archive name :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/jsonp/README-source.adoc b/jsonp/README-source.adoc index be6fc47d56..70c52b5d94 100644 --- a/jsonp/README-source.adoc +++ b/jsonp/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF, JSON-P :openshift: true -:portedToGlow: true [abstract] The `jsonp` quickstart demonstrates how to use the JSON-P API to produce object-based structures and then parse and consume them as stream-based JSON strings. diff --git a/kitchensink/README-source.adoc b/kitchensink/README-source.adoc index 312b128133..1d0bdea332 100644 --- a/kitchensink/README-source.adoc +++ b/kitchensink/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: CDI, JSF, JPA, EJB, Jakarta REST, BV :openshift: true -:portedToGlow: true [abstract] The `kitchensink` quickstart demonstrates a localized {javaVersion} web-enabled database application using JSF, CDI, EJB, JPA, and Bean Validation. diff --git a/logging/README-source.adoc b/logging/README-source.adoc index ffd9cf02d3..e34a2fc031 100644 --- a/logging/README-source.adoc +++ b/logging/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: default :archiveType: war :restoreScriptName: remove-logging.cli -:portedToGlow: true :openshift: true [abstract] diff --git a/mail/README-source.adoc b/mail/README-source.adoc index deaf4598c1..6c163b5d48 100644 --- a/mail/README-source.adoc +++ b/mail/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Joel Tosi :level: Beginner :technologies: JavaMail, CDI, JSF -:portedToGlow: true [abstract] The `mail` quickstart demonstrates how to send and receive emails using CDI and JSF and with custom Mail provider configured in {productName}. diff --git a/micrometer/README-source.adoc b/micrometer/README-source.adoc index 946c9447ee..7fc3695ee6 100644 --- a/micrometer/README-source.adoc +++ b/micrometer/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Micrometer :openshift: true -:portedToGlow: true [abstract] The `micrometer` quickstart demonstrates the use of the Micrometer library in {productName}. diff --git a/microprofile-config/README-source.adoc b/microprofile-config/README-source.adoc index 7945d62cfd..9c627ba9ca 100644 --- a/microprofile-config/README-source.adoc +++ b/microprofile-config/README-source.adoc @@ -8,7 +8,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: war :archiveName: {artifactId} :arq-prerequisities: These tests require that JBOSS_HOME environment variable is set. -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-fault-tolerance/README-source.adoc b/microprofile-fault-tolerance/README-source.adoc index 6f71891616..8419ab8333 100644 --- a/microprofile-fault-tolerance/README-source.adoc +++ b/microprofile-fault-tolerance/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: MicroProfile, Fault Tolerance :standalone-server-type: microprofile -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-health/README-source.adoc b/microprofile-health/README-source.adoc index 691ac88620..97dc8e4944 100644 --- a/microprofile-health/README-source.adoc +++ b/microprofile-health/README-source.adoc @@ -9,7 +9,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: war :archiveName: {artifactId} :include-management-port: http://localhost:9990/health/live -:portedToGlow: true :openshift: true // Additional Info for OpenShift diff --git a/microprofile-jwt/README-source.adoc b/microprofile-jwt/README-source.adoc index 22c0b969f4..1f78185db3 100644 --- a/microprofile-jwt/README-source.adoc +++ b/microprofile-jwt/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: microprofile :archiveType: war :archiveName: microprofile-jwt.war -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-lra/README-source.adoc b/microprofile-lra/README-source.adoc index 308b2cdea5..9022cf69cb 100644 --- a/microprofile-lra/README-source.adoc +++ b/microprofile-lra/README-source.adoc @@ -14,7 +14,6 @@ include::../shared-doc/attributes.adoc[] :custom-openshift-layers: :extra-openshift-test-arguments: :requires-http-route: -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-openapi/README-source.adoc b/microprofile-openapi/README-source.adoc index 9bff0a805b..4a83ca7622 100644 --- a/microprofile-openapi/README-source.adoc +++ b/microprofile-openapi/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: microprofile :archiveType: war :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-reactive-messaging-kafka/README-source.adoc b/microprofile-reactive-messaging-kafka/README-source.adoc index ac822f7eca..74aaf14de6 100644 --- a/microprofile-reactive-messaging-kafka/README-source.adoc +++ b/microprofile-reactive-messaging-kafka/README-source.adoc @@ -11,7 +11,6 @@ include::../shared-doc/attributes.adoc[] :helm-install-prerequisites-kubernetes: ../microprofile-reactive-messaging-kafka/helm-install-prerequisites-kubernetes.adoc :helm-app-name: mp-rm-qs :strimzi-version: v1beta2 -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-rest-client/README-source.adoc b/microprofile-rest-client/README-source.adoc index a97d67a0f0..903ac1e53c 100644 --- a/microprofile-rest-client/README-source.adoc +++ b/microprofile-rest-client/README-source.adoc @@ -8,7 +8,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: jar :archiveName: {artifactId} :rest-client-qs: -:portedToGlow: true :openshift: true [abstract] diff --git a/numberguess/README-source.adoc b/numberguess/README-source.adoc index dcf74fb588..9303eaa799 100644 --- a/numberguess/README-source.adoc +++ b/numberguess/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF :openshift: true -:portedToGlow: true [abstract] The `numberguess` quickstart demonstrates the use of CDI (Contexts and Dependency Injection) and JSF (JavaServer Faces) in {productName}. diff --git a/remote-helloworld-mdb/README-source.adoc b/remote-helloworld-mdb/README-source.adoc index 88da9ceb46..9b067a13bf 100644 --- a/remote-helloworld-mdb/README-source.adoc +++ b/remote-helloworld-mdb/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: JMS, EJB, MDB :openshift: true -:portedToGlow: true :standalone-server-type: full :archiveType: war diff --git a/servlet-async/README-source.adoc b/servlet-async/README-source.adoc index c5540f7418..e41041fa17 100644 --- a/servlet-async/README-source.adoc +++ b/servlet-async/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Asynchronous Servlet, CDI, EJB :openshift: true -:portedToGlow: true [abstract] The `servlet-async` quickstart demonstrates how to use asynchronous servlets to detach long-running tasks and free up the request processing thread. diff --git a/servlet-filterlistener/README-source.adoc b/servlet-filterlistener/README-source.adoc index 597aa37604..ab06c7480c 100644 --- a/servlet-filterlistener/README-source.adoc +++ b/servlet-filterlistener/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Servlet Filter, Servlet Listener :openshift: true -:portedToGlow: true [abstract] The `servlet-filterlistener` quickstart demonstrates how to use Servlet filters and listeners in an application. diff --git a/servlet-security/README-source.adoc b/servlet-security/README-source.adoc index 30d9c27060..75e23d2269 100644 --- a/servlet-security/README-source.adoc +++ b/servlet-security/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Servlet, Security :openshift: true -:portedToGlow: true [abstract] The `servlet-security` quickstart demonstrates the use of Jakarta EE declarative security to control access to Servlets and Security in {productName}. diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc index b02b026a47..3667f67338 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -62,7 +62,7 @@ ifndef::ProductRelease,EAPXPRelease[] :productImageVersion: 35.0 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 35.0.0.Beta1 +:WildFlyQuickStartRepoTag: 35.0.0.Final :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoProductNumber: 8.0 @@ -163,33 +163,4 @@ endif::[] :configureBytemanClearDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#clear_the_transaction_object_store :configureBytemanQuickstartDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts :configureBytemanHaltDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#use_byteman_to_halt_the_application[ -:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts - -:EESubsystemNamespace: urn:jboss:domain:ee:4.0 -:IiopOpenJdkSubsystemNamespace: urn:jboss:domain:iiop-openjdk:2.0 -:MailSubsystemNamespace: urn:jboss:domain:mail:3.0 -:SingletonSubsystemNamespace: urn:jboss:domain:singleton:1.0 -:TransactionsSubsystemNamespace: urn:jboss:domain:transactions:4.0 - -// LinkProductDocHome: https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/ -:LinkProductDocHome: https://access.redhat.com/documentation/en/jboss-enterprise-application-platform-continuous-delivery -:LinkConfigGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/configuration_guide/ -:LinkDevelopmentGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/development_guide/ -:LinkGettingStartedGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_guide/ -:LinkOpenShiftWelcome: https://docs.openshift.com/online/welcome/index.html -:LinkOpenShiftSignup: https://docs.openshift.com/online/getting_started/choose_a_plan.html -:OpenShiftTemplateName: JBoss EAP CD (no https) - -:ConfigBookName: Configuration Guide -:DevelopmentBookName: Development Guide -:GettingStartedBookName: Getting Started Guide - -:JBDSProductName: Red Hat CodeReady Studio -:JBDSVersion: 12.15 -:LinkJBDSInstall: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/installation_guide/ -:JBDSInstallBookName: Installation Guide -:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/ -:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools - -// Enable Rendering of Glow configuration in plugin examples -:portedToGlow: true \ No newline at end of file +:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts \ No newline at end of file diff --git a/spring-resteasy/README-source.adoc b/spring-resteasy/README-source.adoc index 78617653ca..fff386a9e4 100644 --- a/spring-resteasy/README-source.adoc +++ b/spring-resteasy/README-source.adoc @@ -5,8 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Resteasy, Spring :openshift: true -:buildRequirements: Java 17 (Java SDK 17) or later and Maven 3.3.1 or later -:portedToGlow: true [abstract] The `spring-resteasy` quickstart demonstrates how to package and deploy a web application that includes resteasy-spring integration. diff --git a/temperature-converter/README-source.adoc b/temperature-converter/README-source.adoc index b4b7d843c7..63077d4cb9 100644 --- a/temperature-converter/README-source.adoc +++ b/temperature-converter/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF, SLSB EJB :openshift: true -:portedToGlow: true [abstract] The `temperature-converter` quickstart does temperature conversion using an EJB Stateless Session Bean (SLSB), CDI, and a JSF front-end client. diff --git a/thread-racing/README-source.adoc b/thread-racing/README-source.adoc index aa79158a89..c36900e399 100644 --- a/thread-racing/README-source.adoc +++ b/thread-racing/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Batch, CDI, EE Concurrency, Jakarta REST, JMS, JPA, JSON, Web Sockets :openshift: true -:portedToGlow: true [abstract] A thread racing web application that demonstrates technologies introduced or updated in the latest Jakarta EE specification. diff --git a/todo-backend/README-source.adoc b/todo-backend/README-source.adoc index ae0cbaa3d3..f0e9a96fcd 100644 --- a/todo-backend/README-source.adoc +++ b/todo-backend/README-source.adoc @@ -13,7 +13,6 @@ include::../shared-doc/attributes.adoc[] :useHelmChartDir: true :helm-install-prerequisites-openshift: ../todo-backend/helm-install-prerequisites.adoc :helm-install-prerequisites-kubernetes: ../todo-backend/helm-install-prerequisites.adoc -:portedToGlow: true :helmSetWildFlyArgumentPrefix: wildfly. [abstract] diff --git a/websocket-endpoint/README-source.adoc b/websocket-endpoint/README-source.adoc index 5da0432edb..0a72607e41 100644 --- a/websocket-endpoint/README-source.adoc +++ b/websocket-endpoint/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, WebSocket, JSON-P :openshift: true -:portedToGlow: true [abstract] Shows how to use WebSockets with JSON to broadcast information to all open WebSocket sessions in {productName}. diff --git a/websocket-hello/README-source.adoc b/websocket-hello/README-source.adoc index 2ca5d5566d..337add3d0b 100644 --- a/websocket-hello/README-source.adoc +++ b/websocket-hello/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: WebSocket, CDI, JSF :openshift: true -:portedToGlow: true [abstract] The `websocket-hello` quickstart demonstrates how to create a simple WebSocket application. From f5b8db6216699fe04bc6713d6f5aa2f77b4486b5 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 11:14:58 +0000 Subject: [PATCH 6/6] Prepare for 35.0.0.Final release --- batch-processing/pom.xml | 2 +- bmt/pom.xml | 2 +- cmt/pom.xml | 2 +- dist/pom.xml | 2 +- ee-security/pom.xml | 2 +- ejb-multi-server/app-main/ear/pom.xml | 2 +- ejb-multi-server/app-main/ejb/pom.xml | 2 +- ejb-multi-server/app-main/pom.xml | 2 +- ejb-multi-server/app-main/web/pom.xml | 2 +- ejb-multi-server/app-one/ear/pom.xml | 2 +- ejb-multi-server/app-one/ejb/pom.xml | 2 +- ejb-multi-server/app-one/pom.xml | 2 +- ejb-multi-server/app-two/ear/pom.xml | 2 +- ejb-multi-server/app-two/ejb/pom.xml | 2 +- ejb-multi-server/app-two/pom.xml | 2 +- ejb-multi-server/app-web/pom.xml | 2 +- ejb-multi-server/client/pom.xml | 2 +- ejb-multi-server/pom.xml | 2 +- ejb-remote/pom.xml | 2 +- ejb-security-context-propagation/pom.xml | 2 +- ejb-security-programmatic-auth/pom.xml | 2 +- ejb-throws-exception/ear/pom.xml | 2 +- ejb-throws-exception/ejb-api/pom.xml | 2 +- ejb-throws-exception/ejb/pom.xml | 2 +- ejb-throws-exception/pom.xml | 2 +- ejb-throws-exception/web/pom.xml | 2 +- ejb-timer/pom.xml | 2 +- ejb-txn-remote-call/client/pom.xml | 2 +- ejb-txn-remote-call/pom.xml | 2 +- ejb-txn-remote-call/server/pom.xml | 2 +- ha-singleton-deployment/pom.xml | 2 +- ha-singleton-service/pom.xml | 2 +- helloworld-jms/pom.xml | 2 +- helloworld-mdb/pom.xml | 2 +- helloworld-mutual-ssl-secured/pom.xml | 2 +- helloworld-mutual-ssl/pom.xml | 2 +- helloworld-rs/pom.xml | 2 +- helloworld-singleton/pom.xml | 2 +- helloworld-ws/pom.xml | 2 +- helloworld/pom.xml | 2 +- hibernate/pom.xml | 2 +- http-custom-mechanism/custom-module/pom.xml | 2 +- http-custom-mechanism/pom.xml | 2 +- http-custom-mechanism/webapp/pom.xml | 2 +- jaxrs-client/pom.xml | 2 +- jaxrs-jwt/pom.xml | 2 +- jaxws-ejb/pom.xml | 2 +- jsonp/pom.xml | 2 +- jta-crash-rec/pom.xml | 2 +- jts/application-component-1/pom.xml | 2 +- jts/application-component-2/pom.xml | 2 +- jts/pom.xml | 2 +- kitchensink/pom.xml | 2 +- logging/pom.xml | 2 +- mail/pom.xml | 2 +- messaging-clustering-singleton/pom.xml | 2 +- micrometer/pom.xml | 2 +- microprofile-config/pom.xml | 2 +- microprofile-fault-tolerance/pom.xml | 2 +- microprofile-health/pom.xml | 2 +- microprofile-jwt/pom.xml | 2 +- microprofile-lra/pom.xml | 2 +- microprofile-openapi/pom.xml | 2 +- microprofile-reactive-messaging-kafka/pom.xml | 2 +- microprofile-rest-client/pom.xml | 2 +- numberguess/pom.xml | 2 +- opentelemetry-tracing/pom.xml | 2 +- pom.xml | 2 +- remote-helloworld-mdb/pom.xml | 2 +- security-domain-to-domain/ear/pom.xml | 2 +- security-domain-to-domain/ejb/pom.xml | 2 +- security-domain-to-domain/pom.xml | 2 +- security-domain-to-domain/test/pom.xml | 2 +- security-domain-to-domain/web/pom.xml | 2 +- servlet-async/pom.xml | 2 +- servlet-filterlistener/pom.xml | 2 +- servlet-security/pom.xml | 2 +- spring-resteasy/pom.xml | 2 +- tasks-jsf/pom.xml | 2 +- temperature-converter/pom.xml | 2 +- thread-racing/pom.xml | 2 +- todo-backend/pom.xml | 2 +- websocket-endpoint/pom.xml | 2 +- websocket-hello/pom.xml | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index 70615eb463..83045db76c 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: batch-processing Shows how to use a Chunk oriented batch processing diff --git a/bmt/pom.xml b/bmt/pom.xml index 179b22dd97..439d95b481 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: bmt This project demonstrates how to use Bean Managed Transactions diff --git a/cmt/pom.xml b/cmt/pom.xml index f9582ccb35..7023fe6b91 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: cmt This project demonstrates how to use transactions managed by the container diff --git a/dist/pom.xml b/dist/pom.xml index ca0f670b09..6e74e4ba55 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -25,7 +25,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 35.0.0.Final-SNAPSHOT + 35.0.0.Final quickstarts-dist diff --git a/ee-security/pom.xml b/ee-security/pom.xml index 6ac2c4d335..0de345c43a 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ee-security This project demonstrates using EE security diff --git a/ejb-multi-server/app-main/ear/pom.xml b/ejb-multi-server/app-main/ear/pom.xml index 7804b43c7c..17fbfc0850 100644 --- a/ejb-multi-server/app-main/ear/pom.xml +++ b/ejb-multi-server/app-main/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-main-ear ear diff --git a/ejb-multi-server/app-main/ejb/pom.xml b/ejb-multi-server/app-main/ejb/pom.xml index 5bedc7f0b9..3eac29fa87 100644 --- a/ejb-multi-server/app-main/ejb/pom.xml +++ b/ejb-multi-server/app-main/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-main-ejb ejb diff --git a/ejb-multi-server/app-main/pom.xml b/ejb-multi-server/app-main/pom.xml index 109099e503..70bbbc162f 100644 --- a/ejb-multi-server/app-main/pom.xml +++ b/ejb-multi-server/app-main/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ../pom.xml ejb-multi-server-app-main diff --git a/ejb-multi-server/app-main/web/pom.xml b/ejb-multi-server/app-main/web/pom.xml index 6d91fe375f..9c8c24eba6 100644 --- a/ejb-multi-server/app-main/web/pom.xml +++ b/ejb-multi-server/app-main/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-main-web war diff --git a/ejb-multi-server/app-one/ear/pom.xml b/ejb-multi-server/app-one/ear/pom.xml index 3a9247b324..6a56ab891a 100644 --- a/ejb-multi-server/app-one/ear/pom.xml +++ b/ejb-multi-server/app-one/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-one-ear ear diff --git a/ejb-multi-server/app-one/ejb/pom.xml b/ejb-multi-server/app-one/ejb/pom.xml index 1f3a27db5c..7a37897f14 100644 --- a/ejb-multi-server/app-one/ejb/pom.xml +++ b/ejb-multi-server/app-one/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-one-ejb ejb diff --git a/ejb-multi-server/app-one/pom.xml b/ejb-multi-server/app-one/pom.xml index c6f087bf5e..1b5da0caf1 100644 --- a/ejb-multi-server/app-one/pom.xml +++ b/ejb-multi-server/app-one/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-one pom diff --git a/ejb-multi-server/app-two/ear/pom.xml b/ejb-multi-server/app-two/ear/pom.xml index 77927061ec..4ca54e18c5 100644 --- a/ejb-multi-server/app-two/ear/pom.xml +++ b/ejb-multi-server/app-two/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-two-ear ear diff --git a/ejb-multi-server/app-two/ejb/pom.xml b/ejb-multi-server/app-two/ejb/pom.xml index 55d69dc676..53b23747c8 100644 --- a/ejb-multi-server/app-two/ejb/pom.xml +++ b/ejb-multi-server/app-two/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-two-ejb ejb diff --git a/ejb-multi-server/app-two/pom.xml b/ejb-multi-server/app-two/pom.xml index f4402f04a4..5c2cc81397 100644 --- a/ejb-multi-server/app-two/pom.xml +++ b/ejb-multi-server/app-two/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-two pom diff --git a/ejb-multi-server/app-web/pom.xml b/ejb-multi-server/app-web/pom.xml index 00aff47ff8..da8c584af9 100644 --- a/ejb-multi-server/app-web/pom.xml +++ b/ejb-multi-server/app-web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-app-web war diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml index d5036c0b2b..1337bd7978 100644 --- a/ejb-multi-server/client/pom.xml +++ b/ejb-multi-server/client/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index dc15a33330..49750e64e5 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: ejb-multi-server A project that demonstrates multiple applications deployed on different servers. diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 04f449c93d..89f97504a3 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-remote This project demonstrates how to access an EJB from a remote client diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 0b979b8b14..4fd3e7e42c 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-security-context-propagation This project demonstrates the security context propagation between remote EJBs diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index d15714dc5f..f7302d7eb4 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-security-programmatic-auth This project demonstrates how to authenticate remote clients using the programmatic API diff --git a/ejb-throws-exception/ear/pom.xml b/ejb-throws-exception/ear/pom.xml index 7eb67de01b..7d1a5ef551 100644 --- a/ejb-throws-exception/ear/pom.xml +++ b/ejb-throws-exception/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-throws-exception-ear ear diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml index af70bdd9ea..6f657e1934 100644 --- a/ejb-throws-exception/ejb-api/pom.xml +++ b/ejb-throws-exception/ejb-api/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-throws-exception-ejb-api jar diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml index 164d6003da..5e5f43e3c4 100644 --- a/ejb-throws-exception/ejb/pom.xml +++ b/ejb-throws-exception/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index 19212087c1..0ae7ad1e57 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: ejb-throws-exception This project demonstrates how to throw an exception in an EJB and catch it in the web layer diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml index 45c2beaec2..ba21f5598c 100644 --- a/ejb-throws-exception/web/pom.xml +++ b/ejb-throws-exception/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ejb-throws-exception-web war diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index b2b6a01f05..7946def160 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-timer A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout). diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index de3778d05e..11041e8558 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call-client - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-txn-remote-call-client The project is the application to be deployed on the client server to call the second server diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml index 0d2e2e9adb..91ad8b9b08 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -29,7 +29,7 @@ ejb-txn-remote-call - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: ejb-txn-remote-call The project demonstrates how to make EJB remote calls from server to server with transaction propagation. diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index 8647ed2309..64685347d1 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call-server - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: ejb-txn-remote-call-server The project is the application to be deployed on the second server to receive the call diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 5cb58464dc..307c2223b4 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: HA Singleton Deployment This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton. diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index b0084cf925..f206cdaf2d 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: HA Singleton Service This quickstart demonstrates a singleton MSC service packaged in a war. diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index 0e3910fb04..41476b8f9d 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 35.0.0.Final-SNAPSHOT + 35.0.0.Final jar Quickstart: helloworld-jms A Helloworld JMS external producer/consumer client diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index 0639b37307..663b3d12b1 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 8aea5f634c..7b655b36d6 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-mutual-ssl-secured Securing helloworld Web app with mutual client ssl authentication and role-based access control diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index 75aaa2b0b7..bd7861cc95 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -41,7 +41,7 @@ helloworld-mutual-ssl - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-mutual-ssl Helloworld Mutual SSL Authentication diff --git a/helloworld-rs/pom.xml b/helloworld-rs/pom.xml index 1ce9379930..cb97871c3e 100644 --- a/helloworld-rs/pom.xml +++ b/helloworld-rs/pom.xml @@ -17,7 +17,7 @@ helloworld-rs - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-rs A simple Hello World project that uses Jakarta RESTful Web Services diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 0a6a7589e0..88a1cdba96 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-singleton This project demonstrates a Hello World Singleton Session Bean with a JSF client diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index 83ea245f74..5fdd9df931 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld-ws This project demonstrates a Hello World JAX-WS web service diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 4dffd10f60..bb2ed12275 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: helloworld Helloworld diff --git a/hibernate/pom.xml b/hibernate/pom.xml index bd9332004d..f1a14cefc4 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: hibernate This project demonstrates how to use Hibernate ORM diff --git a/http-custom-mechanism/custom-module/pom.xml b/http-custom-mechanism/custom-module/pom.xml index 3257c578a2..f917809a5a 100644 --- a/http-custom-mechanism/custom-module/pom.xml +++ b/http-custom-mechanism/custom-module/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index b22633b0a3..5b7cd46b13 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: http-custom-mechanism This project demonstrates how to implement a custom HTTP authentication mechanism diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml index a1e63fd05c..93cb49f915 100644 --- a/http-custom-mechanism/webapp/pom.xml +++ b/http-custom-mechanism/webapp/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 181de2c44d..f9c14c3488 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: jaxrs-client A Jakarta REST Client API project diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 258e90b1c6..6b46d3beec 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: jaxrs-jwt JWT authentication using Elytron diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 5749b71ae3..a85f483837 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: jaxws-ejb This project is a working example of a JAX-WS web service EJB endpoint diff --git a/jsonp/pom.xml b/jsonp/pom.xml index e24488555a..0950aae8f8 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: jsonp A starter Jakarta EE webapp project for use on JBoss EAP diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 219726ac20..7e35660273 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: jta-crash-rec This project demonstrates JTA crash recovery diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml index fa837d8430..7f65df821a 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 35.0.0.Final-SNAPSHOT + 35.0.0.Final jts-application-component-1 war diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml index 5021282793..a84d316e7c 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 35.0.0.Final-SNAPSHOT + 35.0.0.Final jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index 7639b11705..40890e1234 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: jts A project that demonstrates how to use CMT with JTS diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 2e1d12f35d..7865461b0b 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: kitchensink A starter Jakarta EE web application project for use in JBoss EAP diff --git a/logging/pom.xml b/logging/pom.xml index 2d3c88d4f0..de6e9edc4f 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ logging - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: logging This project demonstrates logging in JBoss EAP diff --git a/mail/pom.xml b/mail/pom.xml index 55f6521d68..5ac004d567 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: mail This project demonstrates how to send mail diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index d32ac7b1f0..be2fb34de0 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: messaging-clustering-singleton This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 6c46afb6be..477dc927d7 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,7 +15,7 @@ micrometer - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: micrometer diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index b2429684d3..6dbaa3a809 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,7 +13,7 @@ microprofile-config - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-config diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index 0f214cb871..b9a028e04d 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-fault-tolerance diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index b71ae8ad12..16eeec18e1 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,7 +13,7 @@ microprofile-health - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-health diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 836ec5505a..d17e3b4822 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-jwt Example project making use of MicroProfile JWT diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 08c1a1f966..fa076d607e 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,7 +13,7 @@ microprofile-lra - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-lra diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index 72bd853a2b..ad4e245859 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,7 +14,7 @@ microprofile-openapi - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-openapi diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index 32f9d3de66..c113650b8a 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,7 +29,7 @@ microprofile-reactive-messaging-kafka - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-reactive-messaging-kafka diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index f8c62071a2..12a235032f 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: microprofile-rest-client diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 57387f46a4..b026c0cee2 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: numberguess The numberguess project demonstrates the use of CDI and JSF in JBoss EAP diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index ce9e9c22ca..1636fc4b0e 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,7 +13,7 @@ opentelemetry-tracing - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: opentelemetry-tracing diff --git a/pom.xml b/pom.xml index fdd8695115..f3cea02bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ Maintain separation between the artifact id and the version to help prevent merge conflicts between commits changing the GA and those changing the V. --> - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index 835b31fb7e..303bbf49c4 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: remote-helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 6.0 as client to a remote Artemis instance diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml index 4e189044e0..c5ac7a18d0 100644 --- a/security-domain-to-domain/ear/pom.xml +++ b/security-domain-to-domain/ear/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 35.0.0.Final-SNAPSHOT + 35.0.0.Final security-domain-to-domain-ear ear diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml index 1c687458ae..37c30c7ae8 100644 --- a/security-domain-to-domain/ejb/pom.xml +++ b/security-domain-to-domain/ejb/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 35.0.0.Final-SNAPSHOT + 35.0.0.Final security-domain-to-domain-ejb Quickstart: security-domain-to-domain - ejb diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index fda25b5c01..d581af352c 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 35.0.0.Final-SNAPSHOT + 35.0.0.Final pom Quickstart: security-domain-to-domain This project demonstrates identity propagation between different security domains diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml index 5f6784c07f..d137ea3be2 100644 --- a/security-domain-to-domain/test/pom.xml +++ b/security-domain-to-domain/test/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 35.0.0.Final-SNAPSHOT + 35.0.0.Final security-domain-to-domain-test diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index 69577da0f5..59cdbe6522 100644 --- a/security-domain-to-domain/web/pom.xml +++ b/security-domain-to-domain/web/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 35.0.0.Final-SNAPSHOT + 35.0.0.Final ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index 523fa6ec5d..6c1417e0b1 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: servlet-async This project demonstrates an asynchronous Servlet diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 70a0545822..33cc60aca7 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: servlet-filterlistener This project demonstrates a Servlet Filter and Listener diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index d79fab5aae..8f9f0b1ba1 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: servlet-security This project demonstrates servlet security in JBoss EAP diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 6d8a8ba1be..20030ba0d7 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: spring-resteasy This project demonstrates Spring with a Jakarta REST RestEasy client diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index b0142f1b48..c44bac4039 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: tasks-jsf This project demonstrates how to use JPA persistence to manage tasks with JSF as view layer diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 4e439008e2..0dc8ff7615 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: temperature-converter This project is a temperature converter. Given Celsius return Fahrenheit; Given Fahrenheit return Celsius diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index 5a14b82608..53ca318840 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: thread-racing A web application that triggers a thread race to complete Jakarta EE related tasks diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index 17c3ed3a8c..3fdd13fbe2 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: todo-backend This project demonstrates how to implement a Todo-Backend application to manage ToDos diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index d7a32eaabc..54119d9f00 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: websocket-endpoint This project demonstrates how to use a WebSocket Endppoint diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index f820ba3e6b..093dc3cc12 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 35.0.0.Final-SNAPSHOT + 35.0.0.Final war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application