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 #3123
- [Fix] Regression where content type from swagger @RequestBody does not take precedence by @Mattias-Sehlstedt in #3133
- docs(security): allow /v3/api-docs(.yaml) & Swagger UI when Spring Security is enabled (management port) by @RituMalav in #3150
- docs(management-port): add example for /v3/api-docs and Swagger UI (#… by @RituMalav in #3148
- Change so useReturnTypeSchema is considered on an http code level by @Mattias-Sehlstedt in #3141
- feat: add @order to ApplicationReadyEvent listener (#3151) by @WeisSebastian in #3153
- Remove unused operations consumer from route builder methods by @JohnNiang in #3183
- Disable creation of a blank GitHub issue by @Mattias-Sehlstedt in #3185
New Contributors
- @TiPo4u4eK made their first contribution in #3123
- @RituMalav made their first contribution in #3150
- @WeisSebastian made their first contribution in #3153
Full Changelog: v2.8.14...v2.8.15