Skip to content

Commit

Permalink
Update shared-docs/attributes for WFLY 35 Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jan 9, 2025
1 parent bc2754b commit f242714
Show file tree
Hide file tree
Showing 44 changed files with 2 additions and 75 deletions.
1 change: 0 additions & 1 deletion cmt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion ejb-remote/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion ejb-security-context-propagation/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ejb-security-programmatic-auth/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion ejb-throws-exception/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion ejb-timer/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion helloworld-jms/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion helloworld-mdb/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion helloworld-rs/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion helloworld-singleton/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion helloworld-ws/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion helloworld/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion hibernate/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion http-custom-mechanism/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion jaxrs-client/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion jaxrs-jwt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ include::../shared-doc/attributes.adoc[]
:technologies: Jakarta REST, Security
:standalone-server-type: default
:archiveType: war
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion jaxws-ejb/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[]
:archiveDir: {artifactId}/target
// Override the archive name
:archiveName: {artifactId}
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion jaxws-retail/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include::../shared-doc/attributes.adoc[]
:archiveDir: {artifactId}/target
// Override the archive name
:archiveName: {artifactId}
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion jsonp/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion kitchensink/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion logging/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[]
:standalone-server-type: default
:archiveType: war
:restoreScriptName: remove-logging.cli
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion mail/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion micrometer/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion microprofile-config/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion microprofile-fault-tolerance/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ include::../shared-doc/attributes.adoc[]
:level: Intermediate
:technologies: MicroProfile, Fault Tolerance
:standalone-server-type: microprofile
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion microprofile-health/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion microprofile-jwt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[]
:standalone-server-type: microprofile
:archiveType: war
:archiveName: microprofile-jwt.war
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion microprofile-lra/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ include::../shared-doc/attributes.adoc[]
:custom-openshift-layers:
:extra-openshift-test-arguments:
:requires-http-route:
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion microprofile-openapi/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include::../shared-doc/attributes.adoc[]
:standalone-server-type: microprofile
:archiveType: war
:archiveName: {artifactId}
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion microprofile-reactive-messaging-kafka/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion microprofile-rest-client/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include::../shared-doc/attributes.adoc[]
:archiveType: jar
:archiveName: {artifactId}
:rest-client-qs:
:portedToGlow: true
:openshift: true

[abstract]
Expand Down
1 change: 0 additions & 1 deletion numberguess/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion remote-helloworld-mdb/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion servlet-async/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion servlet-filterlistener/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion servlet-security/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
33 changes: 2 additions & 31 deletions shared-doc/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
:configureBytemanQuickstartsDocUrl: {guidesBaseUrl}CONFIGURE_BYTEMAN.adoc#configure_byteman_for_use_with_the_quickstarts
2 changes: 0 additions & 2 deletions spring-resteasy/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion temperature-converter/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion thread-racing/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion todo-backend/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion websocket-endpoint/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
1 change: 0 additions & 1 deletion websocket-hello/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f242714

Please sign in to comment.