Skip to content

MicroProfile OpenAPI 1.1

Compare
Choose a tag to compare
@arthurdm arthurdm released this 03 Jan 14:23

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.

Javadocs | Spec

Changes include:

  • the addition of the JAXRS 2.1 PATCH method
  • automatic hide MicroProfile Rest Client interfaces
  • OASFactoryResolver is now a proper SPI artifact
  • builder methods now have default implementations
  • @Content now supports a singular example field
  • @Extension now has a parseValue 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>