From f242714588530e5ca66522953a53304ae04d18da Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Thu, 9 Jan 2025 11:13:36 +0000 Subject: [PATCH] Update shared-docs/attributes for WFLY 35 Final release --- cmt/README-source.adoc | 1 - ejb-remote/README-source.adoc | 1 - .../README-source.adoc | 1 - .../README-source.adoc | 1 - ejb-throws-exception/README-source.adoc | 1 - ejb-timer/README-source.adoc | 1 - ejb-txn-remote-call/README-source.adoc | 1 - helloworld-jms/README-source.adoc | 1 - helloworld-mdb/README-source.adoc | 1 - helloworld-rs/README-source.adoc | 1 - helloworld-singleton/README-source.adoc | 1 - helloworld-ws/README-source.adoc | 1 - helloworld/README-source.adoc | 1 - hibernate/README-source.adoc | 1 - http-custom-mechanism/README-source.adoc | 1 - jaxrs-client/README-source.adoc | 1 - jaxrs-jwt/README-source.adoc | 1 - jaxws-ejb/README-source.adoc | 1 - jaxws-retail/README-source.adoc | 1 - jsonp/README-source.adoc | 1 - kitchensink/README-source.adoc | 1 - logging/README-source.adoc | 1 - mail/README-source.adoc | 1 - micrometer/README-source.adoc | 1 - microprofile-config/README-source.adoc | 1 - .../README-source.adoc | 1 - microprofile-health/README-source.adoc | 1 - microprofile-jwt/README-source.adoc | 1 - microprofile-lra/README-source.adoc | 1 - microprofile-openapi/README-source.adoc | 1 - .../README-source.adoc | 1 - microprofile-rest-client/README-source.adoc | 1 - numberguess/README-source.adoc | 1 - remote-helloworld-mdb/README-source.adoc | 1 - servlet-async/README-source.adoc | 1 - servlet-filterlistener/README-source.adoc | 1 - servlet-security/README-source.adoc | 1 - shared-doc/attributes.adoc | 33 ++----------------- spring-resteasy/README-source.adoc | 2 -- temperature-converter/README-source.adoc | 1 - thread-racing/README-source.adoc | 1 - todo-backend/README-source.adoc | 1 - websocket-endpoint/README-source.adoc | 1 - websocket-hello/README-source.adoc | 1 - 44 files changed, 2 insertions(+), 75 deletions(-) diff --git a/cmt/README-source.adoc b/cmt/README-source.adoc index cffcc52c95..cd0ec8b4d6 100644 --- a/cmt/README-source.adoc +++ b/cmt/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, CMT, JMS :openshift: true -:portedToGlow: true [abstract] The `cmt` quickstart demonstrates Container-Managed Transactions (CMT), showing how to use transactions managed by the container. diff --git a/ejb-remote/README-source.adoc b/ejb-remote/README-source.adoc index e00c33e322..cdbe8db8d2 100644 --- a/ejb-remote/README-source.adoc +++ b/ejb-remote/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, JNDI :openshift: false -:portedToGlow: true [abstract] The `ejb-remote` quickstart uses EJB and JNDI to demonstrate how to access an EJB, deployed to {productName}, from a remote Java client application. diff --git a/ejb-security-context-propagation/README-source.adoc b/ejb-security-context-propagation/README-source.adoc index deefd7526d..21889f8310 100644 --- a/ejb-security-context-propagation/README-source.adoc +++ b/ejb-security-context-propagation/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Stefan Guilhen :level: Advanced :technologies: EJB, Security -:portedToGlow: true [abstract] The `ejb-security-context-propagation` quickstart demonstrates how the security context can be propagated to a remote EJB using a remote outbound connection configuration diff --git a/ejb-security-programmatic-auth/README-source.adoc b/ejb-security-programmatic-auth/README-source.adoc index b08af9a8a5..54d808dec0 100644 --- a/ejb-security-programmatic-auth/README-source.adoc +++ b/ejb-security-programmatic-auth/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Stefan Guilhen :level: Intermediate :technologies: EJB, Security -:portedToGlow: true [abstract] The `ejb-security-programmatic-auth` quickstart demonstrates how to programmatically setup different identities when invoking a remote secured EJB. diff --git a/ejb-throws-exception/README-source.adoc b/ejb-throws-exception/README-source.adoc index 85f82dcc32..a177d9846b 100644 --- a/ejb-throws-exception/README-source.adoc +++ b/ejb-throws-exception/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, EAR :deploymentDir: ear -:portedToGlow: true [abstract] The `ejb-throws-exception` quickstart demonstrates how to throw and handle exceptions across JARs in an EAR. diff --git a/ejb-timer/README-source.adoc b/ejb-timer/README-source.adoc index c7c731e04e..2fd31055c6 100644 --- a/ejb-timer/README-source.adoc +++ b/ejb-timer/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: EJB Timer :openshift: true -:portedToGlow: true [abstract] The `ejb-timer` quickstart demonstrates how to use the Jakarta Enterprise Bean timer service `@Schedule` and `@Timeout` annotations with {productName}. diff --git a/ejb-txn-remote-call/README-source.adoc b/ejb-txn-remote-call/README-source.adoc index e0ccb0b07b..e259687996 100644 --- a/ejb-txn-remote-call/README-source.adoc +++ b/ejb-txn-remote-call/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: EJB, JTA, Clustering :openshift: true -:portedToGlow: true [abstract] The `ejb-txn-remote-call` quickstart demonstrates remote transactional EJB calls over two application servers of {productName}. diff --git a/helloworld-jms/README-source.adoc b/helloworld-jms/README-source.adoc index ce2d681eed..5b2ef04da5 100644 --- a/helloworld-jms/README-source.adoc +++ b/helloworld-jms/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Weston Price :level: Intermediate :technologies: JMS -:portedToGlow: true [abstract] The `helloworld-jms` quickstart demonstrates the use of external JMS clients with {productName}. diff --git a/helloworld-mdb/README-source.adoc b/helloworld-mdb/README-source.adoc index d9496d945b..321c30d6f8 100644 --- a/helloworld-mdb/README-source.adoc +++ b/helloworld-mdb/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: JMS, EJB, MDB :openshift: true -:portedToGlow: true [abstract] The `helloworld-mdb` quickstart uses JMS and EJB Message-Driven Bean (MDB) to create and deploy JMS topic and queue resources in {productName}. diff --git a/helloworld-rs/README-source.adoc b/helloworld-rs/README-source.adoc index d55e2a9974..b872033033 100644 --- a/helloworld-rs/README-source.adoc +++ b/helloworld-rs/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Jakarta RESTful Web Services :openshift: true -:portedToGlow: true [abstract] The `helloworld-rs` quickstart demonstrates the use of Jakarta RESTful Web Services. diff --git a/helloworld-singleton/README-source.adoc b/helloworld-singleton/README-source.adoc index 06da23c6be..96ef819979 100644 --- a/helloworld-singleton/README-source.adoc +++ b/helloworld-singleton/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: EJB, Singleton :openshift: true -:portedToGlow: true [abstract] The `helloworld-singleton` quickstart demonstrates an EJB Singleton Bean that is instantiated once and maintains state for the life of the session. diff --git a/helloworld-ws/README-source.adoc b/helloworld-ws/README-source.adoc index f99c03b413..b0a138826b 100644 --- a/helloworld-ws/README-source.adoc +++ b/helloworld-ws/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: JAX-WS :openshift: true -:portedToGlow: true [abstract] The `helloworld-ws` quickstart demonstrates a simple Hello World application, bundled and deployed as a WAR, that uses JAX-WS to say Hello. diff --git a/helloworld/README-source.adoc b/helloworld/README-source.adoc index 278170ff13..8abb3975cd 100644 --- a/helloworld/README-source.adoc +++ b/helloworld/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Servlet :openshift: true -:portedToGlow: true [abstract] The `helloworld` quickstart demonstrates the use of Servlet 6 and is a good starting point to verify {productName} is configured correctly. diff --git a/hibernate/README-source.adoc b/hibernate/README-source.adoc index f58cc44dfa..68ed914d45 100644 --- a/hibernate/README-source.adoc +++ b/hibernate/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Hibernate :openshift: true -:portedToGlow: true [abstract] The `hibernate` quickstart demonstrates how to use Hibernate ORM 6 over Persistence, using Bean Validation, and Enterprise Beans. diff --git a/http-custom-mechanism/README-source.adoc b/http-custom-mechanism/README-source.adoc index 406232141a..003c7c95e6 100644 --- a/http-custom-mechanism/README-source.adoc +++ b/http-custom-mechanism/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Darran Lofthouse :level: Intermediate :technologies: EJB, Security -:portedToGlow: true [abstract] The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. diff --git a/jaxrs-client/README-source.adoc b/jaxrs-client/README-source.adoc index f32f38f004..2fa091389e 100644 --- a/jaxrs-client/README-source.adoc +++ b/jaxrs-client/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Jakarta REST :openshift: true -:portedToGlow: true [abstract] The `jaxrs-client` quickstart demonstrates Jakarta REST Client API, which interacts with a Jakarta REST Web service that runs on {productName}. diff --git a/jaxrs-jwt/README-source.adoc b/jaxrs-jwt/README-source.adoc index ac8da209d4..3303fe74db 100644 --- a/jaxrs-jwt/README-source.adoc +++ b/jaxrs-jwt/README-source.adoc @@ -6,7 +6,6 @@ include::../shared-doc/attributes.adoc[] :technologies: Jakarta REST, Security :standalone-server-type: default :archiveType: war -:portedToGlow: true :openshift: true [abstract] diff --git a/jaxws-ejb/README-source.adoc b/jaxws-ejb/README-source.adoc index 11a02094f8..48d0d567c1 100644 --- a/jaxws-ejb/README-source.adoc +++ b/jaxws-ejb/README-source.adoc @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[] :archiveDir: {artifactId}/target // Override the archive name :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/jaxws-retail/README-source.adoc b/jaxws-retail/README-source.adoc index 42396aa50b..b48a7191f0 100644 --- a/jaxws-retail/README-source.adoc +++ b/jaxws-retail/README-source.adoc @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[] :archiveDir: {artifactId}/target // Override the archive name :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/jsonp/README-source.adoc b/jsonp/README-source.adoc index be6fc47d56..70c52b5d94 100644 --- a/jsonp/README-source.adoc +++ b/jsonp/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF, JSON-P :openshift: true -:portedToGlow: true [abstract] The `jsonp` quickstart demonstrates how to use the JSON-P API to produce object-based structures and then parse and consume them as stream-based JSON strings. diff --git a/kitchensink/README-source.adoc b/kitchensink/README-source.adoc index 312b128133..1d0bdea332 100644 --- a/kitchensink/README-source.adoc +++ b/kitchensink/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: CDI, JSF, JPA, EJB, Jakarta REST, BV :openshift: true -:portedToGlow: true [abstract] The `kitchensink` quickstart demonstrates a localized {javaVersion} web-enabled database application using JSF, CDI, EJB, JPA, and Bean Validation. diff --git a/logging/README-source.adoc b/logging/README-source.adoc index ffd9cf02d3..e34a2fc031 100644 --- a/logging/README-source.adoc +++ b/logging/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: default :archiveType: war :restoreScriptName: remove-logging.cli -:portedToGlow: true :openshift: true [abstract] diff --git a/mail/README-source.adoc b/mail/README-source.adoc index deaf4598c1..6c163b5d48 100644 --- a/mail/README-source.adoc +++ b/mail/README-source.adoc @@ -4,7 +4,6 @@ include::../shared-doc/attributes.adoc[] :author: Joel Tosi :level: Beginner :technologies: JavaMail, CDI, JSF -:portedToGlow: true [abstract] The `mail` quickstart demonstrates how to send and receive emails using CDI and JSF and with custom Mail provider configured in {productName}. diff --git a/micrometer/README-source.adoc b/micrometer/README-source.adoc index 946c9447ee..7fc3695ee6 100644 --- a/micrometer/README-source.adoc +++ b/micrometer/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Micrometer :openshift: true -:portedToGlow: true [abstract] The `micrometer` quickstart demonstrates the use of the Micrometer library in {productName}. diff --git a/microprofile-config/README-source.adoc b/microprofile-config/README-source.adoc index 7945d62cfd..9c627ba9ca 100644 --- a/microprofile-config/README-source.adoc +++ b/microprofile-config/README-source.adoc @@ -8,7 +8,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: war :archiveName: {artifactId} :arq-prerequisities: These tests require that JBOSS_HOME environment variable is set. -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-fault-tolerance/README-source.adoc b/microprofile-fault-tolerance/README-source.adoc index 6f71891616..8419ab8333 100644 --- a/microprofile-fault-tolerance/README-source.adoc +++ b/microprofile-fault-tolerance/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: MicroProfile, Fault Tolerance :standalone-server-type: microprofile -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-health/README-source.adoc b/microprofile-health/README-source.adoc index 691ac88620..97dc8e4944 100644 --- a/microprofile-health/README-source.adoc +++ b/microprofile-health/README-source.adoc @@ -9,7 +9,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: war :archiveName: {artifactId} :include-management-port: http://localhost:9990/health/live -:portedToGlow: true :openshift: true // Additional Info for OpenShift diff --git a/microprofile-jwt/README-source.adoc b/microprofile-jwt/README-source.adoc index 22c0b969f4..1f78185db3 100644 --- a/microprofile-jwt/README-source.adoc +++ b/microprofile-jwt/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: microprofile :archiveType: war :archiveName: microprofile-jwt.war -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-lra/README-source.adoc b/microprofile-lra/README-source.adoc index 308b2cdea5..9022cf69cb 100644 --- a/microprofile-lra/README-source.adoc +++ b/microprofile-lra/README-source.adoc @@ -14,7 +14,6 @@ include::../shared-doc/attributes.adoc[] :custom-openshift-layers: :extra-openshift-test-arguments: :requires-http-route: -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-openapi/README-source.adoc b/microprofile-openapi/README-source.adoc index 9bff0a805b..4a83ca7622 100644 --- a/microprofile-openapi/README-source.adoc +++ b/microprofile-openapi/README-source.adoc @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[] :standalone-server-type: microprofile :archiveType: war :archiveName: {artifactId} -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-reactive-messaging-kafka/README-source.adoc b/microprofile-reactive-messaging-kafka/README-source.adoc index ac822f7eca..74aaf14de6 100644 --- a/microprofile-reactive-messaging-kafka/README-source.adoc +++ b/microprofile-reactive-messaging-kafka/README-source.adoc @@ -11,7 +11,6 @@ include::../shared-doc/attributes.adoc[] :helm-install-prerequisites-kubernetes: ../microprofile-reactive-messaging-kafka/helm-install-prerequisites-kubernetes.adoc :helm-app-name: mp-rm-qs :strimzi-version: v1beta2 -:portedToGlow: true :openshift: true [abstract] diff --git a/microprofile-rest-client/README-source.adoc b/microprofile-rest-client/README-source.adoc index a97d67a0f0..903ac1e53c 100644 --- a/microprofile-rest-client/README-source.adoc +++ b/microprofile-rest-client/README-source.adoc @@ -8,7 +8,6 @@ include::../shared-doc/attributes.adoc[] :archiveType: jar :archiveName: {artifactId} :rest-client-qs: -:portedToGlow: true :openshift: true [abstract] diff --git a/numberguess/README-source.adoc b/numberguess/README-source.adoc index dcf74fb588..9303eaa799 100644 --- a/numberguess/README-source.adoc +++ b/numberguess/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF :openshift: true -:portedToGlow: true [abstract] The `numberguess` quickstart demonstrates the use of CDI (Contexts and Dependency Injection) and JSF (JavaServer Faces) in {productName}. diff --git a/remote-helloworld-mdb/README-source.adoc b/remote-helloworld-mdb/README-source.adoc index 88da9ceb46..9b067a13bf 100644 --- a/remote-helloworld-mdb/README-source.adoc +++ b/remote-helloworld-mdb/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: JMS, EJB, MDB :openshift: true -:portedToGlow: true :standalone-server-type: full :archiveType: war diff --git a/servlet-async/README-source.adoc b/servlet-async/README-source.adoc index c5540f7418..e41041fa17 100644 --- a/servlet-async/README-source.adoc +++ b/servlet-async/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Asynchronous Servlet, CDI, EJB :openshift: true -:portedToGlow: true [abstract] The `servlet-async` quickstart demonstrates how to use asynchronous servlets to detach long-running tasks and free up the request processing thread. diff --git a/servlet-filterlistener/README-source.adoc b/servlet-filterlistener/README-source.adoc index 597aa37604..ab06c7480c 100644 --- a/servlet-filterlistener/README-source.adoc +++ b/servlet-filterlistener/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Servlet Filter, Servlet Listener :openshift: true -:portedToGlow: true [abstract] The `servlet-filterlistener` quickstart demonstrates how to use Servlet filters and listeners in an application. diff --git a/servlet-security/README-source.adoc b/servlet-security/README-source.adoc index 30d9c27060..75e23d2269 100644 --- a/servlet-security/README-source.adoc +++ b/servlet-security/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Intermediate :technologies: Servlet, Security :openshift: true -:portedToGlow: true [abstract] The `servlet-security` quickstart demonstrates the use of Jakarta EE declarative security to control access to Servlets and Security in {productName}. diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc index b02b026a47..3667f67338 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -62,7 +62,7 @@ ifndef::ProductRelease,EAPXPRelease[] :productImageVersion: 35.0 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 35.0.0.Beta1 +:WildFlyQuickStartRepoTag: 35.0.0.Final :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoProductNumber: 8.0 @@ -163,33 +163,4 @@ endif::[] :configureBytemanClearDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#clear_the_transaction_object_store :configureBytemanQuickstartDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts :configureBytemanHaltDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#use_byteman_to_halt_the_application[ -:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts - -:EESubsystemNamespace: urn:jboss:domain:ee:4.0 -:IiopOpenJdkSubsystemNamespace: urn:jboss:domain:iiop-openjdk:2.0 -:MailSubsystemNamespace: urn:jboss:domain:mail:3.0 -:SingletonSubsystemNamespace: urn:jboss:domain:singleton:1.0 -:TransactionsSubsystemNamespace: urn:jboss:domain:transactions:4.0 - -// LinkProductDocHome: https://access.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/ -:LinkProductDocHome: https://access.redhat.com/documentation/en/jboss-enterprise-application-platform-continuous-delivery -:LinkConfigGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/configuration_guide/ -:LinkDevelopmentGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/development_guide/ -:LinkGettingStartedGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_guide/ -:LinkOpenShiftWelcome: https://docs.openshift.com/online/welcome/index.html -:LinkOpenShiftSignup: https://docs.openshift.com/online/getting_started/choose_a_plan.html -:OpenShiftTemplateName: JBoss EAP CD (no https) - -:ConfigBookName: Configuration Guide -:DevelopmentBookName: Development Guide -:GettingStartedBookName: Getting Started Guide - -:JBDSProductName: Red Hat CodeReady Studio -:JBDSVersion: 12.15 -:LinkJBDSInstall: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/installation_guide/ -:JBDSInstallBookName: Installation Guide -:LinkJBDSGettingStarted: https://access.redhat.com/documentation/en-us/red_hat_codeready_studio/{JBDSVersion}/html-single/getting_started_with_codeready_studio_tools/ -:JBDSGettingStartedBookName: Getting Started with CodeReady Studio Tools - -// Enable Rendering of Glow configuration in plugin examples -:portedToGlow: true \ No newline at end of file +:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts \ No newline at end of file diff --git a/spring-resteasy/README-source.adoc b/spring-resteasy/README-source.adoc index 78617653ca..fff386a9e4 100644 --- a/spring-resteasy/README-source.adoc +++ b/spring-resteasy/README-source.adoc @@ -5,8 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Resteasy, Spring :openshift: true -:buildRequirements: Java 17 (Java SDK 17) or later and Maven 3.3.1 or later -:portedToGlow: true [abstract] The `spring-resteasy` quickstart demonstrates how to package and deploy a web application that includes resteasy-spring integration. diff --git a/temperature-converter/README-source.adoc b/temperature-converter/README-source.adoc index b4b7d843c7..63077d4cb9 100644 --- a/temperature-converter/README-source.adoc +++ b/temperature-converter/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, JSF, SLSB EJB :openshift: true -:portedToGlow: true [abstract] The `temperature-converter` quickstart does temperature conversion using an EJB Stateless Session Bean (SLSB), CDI, and a JSF front-end client. diff --git a/thread-racing/README-source.adoc b/thread-racing/README-source.adoc index aa79158a89..c36900e399 100644 --- a/thread-racing/README-source.adoc +++ b/thread-racing/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: Batch, CDI, EE Concurrency, Jakarta REST, JMS, JPA, JSON, Web Sockets :openshift: true -:portedToGlow: true [abstract] A thread racing web application that demonstrates technologies introduced or updated in the latest Jakarta EE specification. diff --git a/todo-backend/README-source.adoc b/todo-backend/README-source.adoc index ae0cbaa3d3..f0e9a96fcd 100644 --- a/todo-backend/README-source.adoc +++ b/todo-backend/README-source.adoc @@ -13,7 +13,6 @@ include::../shared-doc/attributes.adoc[] :useHelmChartDir: true :helm-install-prerequisites-openshift: ../todo-backend/helm-install-prerequisites.adoc :helm-install-prerequisites-kubernetes: ../todo-backend/helm-install-prerequisites.adoc -:portedToGlow: true :helmSetWildFlyArgumentPrefix: wildfly. [abstract] diff --git a/websocket-endpoint/README-source.adoc b/websocket-endpoint/README-source.adoc index 5da0432edb..0a72607e41 100644 --- a/websocket-endpoint/README-source.adoc +++ b/websocket-endpoint/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: CDI, WebSocket, JSON-P :openshift: true -:portedToGlow: true [abstract] Shows how to use WebSockets with JSON to broadcast information to all open WebSocket sessions in {productName}. diff --git a/websocket-hello/README-source.adoc b/websocket-hello/README-source.adoc index 2ca5d5566d..337add3d0b 100644 --- a/websocket-hello/README-source.adoc +++ b/websocket-hello/README-source.adoc @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[] :level: Beginner :technologies: WebSocket, CDI, JSF :openshift: true -:portedToGlow: true [abstract] The `websocket-hello` quickstart demonstrates how to create a simple WebSocket application.