MR1- MicroProfile OpenAPI 2.0
Pre-release
Pre-release
Milestone Release 1 for MicroProfile OpenAPI 2.0
- 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>