Bump springdoc-openapi-ui from 1.5.4 to 1.5.6
Bumps springdoc-openapi-ui from 1.5.4 to 1.5.6.
Release notes
Sourced from springdoc-openapi-ui's releases.
springdoc-openapi v1.5.6 released!
[1.5.6] - 2021-03-16
Added
- #1107 - use HTTP 302 status for UI redirect
- #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
- #1085 - enable recalculating oauth2 redirect url while cache is disable
Changed
- Upgrade swagger-ui version to: 3.45.0
- Upgrade swagger-core to v2.1.7
Fixed
- #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
- #1083 - Spring Data Rest: No model for Paged Collection.
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
- #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.
- #1095 - Spring Data Rest: Exception while generating api doc with inheritance
- #1098 - NullPointerException: Cannot invoke "java.util.Map.forEach(java.util.function.BiConsumer)" because "properties" is null.
- #1097 - ConversionFailedException: When accessing v3/api-docs.
- #1105 - Collection methods are added to the supported entity methods.
- #1106 - Required
multipart/form-data
parameters not reflected in generated schema.- #1096 - Fix certain
WebConversionServiceProvider#convert
calls by supplying contextual informationspringdoc-openapi v1.5.5 released!
Added
- #1050 - Add support for addPathPrefix with Webflux swagger-ui.
- #1059 - Support per method security requirement in RepositoryRestResource.
Changed
- Upgrade versions: spring-boot to 2.4.3 and swagger-ui to 3.44
Fixed
- #1068 - Spring Data Rest: Wrong response schema after POST,PUT,PATCH operations.
- #1073 - Springdocs doesn't detect header declarations in class level
@RequestMapping
s.- #1069 - Spring Data Rest: Wrong response schema for collection relations.
- #1070 - Spring Data Rest: Collection models generated with non-HAL content.
- #1075 - QuerydslBinderCustomizer alias being removed when using excludeUnlistedProperties.
Changelog
Sourced from springdoc-openapi-ui's changelog.
[1.5.6] - 2021-03-16
Added
- #1107 - use HTTP 302 status for UI redirect
- #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
- #1085 - enable recalculating oauth2 redirect url while cache is disable
Changed
- Upgrade swagger-ui version to: 3.45.0
- Upgrade swagger-core to v2.1.7
Fixed
- #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
- #1083 - Spring Data Rest: No model for Paged Collection.
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
- #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.
- #1095 - Spring Data Rest: Exception while generating api doc with inheritance
- #1098 - NullPointerException: Cannot invoke "java.util.Map.forEach(java.util.function.BiConsumer)" because "properties" is null.
- #1097 - ConversionFailedException: When accessing v3/api-docs.
- #1105 - Collection methods are added to the supported entity methods.
- #1106 - Required
multipart/form-data
parameters not reflected in generated schema.- #1096 - Fix certain
WebConversionServiceProvider#convert
calls by supplying contextual information[1.5.5] - 2021-02-28
Added
- #1050 - Add support for addPathPrefix with Webflux swagger-ui.
- #1059 - Support per method security requirement in RepositoryRestResource.
Changed
- Upgrade versions: spring-boot to 2.4.3 and swagger-ui to 3.44
Fixed
- #1068 - Spring Data Rest: Wrong response schema after POST,PUT,PATCH operations.
- #1073 - Springdocs doesn't detect header declarations in class level
@RequestMapping
s.- #1069 - Spring Data Rest: Wrong response schema for collection relations.
- #1070 - Spring Data Rest: Collection models generated with non-HAL content.
- #1075 - QuerydslBinderCustomizer alias being removed when using excludeUnlistedProperties.
Commits
-
b0b98c6
[maven-release-plugin] prepare release v1.5.6 -
8d9bdb5
CHANGELOG.md update for next release -
f505a5d
Merge branch 'Daimler-bugfix/respect_cache_disabled' -
0a6340b
code review -
0886ef0
code review -
5c7f784
Requiredmultipart/form-data
parameters not reflected in generated schema. ... -
5b992a8
code review -
963db04
upgrade swagger-core to v2.1.7 -
202a535
Upgrade swagger-ui version to: 3.45.0 -
2f47250
Merge pull request #1107 from d3ns0n/unify-redirect-response-code - Additional commits viewable in compare view