Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 838 Bytes

README.adoc

File metadata and controls

32 lines (24 loc) · 838 Bytes

Launcher

launcher logo

Overview

Launcher is an implementation of MicroProfile.

Launcher 2.0 alpha 2 conforms to a subset of MicroProfile 2.2. Currently supported APIs are as follows:

  • CDI 2.0

  • JAX-RS 2.1

  • JSON-B 1.0

  • JSON-P 1.1

  • Common Annotations 1.3

  • MicroProfile Config 1.3

  • MicroProfile Fault Tolerance 2.0

  • MicroProfile Rest Client 1.2

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

Build instructions

$ mvn clean install

Usage

Refer to docs/Usage.adoc.

Downloads

Binary distributions can be obtained from https://github.com/fujitsu/launcher/releases.