Skip to content

RC1- MicroProfile OpenAPI 1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@arthurdm arthurdm released this 14 Dec 21:33

RC1 for MicroProfile OpenAPI 1.1

Javadocs | Spec

Changes include:

  • the addition of the JAXRS 2.1 PATCH method
  • various improvements to the TCK, annotations and models
    • bug fixes, documentation updates, more convenience methods, etc.

Coordinates on maven central:

<dependency>
    <groupId>org.eclipse.microprofile.openapi</groupId>
    <artifactId>microprofile-openapi-api</artifactId>
    <version>1.1-RC1</version>
</dependency>