Skip to content

MR1- MicroProfile OpenAPI 2.0

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

Milestone Release 1 for MicroProfile OpenAPI 2.0

Javadocs | Spec

  • Methods that were renamed (and deprecated) in 1.1 are removed
  • Changes to model interfaces: interfaces no longer extend java.util.Map
  • Tck ensure that model interfaces are creating copy of lists/maps and are returning immutable copies of lists/maps
  • Delegate document / property location to MP Config

Coordinates on maven central:

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