Skip to content

1.1.20

Compare
Choose a tag to compare
@MikeEdgar MikeEdgar released this 20 Nov 01:11

Change Summary

  1. [#190] Add support for scanning of JAX-RS subresources
  2. [#194] Reduce chances of using to Java reflection by implementing internal Jandex index containing common collection and utility types
  3. [#195] Support UUID and URI types in scanner; fix support of custom formats
  4. [#198] Use setter method name instead of argument to derive property names
  5. [#200] Scan JAX-RS resource parent classes and interfaces for annotations
  6. [#202] Sort OpenAPI tags in natural order unless order specified by application
  7. [#204] Use schema composition when @Schema is specified on both field and type; enable schema reference property mp.openapi.extensions.schema-references.enable by default
  8. [#206] Correct scanning of JAR archives when inclusion/exclusion configuration is specified (affects Thorntail)
  9. [#214] Add support for Optional, OptionalDouble, OptionalInt, and OptionalLong in scanner