Skip to content

RC2 - MicroProfile OpenAPI 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@phillip-kruger phillip-kruger released this 13 Jul 11:14

MicroProfile OpenAPI 2.0 - Release Candidate 2

Javadocs | Spec | HTML

Release Candidate 2 for the MicroProfile OpenAPI specification.

Changes since RC1:

  • simplification of the @operation annotation
  • minor text edits and clarifications in the spec
  • additional TCK coverage (annotations, models)
  • Collapsed the various Parameter sub-types into a single one (consistent with Schema)

Coordinates on maven central:

<dependency>
    <groupId>org.eclipse.microprofile.openapi</groupId>
    <artifactId>microprofile-openapi-api</artifactId>
    <version>2.0-RC2</version>
</dependency>