Skip to content

springdoc-openapi v2.8.10 released!

Compare
Choose a tag to compare
@bnasslahsen bnasslahsen released this 20 Aug 12:57
· 10 commits to main since this release

What's Changed

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

Full Changelog: v2.8.9...v2.8.10