| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-02 | 1.4 kB | |
| springdoc-openapi v2.8.14 released! source code.tar.gz | 2025-11-02 | 1.3 MB | |
| springdoc-openapi v2.8.14 released! source code.zip | 2025-11-02 | 6.9 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
What's Changed
- disable "/v3/api-docs", and "/swagger-ui.html" by default and upgrade to Scalar 0.2.1 by @zakaria-shahen in https://github.com/springdoc/springdoc-openapi/pull/3090
- Upgrade swagger-core to version 2.2.38 by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3105
- fix:compatible with lower version of getOpenApi(). by @SkyeBeFreeman in https://github.com/springdoc/springdoc-openapi/pull/3107
- Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default (#3090) by @zakaria-shahen in https://github.com/springdoc/springdoc-openapi/pull/3122
Added
- [#3090] - Add logs to notify when SpringDocs/Scalar is enabled because SpringDocs/Scalar is enabled by default
Changed
- Upgrade swagger-ui to v5.30.1
- Upgrade swagger-core to v2.2.38
- Upgrade spring-boot to v3.5.7
- Upgrade commons-lang3 to v3.18.0
- Upgrade scalar to v0.3.12
Fixed
- [#3107] - Fix:compatible with lower version of getOpenApi().
- [#3121] - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null
New Contributors
- @zakaria-shahen made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3090
- @SkyeBeFreeman made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3107
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.13...v2.8.14