Releases: smallrye/smallrye-open-api
Releases · smallrye/smallrye-open-api
2.0.17
2.1.0-RC1
2.0.16
- #581 Make sure we can not add the same filter twice
- #578 Added option to configure default produces and consumes
- #575 Allow configuration of default consumes and produces.
- #573 Preemptive scan of classes with Schema annotation into components (2.0.x)
- #571 Update swagger-ui version to 3.37.2
- #562 Upgrade swagger ui to 3.37.0
- #559 Add skip in the maven plugin (2.0.x)
- #558 Skip execution of Maven plugin
- #556 Make sure filters can work in maven plugin (Classloader issue) (2.0.x)
2.0.15
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