Skip to content

Commit

Permalink
7.4.0.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jul 21, 2021
1 parent 38875ba commit 0bdec06
Show file tree
Hide file tree
Showing 279 changed files with 7,106 additions and 2,130 deletions.
679 changes: 0 additions & 679 deletions README.adoc

This file was deleted.

183 changes: 161 additions & 22 deletions README.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The quickstarts demonstrate Jakarta EE 8 and a few additional technologies from the Red Hat JBoss Enterprise Application Platform stack. They provide small, specific, working examples that can be used as a reference for your own project.

This branch contains the latest 7.4 release of the Red Hat JBoss EAP quickstarts.

Please refer to the root README.html for additional information.
2 changes: 1 addition & 1 deletion app-client/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ <h2 id="openshift_incompatibility">JBoss EAP for OpenShift Incompatibility</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-02-04 19:29:36 UTC
Last updated 2021-06-23 15:53:25 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion app-client/client-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.4.0.Beta</version>
<version>7.4.0.GA</version>
</parent>
<artifactId>app-client-client-simple</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.4.0.Beta</version>
<version>7.4.0.GA</version>
</parent>
<artifactId>app-client-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.4.0.Beta</version>
<version>7.4.0.GA</version>
</parent>
<artifactId>app-client-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
5 changes: 3 additions & 2 deletions app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
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.4.0.Beta</version>
<version>7.4.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>app-client</artifactId>
<packaging>pom</packaging>
<name>Quickstart: app-client</name>
<description>This project demonstrates how to package and use an EE application client.
This POM defines common properties to specify the used versions and plug-ins.
The subprojects are built in the appropriate sequence.</description>
The subprojects are built in the appropriate sequence.
</description>

<licenses>
<license>
Expand Down
54 changes: 27 additions & 27 deletions batch-processing/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<p>Import JDK 8 image streams:</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/eap74-beta-openjdk8-image-stream.json</pre>
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/eap74-openjdk8-image-stream.json</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -901,10 +901,10 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="ulist">
<ul>
<li>
<p>The JDK 8 builder imagestream: jboss-eap74-beta-openjdk8-openshift</p>
<p>The JDK 8 builder imagestream: jboss-eap74-openjdk8-openshift</p>
</li>
<li>
<p>The JDK 8 runtime imagestream: jboss-eap74-beta-openjdk8-runtime-openshift</p>
<p>The JDK 8 runtime imagestream: jboss-eap74-openjdk8-runtime-openshift</p>
</li>
</ul>
</div>
Expand All @@ -913,7 +913,7 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<p>Import JDK 11 image stream:</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/eap74-beta-openjdk11-image-stream.json</pre>
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/eap74-openjdk11-image-stream.json</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -922,10 +922,10 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="ulist">
<ul>
<li>
<p>The JDK 11 builder imagestream: jboss-eap74-beta-openjdk11-openshift</p>
<p>The JDK 11 builder imagestream: jboss-eap74-openjdk11-openshift</p>
</li>
<li>
<p>The JDK 11 runtime imagestream: jboss-eap74-beta-openjdk11-runtime-openshift</p>
<p>The JDK 11 runtime imagestream: jboss-eap74-openjdk11-runtime-openshift</p>
</li>
</ul>
</div>
Expand All @@ -935,17 +935,17 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="listingblock">
<div class="content">
<pre class="nowrap">for resource in \
eap74-beta-amq-persistent-s2i.json \
eap74-beta-amq-s2i.json \
eap74-beta-basic-s2i.json \
eap74-beta-https-s2i.json \
eap74-beta-sso-s2i.json \
eap74-beta-starter-s2i.json \
eap74-beta-third-party-db-s2i.json \
eap74-beta-tx-recovery-s2i.json
eap74-amq-persistent-s2i.json \
eap74-amq-s2i.json \
eap74-basic-s2i.json \
eap74-https-s2i.json \
eap74-sso-s2i.json \
eap74-starter-s2i.json \
eap74-third-party-db-s2i.json \
eap74-tx-recovery-s2i.json
do
oc replace --force -f \
https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/templates/${resource}
https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/templates/${resource}
done</pre>
</div>
</div>
Expand Down Expand Up @@ -988,12 +988,12 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
<div class="title">Procedure</div>
<ol class="arabic">
<li>
<p>Create a new OpenShift application using the JBoss EAP for OpenShift image and the quickstart&#8217;s source code. Use the following command to use the <code>eap74-beta-basic-s2i</code> template with the JDK 8 images and the <code>batch-processing</code> source code on GitHub.</p>
<p>Create a new OpenShift application using the JBoss EAP for OpenShift image and the quickstart&#8217;s source code. Use the following command to use the <code>eap74-basic-s2i</code> template with the JDK 8 images and the <code>batch-processing</code> source code on GitHub.</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc new-app --template=eap74-beta-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-beta-openjdk8-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-beta-openjdk8-runtime-openshift:latest \
<pre class="nowrap">$ oc new-app --template=eap74-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-openjdk8-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-openjdk8-runtime-openshift:latest \
-p IMAGE_STREAM_NAMESPACE="batch-processing-project" \
-p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
-p SOURCE_REPOSITORY_REF="7.4.x" \
Expand Down Expand Up @@ -1032,9 +1032,9 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc new-app --template=eap74-beta-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-beta-openjdk11-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-beta-openjdk11-runtime-openshift:latest \
<pre class="nowrap">$ oc new-app --template=eap74-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-openjdk11-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-openjdk11-runtime-openshift:latest \
-p IMAGE_STREAM_NAMESPACE="batch-processing-project" \
-p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
-p SOURCE_REPOSITORY_REF="7.4.x" \
Expand Down Expand Up @@ -1119,11 +1119,11 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc logs -f bc/eap74-beta-basic-app-build-artifacts
<pre class="nowrap">$ oc logs -f bc/eap74-basic-app-build-artifacts

Push successful
$ oc logs -f bc/eap74-beta-basic-app
$ oc logs -f bc/eap74-basic-app
Push successful</pre>
</div>
Expand Down Expand Up @@ -1181,7 +1181,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc expose service/eap74-beta-basic-app --port=8080</pre>
<pre class="nowrap">$ oc expose service/eap74-basic-app --port=8080</pre>
</div>
</div>
</li>
Expand Down Expand Up @@ -1222,7 +1222,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc scale deploymentconfig/eap74-beta-basic-app --replicas=3</pre>
<pre class="nowrap">$ oc scale deploymentconfig/eap74-basic-app --replicas=3</pre>
</div>
</div>
</li>
Expand All @@ -1233,7 +1233,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-02-04 19:29:36 UTC
Last updated 2021-06-23 15:53:25 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion batch-processing/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.4.0.Beta</version>
<version>7.4.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ <h2 id="openshift_incompatibility">JBoss EAP for OpenShift Incompatibility</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-02-04 19:29:36 UTC
Last updated 2021-06-23 15:53:25 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/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.4.0.Beta</version>
<version>7.4.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ <h2 id="openshift_incompatibility">JBoss EAP for OpenShift Incompatibility</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-02-04 19:29:36 UTC
Last updated 2021-06-23 15:53:25 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion bean-validation/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.4.0.Beta</version>
<version>7.4.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
54 changes: 27 additions & 27 deletions bmt/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<p>Import JDK 8 image streams:</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/eap74-beta-openjdk8-image-stream.json</pre>
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/eap74-openjdk8-image-stream.json</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -796,10 +796,10 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="ulist">
<ul>
<li>
<p>The JDK 8 builder imagestream: jboss-eap74-beta-openjdk8-openshift</p>
<p>The JDK 8 builder imagestream: jboss-eap74-openjdk8-openshift</p>
</li>
<li>
<p>The JDK 8 runtime imagestream: jboss-eap74-beta-openjdk8-runtime-openshift</p>
<p>The JDK 8 runtime imagestream: jboss-eap74-openjdk8-runtime-openshift</p>
</li>
</ul>
</div>
Expand All @@ -808,7 +808,7 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<p>Import JDK 11 image stream:</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/eap74-beta-openjdk11-image-stream.json</pre>
<pre class="nowrap">oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/eap74-openjdk11-image-stream.json</pre>
</div>
</div>
<div class="paragraph">
Expand All @@ -817,10 +817,10 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="ulist">
<ul>
<li>
<p>The JDK 11 builder imagestream: jboss-eap74-beta-openjdk11-openshift</p>
<p>The JDK 11 builder imagestream: jboss-eap74-openjdk11-openshift</p>
</li>
<li>
<p>The JDK 11 runtime imagestream: jboss-eap74-beta-openjdk11-runtime-openshift</p>
<p>The JDK 11 runtime imagestream: jboss-eap74-openjdk11-runtime-openshift</p>
</li>
</ul>
</div>
Expand All @@ -830,17 +830,17 @@ <h2 id="import_imagestreams_templates">Import the Latest JBoss EAP for OpenShift
<div class="listingblock">
<div class="content">
<pre class="nowrap">for resource in \
eap74-beta-amq-persistent-s2i.json \
eap74-beta-amq-s2i.json \
eap74-beta-basic-s2i.json \
eap74-beta-https-s2i.json \
eap74-beta-sso-s2i.json \
eap74-beta-starter-s2i.json \
eap74-beta-third-party-db-s2i.json \
eap74-beta-tx-recovery-s2i.json
eap74-amq-persistent-s2i.json \
eap74-amq-s2i.json \
eap74-basic-s2i.json \
eap74-https-s2i.json \
eap74-sso-s2i.json \
eap74-starter-s2i.json \
eap74-third-party-db-s2i.json \
eap74-tx-recovery-s2i.json
do
oc replace --force -f \
https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74-beta/templates/${resource}
https://raw.githubusercontent.com/jboss-container-images/jboss-eap-openshift-templates/eap74/templates/${resource}
done</pre>
</div>
</div>
Expand Down Expand Up @@ -883,12 +883,12 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
<div class="title">Procedure</div>
<ol class="arabic">
<li>
<p>Create a new OpenShift application using the JBoss EAP for OpenShift image and the quickstart&#8217;s source code. Use the following command to use the <code>eap74-beta-basic-s2i</code> template with the JDK 8 images and the <code>bmt</code> source code on GitHub.</p>
<p>Create a new OpenShift application using the JBoss EAP for OpenShift image and the quickstart&#8217;s source code. Use the following command to use the <code>eap74-basic-s2i</code> template with the JDK 8 images and the <code>bmt</code> source code on GitHub.</p>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc new-app --template=eap74-beta-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-beta-openjdk8-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-beta-openjdk8-runtime-openshift:latest \
<pre class="nowrap">$ oc new-app --template=eap74-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-openjdk8-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-openjdk8-runtime-openshift:latest \
-p IMAGE_STREAM_NAMESPACE="bmt-project" \
-p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
-p SOURCE_REPOSITORY_REF="7.4.x" \
Expand Down Expand Up @@ -927,9 +927,9 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc new-app --template=eap74-beta-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-beta-openjdk11-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-beta-openjdk11-runtime-openshift:latest \
<pre class="nowrap">$ oc new-app --template=eap74-basic-s2i \
-p EAP_IMAGE_NAME=jboss-eap74-openjdk11-openshift:latest \
-p EAP_RUNTIME_IMAGE_NAME=jboss-eap74-openjdk11-runtime-openshift:latest \
-p IMAGE_STREAM_NAMESPACE="bmt-project" \
-p SOURCE_REPOSITORY_URL="https://github.com/jboss-developer/jboss-eap-quickstarts" \
-p SOURCE_REPOSITORY_REF="7.4.x" \
Expand Down Expand Up @@ -1014,11 +1014,11 @@ <h2 id="deploy_eap_s2i">Deploy the JBoss EAP Source-to-Image (S2I) Quickstart to
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc logs -f bc/eap74-beta-basic-app-build-artifacts
<pre class="nowrap">$ oc logs -f bc/eap74-basic-app-build-artifacts

Push successful
$ oc logs -f bc/eap74-beta-basic-app
$ oc logs -f bc/eap74-basic-app
Push successful</pre>
</div>
Expand Down Expand Up @@ -1076,7 +1076,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc expose service/eap74-beta-basic-app --port=8080</pre>
<pre class="nowrap">$ oc expose service/eap74-basic-app --port=8080</pre>
</div>
</div>
</li>
Expand Down Expand Up @@ -1117,7 +1117,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div class="listingblock">
<div class="content">
<pre class="nowrap">$ oc scale deploymentconfig/eap74-beta-basic-app --replicas=3</pre>
<pre class="nowrap">$ oc scale deploymentconfig/eap74-basic-app --replicas=3</pre>
</div>
</div>
</li>
Expand All @@ -1128,7 +1128,7 @@ <h2 id="post_deployment">OpenShift Post Deployment Tasks</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-02-04 19:29:36 UTC
Last updated 2021-06-23 15:53:25 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion bmt/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.4.0.Beta</version>
<version>7.4.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 0bdec06

Please sign in to comment.