Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
v2.8.8
Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.7...v2.8.8
Fixed
springdoc-openapi v2.8.7 released!
What's Changed
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
- #2556 - Unable to determine if it is a Kotlin type
New Contributors
@lagoshny
made their first contribution in springdoc/springdoc-openapi#2970@mymx2
made their first contribution in springdoc/springdoc-openapi#2950Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v2.8.6...v2.8.7
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
[2.8.8] - 2025-05-04
Fixed
[2.8.7] - 2025-05-04
Added
- #2944 - Introducing springdoc-openapi-bom project
- #2948 - Customize Servers via application.yml
- #2963 - Set default content type for problem details object to application/problem+jso
- #2971 - List of value classes in Kotlin
Changed
- Upgrade swagger-ui to v5.21.0
- Upgrade swagger-core to 2.2.30
- Upgrade spring-boot to version 3.4.5
- Upgrade spring-security-oauth2-authorization-server to version 1.4.3
Fixed
- #2947 - Unexpected warning "Appended trailing slash to static resource location"
- #2960 - NPE when customizing group's open-api without specifying any schema
- #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
- #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
- #2972 -
@Header
(schema =@Schema
(type = "string")) generates empty or broken schema in OpenAPI output since 2.8.0- #2976, #2967 - Build Failure due to Private Inner Class.
bce44db
[maven-release-plugin] prepare release v2.8.8707fce0
Handle projects not using kotlin-reflect. Fixes #29777a3546c
[maven-release-plugin] prepare for next development iteration764ef2f
[maven-release-plugin] prepare release v2.8.798dacbd
Prepare for the next release5eb7d77
pom.xml cleanup for #29449dffa3d
pom.xml cleanup for #2944a68b42e
List of value classes in Kotlin. Fixes #297195fa3bb
Regression: @Header
(schema = @Schema
(type =
"string")) generates empty or bro...3d056d8
Build Failure due to Private Inner Class. Fixes #2976,
#2967