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
format
s - [#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
@Schema
is specified on both field and type; enable schema reference propertymp.openapi.extensions.schema-references.enable
by default - [#206] Correct scanning of JAR archives when inclusion/exclusion configuration is specified (affects Thorntail)
- [#214] Add support for
Optional
,OptionalDouble
,OptionalInt
, andOptionalLong
in scanner