From 9a1fc481b2385d19723fab21b27293fa647f580b Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Tue, 6 Feb 2024 19:23:01 +0000 Subject: [PATCH] adds note wrt bootable-jar no longer recommmended for openshift --- shared-doc/build-the-quickstart-for-openshift.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/shared-doc/build-the-quickstart-for-openshift.adoc b/shared-doc/build-the-quickstart-for-openshift.adoc index 3c6195a3ff..325dc0e5b2 100644 --- a/shared-doc/build-the-quickstart-for-openshift.adoc +++ b/shared-doc/build-the-quickstart-for-openshift.adoc @@ -131,5 +131,12 @@ ifndef::ProductRelease,EAPXPRelease[] You may note that unlike the `provisioned-server` profile it uses the cloud feature pack which enables a configuration tuned for OpenShift environment. endif::[] ifdef::ProductRelease,EAPXPRelease[] -You may note that it uses the cloud feature pack which enables a configuration tuned for OpenShift environment. +You may note that the cloud feature pack is used, this enables a configuration tuned for OpenShift environment. +endif::[] + +ifdef::EAPXPRelease[] +[NOTE] +==== +Previous {productName} releases used the WildFly JAR Maven Plugin to package the quickstart in a Bootable JAR, when deploying it on OpenShift, and while that's still supported it's no longer recommended. +==== endif::[] \ No newline at end of file