Added
- Add support for the
@Rangeconstraint validation annotation - Auto-set
nullable: truefor Kotlin nullable types in schema properties
Changed
- Upgrade Spring Boot to version 3.5.13
- Upgrade swagger-core to version 2.2.47
- Upgrade swagger-ui to version 5.32.2
Fixed
- #3259 – Fix an issue with annotated types with generics on parameters
- #3255 – Handle
$refnullable wrapping and OAS 3.1 support - #3245 – Upgrade swagger-core from 2.2.43 to 2.2.45 (fixes schema resolution issues)
- #3241 – Generic error responses from multiple
@ControllerAdviceare still nondeterministic across OS - #3236 – Preserve YAML group URLs in Swagger UI
- Fix
PropertyResolverUtilsto retain aJsonNodewhen reading anExtensionPropertyannotation - Fix handling of default values for
LocalDate
New Contributors
- @soowanx made their first contribution in #3247
- @pcalouche made their first contribution in #3254
- @sisco70 made their first contribution in #3255
- @thejeff77 made their first contribution in #3256
- @mcclellanmj made their first contribution in #3259
Full Changelog: v2.8.16...v2.8.17