Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glow preview 31.0.0.final #868

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion batch-processing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: batch-processing
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion batch-processing/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: batch-processing
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand Down
2 changes: 1 addition & 1 deletion bmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: bmt
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion bmt/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: bmt
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>bmt</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
Expand Down
2 changes: 1 addition & 1 deletion cmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: cmt
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion cmt/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: cmt
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<relativePath/>
</parent>
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<name>Quickstart: Contacts JQueryMobile test via WebDriver with Arquillian</name>
<description>This project tests a Contacts JQueryMobile for use on JBoss EAP by WebDriver</description>

Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>contacts-jquerymobile</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: contacts-jquerymobile</name>
<description>A Jakarta EE HTML5 mobile web application for use with JBoss EAP</description>
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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ee-security/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ee-security
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion ee-security/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ee-security
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ee-security</name>
<description>This project demonstrates using EE security</description>
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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-multi-server</name>
<description>A project that demonstrates multiple applications deployed on different servers.
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-remote
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-remote
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ejb-remote</name>
<description>This project demonstrates how to access an EJB from a remote client</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-context-propagation</name>
<description>This project demonstrates the security context propagation between remote EJBs</description>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-programmatic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-security-programmatic-auth</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-programmatic-auth</name>
<description>This project demonstrates how to authenticate remote clients using the programmatic API</description>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/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-throws-exception</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>
<artifactId>ejb-throws-exception-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/ejb-api/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-throws-exception</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>
<artifactId>ejb-throws-exception-ejb-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/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-throws-exception</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>
<artifactId>ejb-throws-exception-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-throws-exception</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-throws-exception</name>
<description>This project demonstrates how to throw an exception in an EJB and catch it in the web layer</description>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/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-throws-exception</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
</parent>
<artifactId>ejb-throws-exception-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-timer/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ ifndef::useHelmChartDir[]
----
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-timer
deploy:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion ejb-timer/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-timer
deploy:
replicas: 1
2 changes: 1 addition & 1 deletion ejb-timer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-timer</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ejb-timer</name>
<description>A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout).</description>
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/charts/client.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-txn-remote-call/client
env:
- name: MAVEN_ARGS_APPEND
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/charts/server.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: 31.x
ref: 31.x-glow-preview
contextDir: ejb-txn-remote-call/server
deploy:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Temp: Trigger CI -->

<artifactId>ejb-txn-remote-call-client</artifactId>
<version>31.0.0.Final</version>
<version>31.0.0.Final-glow-preview</version>
<packaging>war</packaging>
<name>Quickstart: ejb-txn-remote-call-client</name>
<description>The project is the application to be deployed on the client server to call the second server</description>
Expand Down
Loading