From 484f280e86ff1e3e7c48ce87769a145fb1fb7ddf Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Sat, 13 Apr 2024 21:18:24 +0530 Subject: [PATCH] Remove 'ported-to-glow' conditional rendering --- batch-processing/README-source.adoc | 1 - bmt/README-source.adoc | 1 - ee-security/README-source.adoc | 1 - ...-run-the-quickstart-with-bootable-jar.adoc | 33 --------------- ...he-quickstart-with-provisioned-server.adoc | 37 +---------------- .../build-the-quickstart-for-openshift.adoc | 40 +------------------ 6 files changed, 2 insertions(+), 111 deletions(-) diff --git a/batch-processing/README-source.adoc b/batch-processing/README-source.adoc index 4e85ba3bed..9370abe18d 100644 --- a/batch-processing/README-source.adoc +++ b/batch-processing/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: CDI, Batch 1.0, JSF :openshift: true -:portedToGlow: true [abstract] The `batch-processing` quickstart shows how to use chunk oriented batch jobs to import a file to a database. diff --git a/bmt/README-source.adoc b/bmt/README-source.adoc index 35bbe7198f..71312609a5 100644 --- a/bmt/README-source.adoc +++ b/bmt/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, BMT :openshift: true -:portedToGlow: true [abstract] The `bmt` quickstart demonstrates Bean-Managed Transactions (BMT), showing how to manually manage transaction demarcation while accessing JPA entities. diff --git a/ee-security/README-source.adoc b/ee-security/README-source.adoc index a81eb62ab3..ecd5544742 100644 --- a/ee-security/README-source.adoc +++ b/ee-security/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EE Security, Servlet, CDI :openshift: true -:portedToGlow: true [abstract] The `ee-security` quickstart demonstrates Jakarta EE security. diff --git a/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc b/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc index f7d0f742ac..568cd72427 100644 --- a/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc +++ b/shared-doc/build-and-run-the-quickstart-with-bootable-jar.adoc @@ -5,38 +5,6 @@ You can use the WildFly JAR Maven plug-in to build a {productName} bootable JAR The quickstart `pom.xml` file contains a Maven profile named *bootable-jar* which configures the bootable JAR building: -ifndef::portedToGlow[] -[source,xml,subs="attributes+"] ----- - - bootable-jar - - - - org.wildfly.plugins - wildfly-jar-maven-plugin - - wildfly@maven(org.jboss.universe:community-universe)#${version.server} - ... - - true - - - - - - package - - - - - ... - - - ----- -endif::portedToGlow[] -ifdef::portedToGlow[] [source,xml,subs="attributes+"] ---- @@ -84,7 +52,6 @@ If you get an error or the server is missing some functionality which cannot be ---- wildfly-glow show-add-ons ---- -endif::portedToGlow[] .Procedure diff --git a/shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc b/shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc index 36e3c0a4ba..28c66e8f70 100644 --- a/shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc +++ b/shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc @@ -52,41 +52,7 @@ For Windows, use the `__{jbossHomeName}__\bin\add-user.bat` script. endif::[] The server provisioning functionality is provided by the WildFly Maven Plugin, and you may find its configuration in the quickstart `pom.xml`: -ifndef::portedToGlow[] -[source,xml,subs="attributes+"] ----- - - provisioned-server - - - - org.wildfly.plugins - wildfly-maven-plugin - - - - org.wildfly:wildfly-galleon-pack:${version.server} - - - ... - - ROOT.war - - - - - package - - - - - ... - - - ----- -endif::portedToGlow[] -ifdef::portedToGlow[] + [source,xml,subs="attributes+"] ---- @@ -133,7 +99,6 @@ If you get an error or the server is missing some functionality which cannot be ---- wildfly-glow show-add-ons ---- -endif::portedToGlow[] [NOTE] ==== diff --git a/shared-doc/build-the-quickstart-for-openshift.adoc b/shared-doc/build-the-quickstart-for-openshift.adoc index 8ebbce9510..fdee9c583e 100644 --- a/shared-doc/build-the-quickstart-for-openshift.adoc +++ b/shared-doc/build-the-quickstart-for-openshift.adoc @@ -11,44 +11,7 @@ The server provisioning functionality is provided by the EAP Maven Plugin, and y endif::[] ifndef::ProductRelease,EAPXPRelease[] -ifndef::portedToGlow[] -[source,xml,subs="attributes+"] ----- - - openshift - - - - org.wildfly.plugins - wildfly-maven-plugin - - - - org.wildfly:wildfly-galleon-pack:${version.server} - - - org.wildfly.cloud:wildfly-cloud-galleon-pack:${version.pack.cloud} - - - ... - ROOT.war - - - - - package - - - - - ... - - - ----- -You may note that unlike the `provisioned-server` profile it uses the cloud feature pack which enables a configuration tuned for OpenShift environment. -endif::portedToGlow[] -ifdef::portedToGlow[] + [source,xml,subs="attributes+"] ---- @@ -97,7 +60,6 @@ If you get an error or the server is missing some functionality which cannot be ---- wildfly-glow show-add-ons ---- -endif::portedToGlow[] endif::ProductRelease,EAPXPRelease[] ifdef::ProductRelease,EAPXPRelease[]