Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.
OpenAPI 4.1
MicroProfile Open API 4.1 aims to provide a set of Java interfaces and programming models which allow Java developers to natively produce OpenAPI v3.1 documents from their Jakarta REST applications.
The goal of this release is to provide minor API enhancements and TCK fixes, continuing the focus on support for the OpenAPI v3.1 specification. Changes targeting the release include:
API/SPI Changes
@DependentRequired
,@DependentSchema
and@SchemaProperty
are missing@Target
(676)- Add methods to access a single extension to
Extensible
(666) - OpenAPI model object is missing
jsonSchemaDialect
property (660)
Other Changes
- TCK tests logging "Static configuration methods can cause unexpected behavior." (664)
MicroProfile Open API 4.1 aims to provide a set of Java interfaces and programming models which allow Java developers to natively produce OpenAPI v3.1 documents from their Jakarta REST applications.
The goal of this release is to provide minor API enhancements and TCK fixes, continuing the focus on support for the OpenAPI v3.1 specification. Changes targeting the release include:
API/SPI Changes
@DependentRequired
,@DependentSchema
and@SchemaProperty
are missing@Target
(676)- Add methods to access a single extension to
Extensible
(666) - OpenAPI model object is missing
jsonSchemaDialect
property (660)
Other Changes
- TCK tests logging "Static configuration methods can cause unexpected behavior." (664)
- Log in to post comments