Skip to content

Commit 2186984

Browse files
committed
CHANGELOG.md update for 2.8.5
1 parent f4e632b commit 2186984

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)