What's Changed
- fix defaultValue when using @PageableDefault together with one-indexed-parameters by @pheyken in #2881
- Refactor trimIndent Method by @Ryan-Dia in #2891
- fix: respect
@JsonUnwrapped
&@Schema
on props not fields only by @wingsofovnia in #2894 - Only filter out actuator endpoints with double asterisks. Fixes #2895 by @mc1arke in #2896
- add needed runtime reflection hints for native image by @lorenzbaier in #2898
- Do not require JsonSubType annotation for sealed classes by @sahil-ramagiri in #2696
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
- @pheyken made their first contribution in #2881
- @Ryan-Dia made their first contribution in #2891
- @wingsofovnia made their first contribution in #2894
- @lorenzbaier made their first contribution in #2898
- @sahil-ramagiri made their first contribution in #2696
Full Changelog: v2.8.4...v2.8.5