Skip to content

Commit

Permalink
Merge pull request #860 from emmartins/rel-31.0.0.Final
Browse files Browse the repository at this point in the history
Prepare for 31.0.0.Final release
  • Loading branch information
emmartins authored Jan 25, 2024
2 parents 3d6e135 + 3a9785b commit d861ad0
Show file tree
Hide file tree
Showing 89 changed files with 88 additions and 112 deletions.
24 changes: 0 additions & 24 deletions README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,6 @@ The quickstart `README` files use the _replaceable_ value `__WILDFLY_HOME__` to

When you see the replaceable variable __QUICKSTART_HOME__, replace it with the path to the root directory of all of the quickstarts.

[[prerequisites]]
== Prerequisites

[[build_quickstart_readme_files]]
=== Build the Quickstart README.html Files

The quickstart `README` files are written in AsciiDoc, not only because the language is much more powerful than Markdown, but also also because it is possible to extract common instructions into separate files to be reused across the quickstarts. While this makes them more flexible and easier to maintain, unfortunately, included files do not render in a readable format in GitHub or in most text editors.

The Maven plugin that is used to build and deploy the quickstarts can also generate fully rendered `README.html` instructions from the `README.adoc` files.

To build all of the quickstart `README.html` files, including the root `README.html` file that contains the table with links to all available quickstarts, navigate to the root folder of the quickstarts and run the following command.

[source,options="nowrap"]
----
$ mvn clean package -Pdocs
----

[TIP]
====
To build the `README.html` file for a specific quickstart, navigate to the quickstart directory and run the above command.
====

If you see errors about missing dependencies, check the xref:prerequisites[prerequisites] section to determine whether you need to xref:build_wildfly_boms[build the WildFly BOMs] that corresponds to the version of the quickstarts that you are using.

[[suggested_approach_to_the_quickstarts]]
== Suggested Approach to the Quickstarts

Expand Down
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-SNAPSHOT</version>
<version>31.0.0.Final</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/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-SNAPSHOT</version>
<version>31.0.0.Final</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/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-SNAPSHOT</version>
<version>31.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 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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.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>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.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 Down
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-SNAPSHOT</version>
<version>31.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 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-SNAPSHOT</version>
<version>31.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 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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</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-SNAPSHOT</version>
<version>31.0.0.Final</version>
</parent>
<artifactId>ejb-throws-exception-web</artifactId>
<packaging>war</packaging>
Expand Down
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-SNAPSHOT</version>
<version>31.0.0.Final</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/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>ejb-txn-remote-call-client</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</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
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>ejb-txn-remote-call</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-txn-remote-call</name>
<description>The project demonstrates how to make EJB remote calls from server to server with transaction propagation.
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>ejb-txn-remote-call-server</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-txn-remote-call-server</name>
<description>The project is the application to be deployed on the second server to receive the call</description>
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 @@ -36,7 +36,7 @@
</parent>

<artifactId>ha-singleton-deployment</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>ejb</packaging>
<name>Quickstart: HA Singleton Deployment</name>
<description>This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton.</description>
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 @@ -31,7 +31,7 @@
</parent>

<artifactId>ha-singleton-service</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>jar</packaging>
<name>Quickstart: HA Singleton Service</name>
<description>This quickstart demonstrates a singleton MSC service packaged in a jar.</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld-jms</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>jar</packaging>
<name>Quickstart: helloworld-jms</name>
<description>A Helloworld JMS external producer/consumer client</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-mdb</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mdb</name>
<description>This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client</description>
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 @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-mutual-ssl-secured</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mutual-ssl-secured</name>
<description>Securing helloworld Web app with mutual client ssl authentication and role-based access control</description>
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 @@ -30,7 +30,7 @@
<relativePath/>
</parent>
<artifactId>helloworld-mutual-ssl</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mutual-ssl</name>
<description>Helloworld Mutual SSL Authentication</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-singleton</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-singleton</name>
<description>This project demonstrates a Hello World Singleton Session Bean with a JSF client</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld-ws</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-ws</name>
<description>This project demonstrates a Hello World JAX-WS web service</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld</artifactId>
<version>31.0.0.Final-SNAPSHOT</version>
<version>31.0.0.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld</name>
<description>Helloworld</description>
Expand Down
Loading

0 comments on commit d861ad0

Please sign in to comment.