Added
- #3208 - Add support for
springdoc.swagger-ui.document-titleproperty to customize the browser tab title
Changed
- Upgrade Spring Boot to version 3.5.11
- Upgrade swagger-core to version 2.2.43
- Upgrade swagger-ui to version 5.32.0
- Upgrade Scalar to version 0.5.55
Fixed
- #3230 – Scalar source URLs resolve to
null/<groupName>on second request when usingGroupedOpenApi - #3226 – Propagate
@JsonViewcontext when resolvingPage<T>schema inPageOpenAPIConverter - #3205 – springdoc-ui does not work with native compile GraalVM 25
- #3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
- #3193 – OpenApi field in
SpringDocConfigPropertiesdoes not comply with camelCase naming conventions - #3161 – Prevent duplicate
_linksinallOfchild schemas extendingRepresentationModel - Fix type annotation not considered when Kotlin is not present
- Fix property resolution for parameter default values
What's Changed
- Update CONTRIBUTING.adoc by @gwr0-0 in #3209
- Upgrade swagger-core from version 2.2.41 to 2.2.42 by @Mattias-Sehlstedt in #3206
- Fix Gradle dependencies in README by @minseo6753 in #3190
- Fix: Property resolution for parameter default values by @Mattias-Sehlstedt in #3198
- fix(#3161): Prevent duplicate _links in allOf child schemas by @huisoo in #3199
- feat(swagger-ui): add
springdoc.swagger-ui.document-titleproperty by @ardaaltinors in #3208 - docs: fix typos and correct Gradle artifact IDs by @vidya381 in #3211
- fix: add so that the type annotation is considered again if kotlin is not present by @Mattias-Sehlstedt in #3215
- Improve README by @bwaldvogel in #3217
- Upgrade swagger-core from version 2.2.42 to 2.2.43 by @Mattias-Sehlstedt in #3219
- fix: propagate JsonView context when resolving Page schema by @Akila-1329 in #3226
New Contributors
- @gwr0-0 made their first contribution in #3209
- @minseo6753 made their first contribution in #3190
- @huisoo made their first contribution in #3199
- @ardaaltinors made their first contribution in #3208
- @vidya381 made their first contribution in #3211
- @bwaldvogel made their first contribution in #3217
- @Akila-1329 made their first contribution in #3226
Full Changelog: v2.8.15...v2.8.16