springdoc-openapi v2.8.10 released!
What's Changed
- Fix unexpected merging of media types by @Mattias-Sehlstedt in #3026
- Fixed "desciption" typo by @lc-nyovchev in #3036
- Fix: Property resolution for extensions within
@OpenAPIDefinition
Info object by @limehee in #3039 - Support externalDocs configure on SpecPropertiesCustomizer by @huisam in #3042
- Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest by @thijsnissen in #3060
- Fixes so that a RequestPart with a Map is added to the RequestBody by @Mattias-Sehlstedt in #3051
- Refactor webhook discovery and scanning mechanism by @zdary in #3057
Added
- #3046 - Feature Request: Support @jakarta.annotation.Nonnull.
- #3042 - Support externalDocs configure on SpecPropertiesCustomizer
- #3057 - Refactor webhook discovery and scanning mechanism
Changed
- Upgrade spring-boot to v3.5.4
- Upgrade swagger-ui to v5.27.1
- Upgrade swagger-core to 2.2.36
Fixed
- #3050 - @RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
- #2978 - Parameter is no longer optional after upgrade to 2.8.8
- #3022 - NullPointerException thrown in SchemaUtils.
- #3026 - Fix unexpected merging of media types
- #3036 - Fixed "desciption"
- #3039 - Fix: Property resolution for extensions within @OpenAPIDefinition Info object
- #3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
- #3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest
New Contributors
- @Mattias-Sehlstedt made their first contribution in #3026
- @lc-nyovchev made their first contribution in #3036
- @huisam made their first contribution in #3042
- @thijsnissen made their first contribution in #3060
- @zdary made their first contribution in #3057
Full Changelog: v2.8.9...v2.8.10