Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jan 7, 2023
1 parent eea42c2 commit 8ba47ce
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,29 @@ cd petclinic-jakartaee
./mvnw
```


## ... deploy and run

| maven profile | Runtime | Version | Status |
|--------------------|-----------------------------------------------------------------------|------------------|------------------|
| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 22.0.0.10 | Jakarta EE 9.1 |
| ./mvnw -Pwildfly | [Wildfly](https://www.wildfly.org/) | 27.0.0.Final | Jakarta EE 10 |
| ./mvnw -Ppayara | [Payara](https://www.payara.fish/products/payara-platform-community/) | 6.2022.1 | Jakarta EE 10 |
| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.0-M9 | work in progress |
| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.0 | Jakarta EE 9.1 |
| maven profile | Runtime | Version | Status |
|--------------------|-----------------------------------------------------------------------|----------------|----------------|
| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 23.0.0.1-beta | Jakarta EE 10 |
| ./mvnw -Pwildfly | [Wildfly](https://www.wildfly.org/) | 27.0.1.Final | Jakarta EE 10 |
| ./mvnw -Ppayara | [Payara](https://www.payara.fish/products/payara-platform-community/) | 6.2022.2 | Jakarta EE 10 |
| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.0 | Jakarta EE 10 |
| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.0 | Jakarta EE 9.1 |


## Integration Tests

Arquillian End2End Tests for REST Endpoints and for JSF Frontend Browser Tests with Graphene and Selenium.
* [JSF, Java Server Faces: Primefaces 12.0.0](https://www.primefaces.org/)

| maven profile | Runtime | Version | Status |
|--------------------------------|--------------------------------------------------------------------------|--------------|-------------------------|
| ./mvnw -Parq-liberty-managed | [OpenLiberty](https://openliberty.io/docs/latest/overview.html) | 22.0.0.10 | waiting for OpenLiberty |
| ./mvnw -Parq-wildfly-managed | [Wildfly](https://docs.wildfly.org/27/) | 27.0.0.Final | OK |
| ./mvnw -Parq-payara-managed | [Payara](https://docs.payara.fish/community/docs/6.2022.1/Overview.html) | 6.2022.1 | work in progress |
| ./mvnw -Parq-glassfish-managed | [GlassFish](https://glassfish.org/documentation) | 7.0.0-M9 | waiting for Glassfish |
| maven profile | Runtime | Version | Status |
|--------------------------------|--------------------------------------------------------------------------|----------------|-------------------------|
| ./mvnw -Parq-liberty-managed | [OpenLiberty](https://openliberty.io/docs/latest/overview.html) | 23.0.0.1-beta | waiting for OpenLiberty |
| ./mvnw -Parq-wildfly-managed | [Wildfly](https://docs.wildfly.org/27/) | 27.0.1.Final | work in progress |
| ./mvnw -Parq-payara-managed | [Payara](https://docs.payara.fish/community/docs/6.2022.1/Overview.html) | 6.2022.2 | work in progress |
| ./mvnw -Parq-glassfish-managed | [GlassFish](https://glassfish.org/documentation) | 7.0.0 | work in progress |

## Petclinic - Functional Requirements

Expand Down

0 comments on commit 8ba47ce

Please sign in to comment.