https://github.com/t1/jaxrs-bootstrap-demo
Demo for the new Jakarta REST SeBootstrap API used for IT
https://github.com/t1/jaxrs-bootstrap-demo
Last synced: about 1 year ago
JSON representation
Demo for the new Jakarta REST SeBootstrap API used for IT
- Host: GitHub
- URL: https://github.com/t1/jaxrs-bootstrap-demo
- Owner: t1
- Created: 2022-12-30T08:58:33.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-21T20:14:40.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T14:25:22.951Z (almost 2 years ago)
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= JAX-RS Bootstrap Demo image:https://github.com/t1/jaxrs-bootstrap-demo/actions/workflows/build.yml/badge.svg[link=https://github.com/t1/jaxrs-bootstrap-demo/actions/workflows/build.yml]
https://jakarta.ee/specifications/restful-ws/3.1/jakarta-restful-ws-spec-3.1.html[Jakarta EE REST 3.1] (f.k.a JAX-RS) https://blog.payara.fish/whats-new-in-jakarta-rest-3.1-in-jakarta-ee-10[introduced] a new Java SE Bootstrap API. This is a quick demo on how to use it in ITs.
There are two profiles `resteasy` and `jersey` with different test dependencies (and that's the ugly part).