Skip to content

Releases: smallrye/smallrye-open-api

1.2.3

30 Apr 15:33
Compare
Choose a tag to compare
  • #310 Add support for Mutiny types

1.2.2

21 Apr 14:14
Compare
Choose a tag to compare
  • #285 Support annotations on setters in addition to fields
  • #239 Support inheritance for BeanParam and MultipartForm

1.2.1

21 Feb 13:02
Compare
Choose a tag to compare

Change Summary

[#259] Handle custom Converters returning empty String
[#261] Prevent attempts to register a previously registered schema reference

1.2.0

14 Feb 10:32
Compare
Choose a tag to compare

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

20 Nov 01:11
Compare
Choose a tag to compare

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