Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-10 | 1.0 kB | |
springdoc-openapi v2.8.9 released! source code.tar.gz | 2025-06-10 | 1.3 MB | |
springdoc-openapi v2.8.9 released! source code.zip | 2025-06-10 | 6.8 MB | |
Totals: 3 Items | 8.1 MB | 2 |
What's Changed
- Support for @Positive by @mpleine in https://github.com/springdoc/springdoc-openapi/pull/3001
- Fixes for Spring Boot 3.5.0 API by @mschout in https://github.com/springdoc/springdoc-openapi/pull/3007
- feat: type-use for method parameters by @mymx2 in https://github.com/springdoc/springdoc-openapi/pull/3011
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
New Contributors
- @mpleine made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3001
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.8...v2.8.9