Skip to content

Commit c27cbcd

Browse files
committed
[WFLY-19676] Fixes OpenShift compatibility column on root README's ToAQ
1 parent 7b6f940 commit c27cbcd

File tree

13 files changed

+61
-71
lines changed

13 files changed

+61
-71
lines changed

README-source.adoc

+12-12
Original file line numberDiff line numberDiff line change
@@ -141,25 +141,25 @@ NOTE: Some of these quickstarts use the H2 database included with {productNameFu
141141
| link:hibernate/README{outfilesuffix}[hibernate]|Hibernate | Yes | The `hibernate` quickstart demonstrates how to use Hibernate ORM 6 over Persistence, using Bean Validation, and Enterprise Beans. | Intermediate | _none_
142142
| link:http-custom-mechanism/README{outfilesuffix}[http-custom-mechanism]|EJB, Security | No | The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. | Intermediate | _none_
143143
| link:jaxrs-client/README{outfilesuffix}[jaxrs-client]|JAX-RS | Yes | The `jaxrs-client` quickstart demonstrates Jakarta REST Client API, which interacts with a Jakarta REST Web service that runs on {productName}. | Beginner | _none_
144-
| link:jaxrs-jwt/README{outfilesuffix}[jaxrs-jwt]|JAX-RS, Security | No | The `jaxrs-jwt` quickstart demonstrates a Jakarta REST secured application using JSON Web Tokens (JWT) with Elytron. | Intermediate | _none_
145-
| link:jaxws-ejb/README{outfilesuffix}[jaxws-ejb]|JAX-WS | No | The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB. | Beginner | _none_
146-
| link:jaxws-retail/README{outfilesuffix}[jaxws-retail]|JAX-WS | No | The `jaxws-retail` quickstart is a working example of a simple web service endpoint. | Beginner | _none_
144+
| link:jaxrs-jwt/README{outfilesuffix}[jaxrs-jwt]|JAX-RS, Security | Yes | The `jaxrs-jwt` quickstart demonstrates a Jakarta REST secured application using JSON Web Tokens (JWT) with Elytron. | Intermediate | _none_
145+
| link:jaxws-ejb/README{outfilesuffix}[jaxws-ejb]|JAX-WS | Yes | The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB. | Beginner | _none_
146+
| link:jaxws-retail/README{outfilesuffix}[jaxws-retail]|JAX-WS | Yes | The `jaxws-retail` quickstart is a working example of a simple web service endpoint. | Beginner | _none_
147147
| link:jsonp/README{outfilesuffix}[jsonp]|CDI, JSF, JSON-P | Yes | 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. | Beginner | _none_
148148
| link:jta-crash-rec/README{outfilesuffix}[jta-crash-rec]|JTA, Crash Recovery | No | The `jta-crash-rec` quickstart uses JTA and Byteman to show how to code distributed (XA) transactions in order to preserve ACID properties on server crash. | Advanced | _none_
149149
| link:jts/README{outfilesuffix}[jts]|JTS, EJB, JMS | No | The `jts` quickstart shows how to use JTS to perform distributed transactions across multiple containers, fulfilling the properties of an ACID transaction. | Intermediate | link:cmt/README.html[cmt]
150150
| link:kitchensink/README{outfilesuffix}[kitchensink]|CDI, JSF, JPA, EJB, JAX-RS, BV | Yes | The `kitchensink` quickstart demonstrates a localized {javaVersion} web-enabled database application using JSF, CDI, EJB, JPA, and Bean Validation. | Intermediate | _none_
151-
| link:logging/README{outfilesuffix}[logging]|Logging | No | The `logging` quickstart demonstrates how to configure different logging levels in {productName}. | Intermediate | _none_
151+
| link:logging/README{outfilesuffix}[logging]|Logging | Yes | The `logging` quickstart demonstrates how to configure different logging levels in {productName}. | Intermediate | _none_
152152
| link:mail/README{outfilesuffix}[mail]|JavaMail, CDI, JSF | No | The `mail` quickstart demonstrates how to send and receive emails using CDI and JSF and with custom Mail provider configured in {productName}. | Beginner | _none_
153153
| link:messaging-clustering-singleton/README{outfilesuffix}[messaging-clustering-singleton]|JMS, MDB, Clustering | No | The `messaging-clustering-singleton` quickstart uses a JMS topic and a queue to demonstrate clustering using {productName} messaging with MDB singleton configuration where only one node in the cluster will be active. | Advanced | _none_
154154
| link:micrometer/README{outfilesuffix}[micrometer]|Micrometer | Yes | The `micrometer` quickstart demonstrates the use of the Micrometer library in {productName}. | Beginner | _none_
155-
| link:microprofile-config/README{outfilesuffix}[microprofile-config]|MicroProfile Config | No | The `microprofile-config` quickstart demonstrates the use of the MicroProfile Config specification in {productName}. | Beginner | _none_
156-
| link:microprofile-fault-tolerance/README{outfilesuffix}[microprofile-fault-tolerance]|MicroProfile, Fault Tolerance | No | The `microprofile-fault-tolerance` quickstart demonstrates how to use Eclipse MicroProfile Fault Tolerance in {productName}. | Intermediate | _none_
157-
| link:microprofile-health/README{outfilesuffix}[microprofile-health]|MicroProfile Health | No | The `microprofile-health` quickstart demonstrates the use of the MicroProfile Health specification in {productName}. | Beginner | _none_
158-
| link:microprofile-jwt/README{outfilesuffix}[microprofile-jwt]|JWT, Security, MicroProfile | No | The `microprofile-jwt` quickstart demonstrates the use of the MicroProfile JWT specification in {productName}. | Intermediate | _none_
159-
| link:microprofile-lra/README{outfilesuffix}[microprofile-lra]|MicroProfile LRA | No | The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}. | Beginner | _none_
160-
| link:microprofile-openapi/README{outfilesuffix}[microprofile-openapi]|MicroProfile OpenAPI | No | This guide demonstrate how to use the MicroProfile OpenAPI functionality in {productName} to expose an OpenAPI document for a simple REST application. | Beginner | _none_
161-
| link:microprofile-reactive-messaging-kafka/README{outfilesuffix}[microprofile-reactive-messaging-kafka]|MicroProfile Reactive Messaging | No | The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of the MicroProfile Reactive Messaging specification backed by Apache Kafka in {productName}. | Beginner | _none_
162-
| link:microprofile-rest-client/README{outfilesuffix}[microprofile-rest-client]|MicroProfile REST Client | No | The `microprofile-rest-client` quickstart demonstrates the use of the MicroProfile REST Client specification in {productName}. | Beginner | _none_
155+
| link:microprofile-config/README{outfilesuffix}[microprofile-config]|MicroProfile Config | Yes | The `microprofile-config` quickstart demonstrates the use of the MicroProfile Config specification in {productName}. | Beginner | _none_
156+
| link:microprofile-fault-tolerance/README{outfilesuffix}[microprofile-fault-tolerance]|MicroProfile, Fault Tolerance | Yes | The `microprofile-fault-tolerance` quickstart demonstrates how to use Eclipse MicroProfile Fault Tolerance in {productName}. | Intermediate | _none_
157+
| link:microprofile-health/README{outfilesuffix}[microprofile-health]|MicroProfile Health | Yes | The `microprofile-health` quickstart demonstrates the use of the MicroProfile Health specification in {productName}. | Beginner | _none_
158+
| link:microprofile-jwt/README{outfilesuffix}[microprofile-jwt]|JWT, Security, MicroProfile | Yes | The `microprofile-jwt` quickstart demonstrates the use of the MicroProfile JWT specification in {productName}. | Intermediate | _none_
159+
| link:microprofile-lra/README{outfilesuffix}[microprofile-lra]|MicroProfile LRA | Yes | The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}. | Beginner | _none_
160+
| link:microprofile-openapi/README{outfilesuffix}[microprofile-openapi]|MicroProfile OpenAPI | Yes | This guide demonstrate how to use the MicroProfile OpenAPI functionality in {productName} to expose an OpenAPI document for a simple REST application. | Beginner | _none_
161+
| link:microprofile-reactive-messaging-kafka/README{outfilesuffix}[microprofile-reactive-messaging-kafka]|MicroProfile Reactive Messaging | Yes | The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of the MicroProfile Reactive Messaging specification backed by Apache Kafka in {productName}. | Beginner | _none_
162+
| link:microprofile-rest-client/README{outfilesuffix}[microprofile-rest-client]|MicroProfile REST Client | Yes | The `microprofile-rest-client` quickstart demonstrates the use of the MicroProfile REST Client specification in {productName}. | Beginner | _none_
163163
| link:numberguess/README{outfilesuffix}[numberguess]|CDI, JSF | Yes | The `numberguess` quickstart demonstrates the use of CDI (Contexts and Dependency Injection) and JSF (JavaServer Faces) in {productName}. | Beginner | _none_
164164
| link:opentelemetry-tracing/README{outfilesuffix}[opentelemetry-tracing]|OpenTelemetry Tracing | Yes | The `opentelemetry-tracing` quickstart demonstrates the use of the OpenTelemetry tracing specification in {productName}. | Beginner | _none_
165165
| link:remote-helloworld-mdb/README{outfilesuffix}[remote-helloworld-mdb]|JMS, EJB, MDB | Yes | The `remote-helloworld-mdb` quickstart demonstrates the use of JMS and EJB Message-Driven Bean in {productName} with a remote broker. | Intermediate | _none_

jaxrs-jwt/README-source.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ include::../shared-doc/attributes.adoc[]
44
:author: Martin Mazanek
55
:level: Intermediate
66
:technologies: JAX-RS, Security
7+
:standalone-server-type: default
8+
:archiveType: war
79
:portedToGlow: true
10+
:openshift: true
811

912
[abstract]
1013
The `jaxrs-jwt` quickstart demonstrates a Jakarta REST secured application using JSON Web Tokens (JWT) with Elytron.
1114

12-
:standalone-server-type: default
13-
:archiveType: war
14-
1515
== What is it?
1616

1717
This quickstart demonstrates how to secure a Jakarta REST service with JWTs using the Elytron subsystem.

jaxws-ejb/README-source.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ include::../shared-doc/attributes.adoc[]
44
:author: R Searls
55
:level: Beginner
66
:technologies: JAX-WS
7-
:portedToGlow: true
8-
9-
[abstract]
10-
The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB.
11-
127
:standalone-server-type: default
138
:archiveType: war
149
// Override the archive directory
1510
:archiveDir: {artifactId}/target
1611
// Override the archive name
1712
:archiveName: {artifactId}
13+
:portedToGlow: true
14+
:openshift: true
15+
16+
[abstract]
17+
The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB.
1818

1919
== What is it?
2020

jaxws-retail/README-source.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ include::../shared-doc/attributes.adoc[]
44
:author: R Searls
55
:level: Beginner
66
:technologies: JAX-WS
7-
:portedToGlow: true
8-
9-
[abstract]
10-
The `jaxws-retail` quickstart is a working example of a simple web service endpoint.
11-
127
:standalone-server-type: default
138
:archiveType: war
149
// Override the archive directory
1510
:archiveDir: {artifactId}/target
1611
// Override the archive name
1712
:archiveName: {artifactId}
13+
:portedToGlow: true
14+
:openshift: true
15+
16+
[abstract]
17+
The `jaxws-retail` quickstart is a working example of a simple web service endpoint.
1818

1919
== What is it?
2020

logging/README-source.adoc

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ include::../shared-doc/attributes.adoc[]
44
:author: Joel Tosi
55
:level: Intermediate
66
:technologies: Logging
7-
:portedToGlow: true
8-
9-
[abstract]
10-
The `logging` quickstart demonstrates how to configure different logging levels in {productName}.
11-
127
:standalone-server-type: default
138
:archiveType: war
149
:restoreScriptName: remove-logging.cli
10+
:portedToGlow: true
1511
:openshift: true
1612

13+
[abstract]
14+
The `logging` quickstart demonstrates how to configure different logging levels in {productName}.
15+
1716
== What is it?
1817

1918
The `logging` quickstart demonstrates how to set up and log different levels of information in {productNameFull}.

microprofile-config/README-source.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ include::../shared-doc/attributes.adoc[]
44
:author: Martin Stefanko
55
:level: Beginner
66
:technologies: MicroProfile Config
7-
:portedToGlow: true
8-
9-
[abstract]
10-
The `microprofile-config` quickstart demonstrates the use of the MicroProfile Config specification in {productName}.
11-
127
:standalone-server-type: microprofile
138
:archiveType: war
149
:archiveName: {artifactId}
1510
:arq-prerequisities: These tests require that JBOSS_HOME environment variable is set.
11+
:portedToGlow: true
12+
:openshift: true
13+
14+
[abstract]
15+
The `microprofile-config` quickstart demonstrates the use of the MicroProfile Config specification in {productName}.
1616

1717
== What is it?
1818

microprofile-fault-tolerance/README-source.adoc

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
////
2-
This guide is adapted from the main Quarkus repository
3-
https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc
4-
////
5-
6-
// Needed to correctly render on GitHub
7-
:productName: WildFly
8-
:standalone-server-type: microprofile
9-
101
include::../shared-doc/attributes.adoc[]
112

123
= microprofile-fault-tolerance: MicroProfile Fault Tolerance
134
:author: Radoslav Husar, Tomas Hofman
145
:level: Intermediate
156
:technologies: MicroProfile, Fault Tolerance
7+
:standalone-server-type: microprofile
168
:portedToGlow: true
9+
:openshift: true
1710

1811
[abstract]
1912
The `microprofile-fault-tolerance` quickstart demonstrates how to use Eclipse MicroProfile Fault Tolerance in {productName}.

microprofile-health/README-source.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ include::../shared-doc/attributes.adoc[]
55
:level: Beginner
66
:technologies: MicroProfile Health
77
:management-port-openshift:
8+
:standalone-server-type: microprofile
9+
:archiveType: war
10+
:archiveName: {artifactId}
11+
:include-management-port: http://localhost:9990/health/live
12+
:portedToGlow: true
13+
:openshift: true
814

915
// Additional Info for OpenShift
1016
:post-helm-install-actions-openshift: ../microprofile-health/expose-management-port-openshift.adoc
@@ -19,12 +25,6 @@ include::../shared-doc/attributes.adoc[]
1925
[abstract]
2026
The `microprofile-health` quickstart demonstrates the use of the MicroProfile Health specification in {productName}.
2127

22-
:standalone-server-type: microprofile
23-
:archiveType: war
24-
:archiveName: {artifactId}
25-
:include-management-port: http://localhost:9990/health/live
26-
:portedToGlow: true
27-
2828
== What is it?
2929

3030
MicroProfile Health allows applications to provide information about their state

microprofile-jwt/README-source.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ include::../shared-doc/attributes.adoc[]
44
:author: Darran Lofthouse
55
:level: Intermediate
66
:technologies: JWT, Security, MicroProfile
7-
8-
[abstract]
9-
The `microprofile-jwt` quickstart demonstrates the use of the MicroProfile JWT specification in {productName}.
10-
117
:standalone-server-type: microprofile
128
:archiveType: war
139
:archiveName: microprofile-jwt.war
1410
:portedToGlow: true
11+
:openshift: true
12+
13+
[abstract]
14+
The `microprofile-jwt` quickstart demonstrates the use of the MicroProfile JWT specification in {productName}.
1515

1616
== What is it?
1717

microprofile-lra/README-source.adoc

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@ include::../shared-doc/attributes.adoc[]
44
:author: Martin Stefanko
55
:level: Beginner
66
:technologies: MicroProfile LRA
7-
8-
[abstract]
9-
The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}.
10-
117
:standalone-server-type: microprofile
128
:configFileName: standalone-microprofile.xml
139
:archiveType: war
1410
:archiveName: {artifactId}
1511
:microprofile-lra:
1612
:restoreScriptName: restore-configuration.cli
17-
:openshift: true
1813
:custom-bootable-jar-layers:
1914
:custom-openshift-layers:
2015
:extra-openshift-test-arguments:
2116
:requires-http-route:
2217
:portedToGlow: true
18+
:openshift: true
19+
20+
[abstract]
21+
The `microprofile-lra` quickstart demonstrates the use of the MicroProfile LRA specification in {productName}.
2322

2423
== What is it?
2524

microprofile-openapi/README-source.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ include::../shared-doc/attributes.adoc[]
44
:author: Paul Ferraro
55
:level: Beginner
66
:technologies: MicroProfile OpenAPI
7+
:standalone-server-type: microprofile
8+
:archiveType: war
9+
:archiveName: {artifactId}
710
:portedToGlow: true
11+
:openshift: true
812

913
[abstract]
1014
This guide demonstrate how to use the MicroProfile OpenAPI functionality in {productName} to expose an OpenAPI document for a simple REST application.
1115

1216
// Link to the quickstart source
1317
include::../shared-doc/view-the-source.adoc[leveloffset=+1]
1418

15-
:standalone-server-type: microprofile
16-
:archiveType: war
17-
:archiveName: {artifactId}
18-
1919
== Prerequisites
2020

2121
To complete this guide, you will need:

microprofile-reactive-messaging-kafka/README-source.adoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ include::../shared-doc/attributes.adoc[]
44
:author: Kabir Khan
55
:level: Beginner
66
:technologies: MicroProfile Reactive Messaging
7-
8-
[abstract]
9-
The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of the MicroProfile Reactive Messaging specification backed by Apache Kafka in {productName}.
10-
117
:standalone-server-type: microprofile
128
:archiveType: war
139
:archiveName: {artifactId}
@@ -16,7 +12,10 @@ The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of t
1612
:helm-app-name: mp-rm-qs
1713
:strimzi-version: v1beta2
1814
:portedToGlow: true
15+
:openshift: true
1916

17+
[abstract]
18+
The `microprofile-reactive-messaging-kafka` quickstart demonstrates the use of the MicroProfile Reactive Messaging specification backed by Apache Kafka in {productName}.
2019

2120
== What is it?
2221

microprofile-rest-client/README-source.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ include::../shared-doc/attributes.adoc[]
44
:author: Martin Stefanko
55
:level: Beginner
66
:technologies: MicroProfile REST Client
7-
8-
[abstract]
9-
The `microprofile-rest-client` quickstart demonstrates the use of the MicroProfile REST Client specification in {productName}.
10-
117
:standalone-server-type: microprofile
128
:archiveType: jar
139
:archiveName: {artifactId}
1410
:rest-client-qs:
1511
:portedToGlow: true
12+
:openshift: true
13+
14+
[abstract]
15+
The `microprofile-rest-client` quickstart demonstrates the use of the MicroProfile REST Client specification in {productName}.
1616

1717
== What is it?
1818

0 commit comments

Comments
 (0)