Skip to content

Commit

Permalink
Merge pull request #859 from emmartins/WFLY-18950
Browse files Browse the repository at this point in the history
[WFLY-18950]  + Moves parent to 8 + Moves server to 31.0.0.Final
  • Loading branch information
emmartins authored Jan 25, 2024
2 parents 1dca2ae + 00cfad2 commit 589a1b1
Show file tree
Hide file tree
Showing 72 changed files with 186 additions and 184 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reduce_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
fi
cd $CURRENT_DIR
done
#Updates the table of available quickstarts @ root README-source.adoc
mvn clean package -Pdocs -N
#Reduce root README
asciidoctor-reducer --preserve-conditionals -o README.adoc README-source.adoc
#Updates the table of available quickstarts @ root README.adoc
mvn clean package -Pdocs
- name: Commit and Push README
uses: EndBug/add-and-commit@v9
with:
Expand Down
120 changes: 60 additions & 60 deletions README-source.adoc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ NOTE: Some of these quickstarts use the H2 database included with {productNameFu
| link:microprofile-fault-tolerance/README{outfilesuffix}[microprofile-fault-tolerance]| | The `microprofile-fault-tolerance` quickstart demonstrates how to use Eclipse MicroProfile Fault Tolerance in {productName}. | null | _none_
| link:microprofile-health/README{outfilesuffix}[microprofile-health]| | The `microprofile-health` quickstart demonstrates the use of the MicroProfile Health specification in {productName}. | null | _none_
| link:microprofile-jwt/README{outfilesuffix}[microprofile-jwt]| | The `microprofile-jwt` quickstart demonstrates the use of the MicroProfile JWT specification in {productName}. | null | _none_
| link:microprofile-lra/README{outfilesuffix}[microprofile-lra]| | The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}. | null | _none_
| link:microprofile-lra/README{outfilesuffix}[microprofile-lra]|MicroProfile LRA | The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}. | Beginner | _none_
| link:microprofile-openapi/README{outfilesuffix}[microprofile-openapi]| | This guide demonstrate how to use the MicroProfile OpenAPI functionality in {productName} to expose an OpenAPI document for a simple REST application. | null | _none_
| link:microprofile-reactive-messaging-kafka/README{outfilesuffix}[microprofile-reactive-messaging-kafka]| | The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of the MicroProfile Reactive Messaging specification backed by Apache Kafka in {productName}. | null | _none_
| link:microprofile-rest-client/README{outfilesuffix}[microprofile-rest-client]| | The `microprofile-rest-client` quickstart demonstrates the use of the MicroProfile REST Client specification in {productName}. | null | _none_
Expand Down
4 changes: 2 additions & 2 deletions batch-processing/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
4 changes: 2 additions & 2 deletions bmt/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
4 changes: 2 additions & 2 deletions cmt/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>cmt</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
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 @@ -24,7 +24,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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>contacts-jquerymobile</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ee-security/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@

<properties>
<!-- Version for the server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
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 @@ -75,7 +75,7 @@
<displayName>Application Main</displayName>
<description>A simple quickstart application to demonstrate the
server-server communication</description>
<version>7</version>
<version>8</version>
<generateApplicationXml>true</generateApplicationXml>
<!-- must start in order to ensure that the reference to MainApp is found in the JsfController -->
<initializeInOrder>true</initializeInOrder>
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 @@ -54,7 +54,7 @@
<displayName>Application One</displayName>
<description>A simple quickstart application to demonstrate the
server-server communication</description>
<version>7</version>
<version>8</version>
<!-- it work also without a application.xml but this is to demonstrate
how to use it and activate the jarModule in it -->
<generateApplicationXml>true</generateApplicationXml>
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 @@ -55,7 +55,7 @@
<displayName>Application Two</displayName>
<description>A simple quickstart application to demonstrate the
server-server communication</description>
<version>7</version>
<version>8</version>
<!-- it work also without a application.xml but this is to demonstrate
how to use it and activate the jarModule in it -->
<generateApplicationXml>true</generateApplicationXml>
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 @@ -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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-multi-server</artifactId>
Expand All @@ -47,7 +47,7 @@

<properties>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.server.bom>31.0.0.Beta1</version.server.bom>
<version.server.bom>31.0.0.Final</version.server.bom>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions ejb-remote/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-remote</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- Version for the server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
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 @@ -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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-security-context-propagation</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
4 changes: 2 additions & 2 deletions ejb-security-programmatic-auth/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-security-programmatic-auth</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
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 @@ -63,7 +63,7 @@
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<!-- Tell Maven we are using Jakarta EE -->
<version>7</version>
<version>8</version>
<!-- Use Jakarta EE ear libraries as needed. Jakarta EE ear
libraries are in easy way to package any libraries needed in the ear, and
automatically have any modules (EJB-JARs and WARs) use them -->
Expand Down
4 changes: 2 additions & 2 deletions ejb-throws-exception/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-throws-exception</artifactId>
Expand All @@ -51,7 +51,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
4 changes: 2 additions & 2 deletions ejb-timer/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>ejb-timer</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>4.2.1.Final</version.plugin.wildfly>
Expand Down
4 changes: 2 additions & 2 deletions ejb-txn-remote-call/client/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -37,7 +37,7 @@

<properties>
<!-- the version for the Server -->
<version.server>30.0.0.Final</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>4.2.0.Final</version.plugin.wildfly>
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions ejb-txn-remote-call/server/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -37,7 +37,7 @@

<properties>
<!-- the version for the Server -->
<version.server>30.0.0.Final</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.narayana>7.0.0.Final</version.narayana>
Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions helloworld-jms/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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>helloworld-jms</artifactId>
Expand All @@ -44,7 +44,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
4 changes: 2 additions & 2 deletions helloworld-mdb/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl-secured/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>7</version>
<version>8</version>
<relativePath/>
</parent>
<artifactId>helloworld-mutual-ssl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions helloworld-singleton/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>7</version>
<version>8</version>
<relativePath/>
</parent>

Expand All @@ -45,7 +45,7 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Beta1</version.server>
<version.server>31.0.0.Final</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
Expand Down
Loading

0 comments on commit 589a1b1

Please sign in to comment.