@@ -66,7 +66,7 @@ ifndef::ProductRelease,EAPXPRelease[]
6666:productImageVersion: 35.0
6767:githubRepoUrl: https://github.com/wildfly/quickstart/
6868:githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
69- :WildFlyQuickStartRepoTag: 35.0.0.Beta1
69+ :WildFlyQuickStartRepoTag: 35.0.0.Final
7070:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
7171:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
7272:DocInfoProductNumber: 8.0
@@ -169,35 +169,6 @@ endif::[]
169169:configureBytemanHaltDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#use_byteman_to_halt_the_application[
170170:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts
171171
172- :EESubsystemNamespace: urn:jboss:domain:ee:4.0
173- :IiopOpenJdkSubsystemNamespace: urn:jboss:domain:iiop-openjdk:2.0
174- :MailSubsystemNamespace: urn:jboss:domain:mail:3.0
175- :SingletonSubsystemNamespace: urn:jboss:domain:singleton:1.0
176- :TransactionsSubsystemNamespace: urn:jboss:domain:transactions:4.0
177-
178- // LinkProductDocHome: https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/
179- :LinkProductDocHome: https://access.redhat.com/documentation/en/jboss-enterprise-application-platform-continuous-delivery
180- :LinkConfigGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/configuration_guide/
181- :LinkDevelopmentGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/development_guide/
182- :LinkGettingStartedGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_guide/
183- :LinkOpenShiftWelcome: https://docs.openshift.com/online/welcome/index.html
184- :LinkOpenShiftSignup: https://docs.openshift.com/online/getting_started/choose_a_plan.html
185- :OpenShiftTemplateName: JBoss EAP CD (no https)
186-
187- :ConfigBookName: Configuration Guide
188- :DevelopmentBookName: Development Guide
189- :GettingStartedBookName: Getting Started Guide
190-
191- :JBDSProductName: Red Hat CodeReady Studio
192- :JBDSVersion: 12.15
193- :LinkJBDSInstall: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/installation_guide/
194- :JBDSInstallBookName: Installation Guide
195- :LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/
196- :JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools
197-
198- // Enable Rendering of Glow configuration in plugin examples
199- :portedToGlow: true
200-
201172= bmt: Bean Managed Transactions with JPA and JTA
202173:author: Mike Musgrove
203174:level: Intermediate
@@ -226,8 +197,6 @@ When you run this example, you are presented with a *Use bean managed Entity Man
226197
227198This example shows how to transactionally insert key value pairs into the database and demonstrates the requirements on the developer with respect to the JPA Entity Manager.
228199
229- ifndef::EAPCDRelease[]
230-
231200// Link to the quickstart source
232201:leveloffset: +1
233202
@@ -604,7 +573,6 @@ $ mvn wildfly:undeploy
604573:leveloffset!:
605574
606575// Build and run sections for other environments/builds
607- ifndef::ProductRelease,EAPXPRelease[]
608576:leveloffset: +1
609577
610578[[build_and_run_the_quickstart_with_provisioned_server]]
@@ -737,7 +705,6 @@ $ mvn -f {deploymentDir}/pom.xml wildfly:shutdown
737705endif::[]
738706
739707:leveloffset!:
740- endif::[]
741708:leveloffset: +1
742709
743710:cloud-platform: OpenShift
@@ -1119,7 +1086,6 @@ endif::[]
11191086:!openshift:
11201087
11211088:leveloffset!:
1122- endif::[]
11231089ifndef::ProductRelease,EAPXPRelease[]
11241090// Kubernetes
11251091:leveloffset: +1
@@ -1523,20 +1489,3 @@ endif::[]
15231489
15241490:leveloffset!:
15251491endif::[]
1526- //*************************************************
1527- // Product Release content only
1528- //*************************************************
1529- ifdef::ProductRelease[]
1530-
1531- // Getting Started with OpenShift
1532- include::../shared-doc/openshift-getting-started.adoc[leveloffset=+1]
1533- //Prepare OpenShift for Quickstart Deployment
1534- include::../shared-doc/openshift-create-project.adoc[leveloffset=+1]
1535- // Import the Latest {xpaasproduct-shortname} Image Streams and Templates
1536- include::../shared-doc/openshift-import-imagestreams-templates.adoc[leveloffset=+1]
1537- // Deploy the {ProductShortName} Source-to-Image (S2I) Quickstart to OpenShift
1538- include::../shared-doc/openshift-deploy-project.adoc[leveloffset=+1]
1539- // Openshift post deployment tasks
1540- include::../shared-doc/openshift-post-deployment-tasks.adoc[leveloffset=+1]
1541-
1542- endif::[]
0 commit comments