Skip to content

springdoc-openapi v2.8.5 released!

Latest
Compare
Choose a tag to compare
@bnasslahsen bnasslahsen released this 16 Feb 14:13
· 10 commits to main since this release

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @JsonUnwrapped & @Schema on props not fields only
  • #2881 - fix defaultValue when using @PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

New Contributors

Full Changelog: v2.8.4...v2.8.5