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

Updated README.adoc for MicroProfile 6.0 support #74

Merged
merged 1 commit into from
Jun 30, 2023
Merged
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
24 changes: 10 additions & 14 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,22 @@
== Overview
Launcher is an implementation of https://microprofile.io/[MicroProfile].

Launcher 4.0 supports MicroProfile 5.0 and some APIs from Jakarta EE 9.1.
Launcher 5.0 supports MicroProfile 6.0 and some APIs from Jakarta EE 10.
Currently supported APIs are as follows:

* MicroProfile Config 3.0
* MicroProfile Fault Tolerance 4.0
* MicroProfile Health 4.0
* MicroProfile JWT Authentication 2.0
* MicroProfile Metrics 4.0
* MicroProfile OpenAPI 3.0
* MicroProfile OpenTracing 3.0
* MicroProfile JWT Authentication 2.1
* MicroProfile Metrics 5.0
* MicroProfile OpenAPI 3.1
* MicroProfile Telemetry 1.0
* MicroProfile Rest Client 3.0
* Jakarta Annotations 2.0
* Jakarta Contexts and Dependency Injection 3.0
* Jakarta Expression Language 4.0
* Jakarta JSON Binding 2.0
* Jakarta JSON Processing 2.0
* Jakarta RESTful Web Services 3.0
* Jakarta Server Pages 3.0
* Jakarta Servlet 5.0
* Jakarta Standard Tag Library 2.0
* Jakarta EE 10 Core Profile
* Jakarta Expression Language 5.0
* Jakarta Server Pages 3.1
* Jakarta Servlet 6.0
* Jakarta Standard Tag Library 3.0

Launcher provides features to run MicroProfile applications and create portable uber (fat) JARs.
For more details, please refer to link:docs/Usage.adoc[].
Expand Down