Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
springdoc-openapi v2.8.12 released!
Changed
- Upgrade swagger-ui to v5.28.0
- Upgrade commons-lang3 to v3.18.0
Fixed
- #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
- #3071 -
@io
.swagger.v3.oas.annotations.parameters.RequestBody does not work well with@RequestPart
- #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.11...v2.8.12
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
[2.8.12] - 2025-09-01
Changed
- Upgrade swagger-ui to v5.28.0
- Upgrade commons-lang3 to v3.18.0
Fixed
- #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
- #3071 -
@io
.swagger.v3.oas.annotations.parameters.RequestBody does not work well with@RequestPart
- #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
493cc68
[maven-release-plugin] prepare release v2.8.128ef9eb8
CHANGELOG.md updatebc4ba68
upgrade commons-lang3 to v3.18.08741823
upgrade swagger-ui to v5.28.08d85e0e
Duplicate key class Parameter when documenting two GET methods with same
path...4d505d6
@io
.swagger.v3.oas.annotations.parameters.RequestBody
does not work well with...3190ae2
Parameter is now required after upgrading to springdoc-openapi 2.8.10.
Fixes ...74dcd4f
[maven-release-plugin] prepare for next development iteration