Skip to content

Commit

Permalink
Merge pull request #1002 from emmartins/rel-35.0.0.Final
Browse files Browse the repository at this point in the history
Rel 35.0.0.final
  • Loading branch information
emmartins authored Jan 9, 2025
2 parents 0bd1a4e + f5b8db6 commit 94b9927
Show file tree
Hide file tree
Showing 151 changed files with 207 additions and 854 deletions.
2 changes: 0 additions & 2 deletions batch-processing/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>batch-processing</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand All @@ -47,10 +47,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
22 changes: 0 additions & 22 deletions bmt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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::[]
6 changes: 3 additions & 3 deletions bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>bmt</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
Expand All @@ -47,10 +47,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
3 changes: 0 additions & 3 deletions cmt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -84,9 +83,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
Expand Down
6 changes: 3 additions & 3 deletions cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>cmt</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
Expand All @@ -46,10 +46,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions ee-security/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ee-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>ee-security</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: ee-security</name>
<description>This project demonstrates using EE security</description>
Expand All @@ -47,10 +47,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-main-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-main-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-multi-server-app-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-main-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-one-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-one-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-one</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-two-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-two-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-two</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-app-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions ejb-multi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-multi-server</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-multi-server</name>
<description>A project that demonstrates multiple applications deployed on different servers.
Expand All @@ -49,10 +49,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
5 changes: 1 addition & 4 deletions ejb-remote/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -100,9 +99,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]
6 changes: 0 additions & 6 deletions ejb-remote/charts/helm.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-remote</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-remote</name>
<description>This project demonstrates how to access an EJB from a remote client</description>
Expand All @@ -46,10 +46,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
3 changes: 0 additions & 3 deletions ejb-security-context-propagation/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -301,9 +300,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]
6 changes: 3 additions & 3 deletions ejb-security-context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-security-context-propagation</artifactId>
<version>35.0.0.Final-SNAPSHOT</version>
<version>35.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-context-propagation</name>
<description>This project demonstrates the security context propagation between remote EJBs</description>
Expand All @@ -46,10 +46,10 @@
<!-- the Maven project should use the minimum Java SE version supported -->
<maven.compiler.release>17</maven.compiler.release>
<!-- the version for the Server -->
<version.server>35.0.0.Beta1</version.server>
<version.server>35.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.1.0.Final</version.plugin.wildfly>
<version.plugin.wildfly>5.1.1.Final</version.plugin.wildfly>
</properties>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 94b9927

Please sign in to comment.