Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-20 | 2.5 kB | |
springdoc-openapi v2.8.10 released! source code.tar.gz | 2025-08-20 | 1.3 MB | |
springdoc-openapi v2.8.10 released! source code.zip | 2025-08-20 | 6.8 MB | |
Totals: 3 Items | 8.1 MB | 0 |
What's Changed
- Fix unexpected merging of media types by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3026
- Fixed "desciption" typo by @lc-nyovchev in https://github.com/springdoc/springdoc-openapi/pull/3036
- Fix: Property resolution for extensions within
@OpenAPIDefinition
Info object by @limehee in https://github.com/springdoc/springdoc-openapi/pull/3039 - Support externalDocs configure on SpecPropertiesCustomizer by @huisam in https://github.com/springdoc/springdoc-openapi/pull/3042
- Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest by @thijsnissen in https://github.com/springdoc/springdoc-openapi/pull/3060
- Fixes so that a RequestPart with a Map is added to the RequestBody by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3051
- Refactor webhook discovery and scanning mechanism by @zdary in https://github.com/springdoc/springdoc-openapi/pull/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 https://github.com/springdoc/springdoc-openapi/pull/3026
- @lc-nyovchev made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3036
- @huisam made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3042
- @thijsnissen made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3060
- @zdary made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3057
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.9...v2.8.10