Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 515 Bytes

Payara jax-rs SSCCE

This demo project deploys a simple Hello World Jakarta 10 jax-rs war on the payara version specified on pom.xml on a dockerhub payara full container, then tests the app is deployed correctly without any SEVERE log traces.

Requirements

  • Maven (Tested on 3) with the specified dependencies and plugins (See pom.xml)
  • Java (Tested on OpenJDK 11 JDK / OpenJDK 17 JRE)
  • Docker (Tested on Docker engine version 20.10.21)

How to use

Run mvn clean verify