File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.8.5] - 2025-02-16
9+
10+ ### Added
11+ - #2696 - Do not require JsonSubType annotation for sealed classes
12+ - #2898 - add needed runtime reflection hints for native image
13+ - #2891 - Refactor trimIndent Method
14+
15+ ### Changed
16+ - Upgrade swagger-ui to v5.18.3
17+
18+ ### Fixed
19+ - #2902 - Schema replaced by String when using @ApiResponse with RepresentationModel (Hateoas links)
20+ - #2876 - Restentpoints with same name get mix up
21+ - #2895 - Only filter out actuator endpoints with double asterisks.
22+ - #2894 - respect @JsonUnwrapped & @Schema on props not fields only
23+ - #2881 - fix defaultValue when using @PageableDefault together with one-indexed-parameters
24+ - #2888 - Provide a better consistency for parameters and responses order.
25+
826## [ 2.8.4] - 2025-01-25
927
1028### Added
You can’t perform that action at this time.
0 commit comments