Skip to content

Commit 507ee49

Browse files
authored
Merge pull request #20 from fujitsu/update-readme
Update Readme for MP-4.1
2 parents 97432dc + e0b9384 commit 507ee49

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.adoc

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
= Launcher
22

3-
image::https://raw.githubusercontent.com/fujitsu/launcher/image/logo/launcher-logo.png[width=96,height=96]
43

54
== Overview
65
Launcher is an implementation of https://microprofile.io/[MicroProfile].
76

8-
Launcher 2.0 conforms to MicroProfile 3.0.
7+
Launcher 3.0 conforms to MicroProfile 4.1.
98
Currently supported APIs are as follows:
109

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
2423

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

0 commit comments

Comments
 (0)