MicroProfile OpenAPI 1.1
MicroProfile OpenAPI 1.1
NOTE: due to an issue with the TCK, a release 1.1.1
was made. It is recommended to use it instead of this version.
Changes include:
- the addition of the JAXRS 2.1
PATCH
method - automatic hide MicroProfile Rest Client interfaces
OASFactoryResolver
is now a properSPI
artifact- builder methods now have default implementations
@Content
now supports a singularexample
field@Extension
now has aparseValue
field for complex values- TCK updated to support newer
3.0.x
versions - overall Javadoc enhancements (classes and packages)
- various other minor improvements to the annotations, models and TCK
- bug fixes, documentation updates, more convenience methods, deprecations, etc.
- list of issues here
Commits since 1.0.1
release here
Coordinates on maven central:
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-api</artifactId>
<version>1.1</version>
</dependency>