Releases: smallrye/smallrye-open-api
Releases · smallrye/smallrye-open-api
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
- #443 Allow scanning to filter to load only certain scanners
- #440 OpenAPIImpl.addSecurityRequirement does not assign created list to this.security
- #439 Use default value of @Schema#hidden(), handle ignore set/get separately (2.0.x)
- #437 Ignore logic regression
- #432 Allow Schema ref for implementation prop w/other non-display props (2.0.x)
- #428 Support
@Schema
on non-JavaBeans accessor/mutator methods (2.0.x) - #421 Allow @Schema on non-getter
- #308 No $ref when the required attribute of the schema is used
2.0.6
- #425 Bump smallrye-parent from 22 to 23
- #424 Read interface types recursively while reading a type's properties
- #422 Bump smallrye-config from 1.8.4 to 1.8.5
- #420 Default in Vert.x when no path is specified ALL
- #419 Load AnnotationScanner instances from the designated classloader.
- #417 Bump smallrye-parent from 21 to 22
- #416 Vert.x: Default when no method is ALL
- #404 AnnotationScannerFactory is hard coded to load AnnotationScanner instances from the TCCL.
2.0.5
- #414 Auto Generation of OperationId . fixes #265
- #413 Allow scanners to pass in their own ClassLoader
- #412 Allow setting version and other info elements
- #404 AnnotationScannerFactory is hard coded to load AnnotationScanner instances from the TCCL.
- #298 Request: option to set the OpenAPI version
- #265 Allow autogeneration of operation id