Created by: jmini
When using Eclipse-MicroProfile-OpenAPI framework, a small specification on top of JaxRS, you have two ways of enhancing your OpenAPI document.
- with annotations (approach similar to
swagger-jaxrs2
) - with an OpenAPI document, placed at a predetermined location.
In order to use MicroProfile, you need to select the implementation you would like to use (similar to JavaEE/Jakarta EE, several vendors implement the same spec).
This PR is adding some support for the second variant (OpenAPI file based) approach.
The library
flag is used to select the desired implementation:
- Helidon
- Open-Liberty
- Quarkus
- Thorntail