Releases: smallrye/smallrye-open-api
1.2.0
Change Summary
[#218] Scan OAI Definition on package-info classes
[#219] Apply path template pattern to associated parameter schema
[#224] Parameter processing fixes
[#229] Update smallrye-config dependency to version 1.5.0 (groupId change)
[#232] Support Iterable interface when scanning
[#234] Add support for LocalTime and OffsetTime
[#241] Null check on SecurityScheme flows property
[#238] Avoid NPE when generic type variable declared outside type hierarchy
[#227] Auto scan annotated exception mapper instances
[#250] Add Extension parsing method to AnnotationScannerExtension
[#251] Check for null schema when generating default response
[#252] Added an option to disable processing of @ApplicationPath
[#253] Make ShrinkWrap dependency optional
1.1.20
Change Summary
- [#190] Add support for scanning of JAX-RS subresources
- [#194] Reduce chances of using to Java reflection by implementing internal Jandex index containing common collection and utility types
- [#195] Support UUID and URI types in scanner; fix support of custom
formats - [#198] Use setter method name instead of argument to derive property names
- [#200] Scan JAX-RS resource parent classes and interfaces for annotations
- [#202] Sort OpenAPI tags in natural order unless order specified by application
- [#204] Use schema composition when
@Schemais specified on both field and type; enable schema reference propertymp.openapi.extensions.schema-references.enableby default - [#206] Correct scanning of JAR archives when inclusion/exclusion configuration is specified (affects Thorntail)
- [#214] Add support for
Optional,OptionalDouble,OptionalInt, andOptionalLongin scanner