| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-01 | 3.1 kB | |
| springdoc-openapi v2.8.15 released! source code.tar.gz | 2026-01-01 | 1.3 MB | |
| springdoc-openapi v2.8.15 released! source code.zip | 2026-01-01 | 6.9 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
Added
- [#3122] – Add log notifications when SpringDocs / Scalar are enabled by default
- [#3123] – Add support for serving static resources
- [#3151] – Add
@OrdertoApplicationReadyEventlistener - [#3158] – Add support for API groups in Scalar
- [#3187] – Add Scalar WebMVC and WebFlux support
- [#3185] – Disable creation of blank GitHub issues (GitHub settings & workflow)
- [#3186] – Decouple Web Server APIs following Spring Boot modularization
- [#3131] - Improve warning messages when documentation is explicitly enabled
- [#3183] - Remove unused operations consumer from route builder methods
- [#3141] - Change handling so
useReturnTypeSchemais evaluated at HTTP status code level instead of method level
Changed
- Upgrade Spring Boot to version 3.5.9
- Upgrade swagger-core to version 2.2.41
- Upgrade swagger-ui to version 5.31.0
- Upgrade Scalar to version 0.4.3
Fixed
- [#3133] – Fix regression where content type from Swagger
@RequestBodydid not take precedence - [#3146] – Fix WebJar resource handler mappings for Swagger UI resources
- [#3168] – Support
@Schemaannotations on Kotlin value classes - [#3178] – Fix regression when generating documentation for Kotlin
LinkedHashSet - [#3170] – Fix warnings when setting title and description in
application.yml - [#3187] – Add scalar scalar-webmvc and scalar-webflux support
What's Changed
- feat: static resources by @TiPo4u4eK in https://github.com/springdoc/springdoc-openapi/pull/3123
- [Fix] Regression where content type from swagger @RequestBody does not take precedence by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3133
- docs(security): allow /v3/api-docs(.yaml) & Swagger UI when Spring Security is enabled (management port) by @RituMalav in https://github.com/springdoc/springdoc-openapi/pull/3150
- docs(management-port): add example for /v3/api-docs and Swagger UI (#… by @RituMalav in https://github.com/springdoc/springdoc-openapi/pull/3148
- Change so useReturnTypeSchema is considered on an http code level by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3141
- feat: add @Order to ApplicationReadyEvent listener (#3151) by @WeisSebastian in https://github.com/springdoc/springdoc-openapi/pull/3153
- Remove unused operations consumer from route builder methods by @JohnNiang in https://github.com/springdoc/springdoc-openapi/pull/3183
- Disable creation of a blank GitHub issue by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3185
New Contributors
- @TiPo4u4eK made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3123
- @RituMalav made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3150
- @WeisSebastian made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3153
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.14...v2.8.15