Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into glow-preview-wf32
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed May 13, 2024
2 parents 8fd8158 + 40a0342 commit 5655239
Show file tree
Hide file tree
Showing 164 changed files with 1,118 additions and 2,618 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions .github/workflows/quickstart_tasks-jsf_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: WildFly tasks-jsf Quickstart CI

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'tasks-jsf/**'
- '.github/workflows/quickstart_ci.yml'
jobs:
call-quickstart_ci:
uses: ./.github/workflows/quickstart_ci.yml
with:
QUICKSTART_PATH: tasks-jsf
TEST_PROVISIONED_SERVER: true
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
6 changes: 3 additions & 3 deletions batch-processing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions bmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions cmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions ee-security/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Quickstart: ee-security</name>
<description>This project demonstrates using EE security</description>
Expand All @@ -45,7 +45,7 @@

<properties>
<!-- Version for the server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions ejb-multi-server/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-multi-server</name>
<description>A project that demonstrates multiple applications deployed on different servers.
Expand All @@ -47,7 +47,7 @@

<properties>
<!-- the version for the Server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions ejb-remote/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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 @@ -44,7 +44,7 @@

<properties>
<!-- Version for the server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions ejb-security-context-propagation/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
4 changes: 2 additions & 2 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>32.0.0.Beta1</version>
<version>33.0.0.Beta1-SNAPSHOT</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 @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>32.0.0.Beta1</version.server>
<version.server>32.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
Expand Down
6 changes: 3 additions & 3 deletions ejb-security-programmatic-auth/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ ifndef::ProductRelease,EAPXPRelease[]
:productNameFull: WildFly Application Server
:ProductShortName: {productName}
:jbossHomeName: WILDFLY_HOME
:productVersion: 31
:productImageVersion: 31.0
:productVersion: 32
:productImageVersion: 32.0
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
:WildFlyQuickStartRepoTag: 31.0.0.Final
:WildFlyQuickStartRepoTag: 32.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
:DocInfoProductNumber: 8.0
Expand Down
Loading

0 comments on commit 5655239

Please sign in to comment.