Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
springdoc-openapi v2.8.9 released!
What's Changed
- Support for
@Positive
by@mpleine
in springdoc/springdoc-openapi#3001- Fixes for Spring Boot 3.5.0 API by
@mschout
in springdoc/springdoc-openapi#3007- feat: type-use for method parameters by
@mymx2
in springdoc/springdoc-openapi#3011Added
- #2944 - Support for
@Positive
- #3011 - type-use for method parameters
Changed
- Upgrade spring-boot to version 3.5.0
Fixed
- #2982 - application/problem+json content type is not set for ProblemDetails
- #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
- #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
- #3012 - Order of examples is (sometimes) not preserved
New Contributors
@mpleine
made their first contribution in springdoc/springdoc-openapi#3001Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.8...v2.8.9
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
[2.8.9] - 2025-06-10
Added
- #2944 - Support for
@Positive
- #3011 - type-use for method parameters
Changed
- Upgrade spring-boot to version 3.5.0
Fixed
- #2982 - application/problem+json content type is not set for ProblemDetails
- #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
- #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
- #3012 - Order of examples is (sometimes) not preserved
830a98a
[maven-release-plugin] prepare release v2.8.9976d8ec
docs update1ebf9b8
Order of examples is (sometimes) not preserved. Fixes #301210fd6dd
io.swagger.v3.oas.annotations.Webhook does not work when defined on the
metho...31ed191
Issues with POST Request, application/x-www-form-urlencoded and only one
para...ceb4a10
application/problem+json content type is not set for ProblemDetails.
Fixes #2982a23005b
Merge branch 'mymx2-feat/type-use'290162f
code review9f05020
Merge branch 'mschout-spring-boot-3.5-support'6111073
code review