| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-01 | 2.9 kB | |
| springdoc-openapi v2.9.0 released! source code.tar.gz | 2026-08-01 | 1.4 MB | |
| springdoc-openapi v2.9.0 released! source code.zip | 2026-08-01 | 7.0 MB | |
| Totals: 3 Items | 8.4 MB | 0 | |
What's Changed
- Fix version mismatch in springdoc-openapi-tests: update sub-modules to 2.8.18-SNAPSHOT by @ankushsurani in https://github.com/springdoc/springdoc-openapi/pull/3262
- Upgrade swagger-core from version 2.2.47 to 2.2.48 by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3266
- Add mechanism to disable nullable for Kotlin properties by @0xabadea in https://github.com/springdoc/springdoc-openapi/pull/3269
- Stabilize Spring Data Page schema property order by @dpkass in https://github.com/springdoc/springdoc-openapi/pull/3281
- Upgrade swagger-core from version 2.2.48 to 2.2.49 by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3284
- Fix vulnerabilities: upgrade spring boot to 3.5.14 and swagger-ui to 5.32.5 by @Axel-1 in https://github.com/springdoc/springdoc-openapi/pull/3291
- Make WebProperties and WebMvcProperties optional in SwaggerConfig by @seonwooj0810 in https://github.com/springdoc/springdoc-openapi/pull/3292
- chore: act upon SonarQube warnings by @Mattias-Sehlstedt in https://github.com/springdoc/springdoc-openapi/pull/3306
- Upgrade Spring Boot to version 3.5.16
- Upgrade swagger-core to version 2.2.52
- Upgrade swagger-ui to version 5.32.11
- Upgrade commons-lang to version 3.20.0
- Act upon SonarQube warnings (#3306, [#3307])
Added
- Allow request-specific Swagger UI index transformation
- Add a mechanism to disable
nullablefor Kotlin properties
Fixed
- [#3304] – Kotlin parent class's field is not properly marked as nullable
- [#3298] – Update Spring Boot to 3.5.16
- [#3294] – Duplicated path getting
swagger-config - [#3293] – Inconsistent OpenAPI schema naming with
SNAKE_CASE: some Java record fields remain camelCase - [#3291] – Fix vulnerabilities: upgrade Spring Boot to 3.5.14 and swagger-ui to 5.32.5
- [#3288] – Make
WebPropertiesandWebMvcPropertiesoptional inSwaggerConfig - [#3281] – Stabilize Spring Data
Pageschema property order - [#3274] – Description disappears from the generated JSON after upgrade to 3.0.3
- [#3270] – Validation annotation of
ParameterObjectproperty applied toPathVariablewith the same name, even in unrelated endpoints - [#3263] – Null key for a
Mapnot allowed in JSON -
[#3262] – Fix version mismatch in
springdoc-openapi-testsmodules
New Contributors
- @ankushsurani made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3262
- @0xabadea made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3269
- @dpkass made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3281
- @Axel-1 made their first contribution in https://github.com/springdoc/springdoc-openapi/pull/3291
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.17...v2.9.0