Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples README with what WildFly Glow has discovered #461

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/elytron-oidc-client-auto-reg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly:wildfly-galleon-pack`
* `org.wildfly.cloud:wildfly-cloud-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `elytron-oidc-client`

## CLI scripts
Expand Down
4 changes: 2 additions & 2 deletions examples/elytron-oidc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ High level view of the WildFly Maven plugin configuration

* `org.wildfly:wildfly-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `elytron-oidc-client`

## CLI scripts
Expand Down
9 changes: 7 additions & 2 deletions examples/jms-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ High level view of the WildFly Maven plugin configuration

## Galleon layers

* `cloud-server`, for the producer and consumer applications.
* `core-server`, for the jms broker.
* `ejb`, for the mdb consumer.
* `embedded-activemq`, for the jms broker.

## Galleon layers discovered by WildFly Glow

* `ee-core-profile-server`
* `ejb`, for the mdb consumer.
* `messaging-activemq` for the producer.


## CLI scripts
WildFly CLI scripts executed at packaging time

Expand Down
4 changes: 2 additions & 2 deletions examples/jsf-ejb-jpa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ High level view of the WildFly Maven plugin configuration

* `org.wildfly:wildfly-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `ejb-lite`
* `jsf`
* `jpa`
Expand Down
8 changes: 5 additions & 3 deletions examples/postgresql-multiple-datasources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly.cloud:wildfly-cloud-galleon-pack`
* `org.wildfly:wildfly-datasources-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `postgresql-driver`
* `ee-core-profile-server`
* `jpa`
* `jaxrs`
* `postgresql-datasource`

## CLI scripts
WildFly CLI scripts executed at packaging time
Expand Down
5 changes: 3 additions & 2 deletions examples/postgresql-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly.cloud:wildfly-preview-cloud-galleon-pack`
* `org.wildfly:wildfly-datasources-preview-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `jpa`
* `postgresql-datasource`

## CLI scripts
Expand Down
6 changes: 4 additions & 2 deletions examples/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly.cloud:wildfly-cloud-galleon-pack`
* `org.wildfly:wildfly-datasources-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `jpa`
* `jaxrs`
* `postgresql-datasource`

## CLI scripts
Expand Down
4 changes: 2 additions & 2 deletions examples/saml-auto-reg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly.cloud:wildfly-cloud-galleon-pack`
* `org.keycloak:keycloak-saml-adapter-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `keycloak-saml`

## CLI scripts
Expand Down
4 changes: 2 additions & 2 deletions examples/web-clustering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ High level view of the WildFly Maven plugin configuration
* `org.wildfly:wildfly-galleon-pack`
* `org.wildfly.cloud:wildfly-cloud-galleon-pack`

## Galleon layers
## Galleon layers discovered by WildFly Glow

* `cloud-server`
* `ee-core-profile-server`
* `web-clustering`

## CLI scripts
Expand Down
Loading