| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-28 | 3.3 kB | |
| springdoc-openapi v2.8.16 released! source code.tar.gz | 2026-02-28 | 1.3 MB | |
| springdoc-openapi v2.8.16 released! source code.zip | 2026-02-28 | 7.0 MB | |
| Totals: 3 Items | 8.3 MB | 0 | |
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 https://github.com/springdoc/springdoc-openapi/pull/3209
- Upgrade swagger-core from version 2.2.41 to 2.2.42 by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3206
- Fix Gradle dependencies in README by @minseo6753 in https://github.com/springdoc/springdoc-openapi/pull/3190
- Fix: Property resolution for parameter default values by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3198
- fix(#3161): Prevent duplicate _links in allOf child schemas by @huisoo in https://github.com/springdoc/springdoc-openapi/pull/3199
- feat(swagger-ui): add
springdoc.swagger-ui.document-titleproperty by @ardaaltinors in https://github.com/springdoc/springdoc-openapi/pull/3208 - docs: fix typos and correct Gradle artifact IDs by @vidya381 in https://github.com/springdoc/springdoc-openapi/pull/3211
- fix: add so that the type annotation is considered again if kotlin is not present by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3215
- Improve README by @bwaldvogel in https://github.com/springdoc/springdoc-openapi/pull/3217
- Upgrade swagger-core from version 2.2.42 to 2.2.43 by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3219
- fix: propagate JsonView context when resolving Page<T> schema by @Akila-1329 in https://github.com/springdoc/springdoc-openapi/pull/3226
New Contributors
- @gwr0-0 made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3209
- @minseo6753 made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3190
- @huisoo made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3199
- @ardaaltinors made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3208
- @vidya381 made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3211
- @bwaldvogel made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3217
- @Akila-1329 made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3226
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.15...v2.8.16