Releases: smallrye/smallrye-open-api
Releases · smallrye/smallrye-open-api
2.0.14
- #539 Backport fix to MergeUtil for empty lists to branch 2.0.x
- #537 Upgrade swagger-ui to 3.36.1 (2.0.x)
- #534 Bump quarkus-vertx-web from 1.9.0.Final to 1.9.1.Final
- #533 Upgrade swagger ui to 3.36.0
- #530 Allow multiple filters.
- #526 Use an empty schema for field annotations when
ref
present (2.0.x) - #524 Support XmlAccessorType, JSON-P types, option to disable array refs (2.0.x)
- #522 Fix sub resource to not repeat
- #521 Small UI fix
- #520 AllOf for enum
- #518 Duplicated root-path in OpenAPI document for JAX-RS sub-resource
- #508 Ignore some classes for schema generation by default
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