|
1 | 1 | = Launcher
|
2 | 2 |
|
3 |
| -image::https://raw.githubusercontent.com/fujitsu/launcher/image/logo/launcher-logo.png[width=96,height=96] |
4 | 3 |
|
5 | 4 | == Overview
|
6 | 5 | Launcher is an implementation of https://microprofile.io/[MicroProfile].
|
7 | 6 |
|
8 |
| -Launcher 2.0 conforms to MicroProfile 3.0. |
| 7 | +Launcher 3.0 conforms to MicroProfile 4.1. |
9 | 8 | Currently supported APIs are as follows:
|
10 | 9 |
|
11 |
| -* CDI 2.0 |
12 |
| -* JAX-RS 2.1 |
13 |
| -* JSON-B 1.0 |
14 |
| -* JSON-P 1.1 |
15 |
| -* Common Annotations 1.3 |
16 |
| -* MicroProfile Config 1.3 |
17 |
| -* MicroProfile Fault Tolerance 2.0 |
18 |
| -* MicroProfile Health 2.0 |
19 |
| -* MicroProfile JWT Authentication 1.1 |
20 |
| -* MicroProfile Metrics 2.0 |
21 |
| -* MicroProfile OpenAPI 1.1 |
22 |
| -* MicroProfile OpenTracing 1.3 |
23 |
| -* MicroProfile Rest Client 1.3 |
| 10 | +* Jakarta Contexts and Dependency Injection 2.0 |
| 11 | +* Jakarta RESTful Web Services 2.1 |
| 12 | +* Jakarta JSON Binding 1.0 |
| 13 | +* Jakarta JSON Processing 1.1 |
| 14 | +* Jakarta Annotations 1.3 |
| 15 | +* MicroProfile Config 2.0 |
| 16 | +* MicroProfile Fault Tolerance 3.0 |
| 17 | +* MicroProfile Health 3.1 |
| 18 | +* MicroProfile JWT Authentication 1.2 |
| 19 | +* MicroProfile Metrics 3.0 |
| 20 | +* MicroProfile OpenAPI 2.0 |
| 21 | +* MicroProfile OpenTracing 2.0 |
| 22 | +* MicroProfile Rest Client 2.0 |
24 | 23 |
|
25 | 24 | Launcher provides features to run MicroProfile applications and create portable uber (fat) JARs.
|
26 | 25 | For more details, please refer to link:docs/Usage.adoc[].
|
|
0 commit comments