Bump springdoc-openapi-ui from 1.6.15 to 1.7.0
Bumps springdoc-openapi-ui from 1.6.15 to 1.7.0.
Release notes
Sourced from springdoc-openapi-ui's releases.
springdoc-openapi v1.7.0 released!
What's Changed
- Super tiny fix typo by
@fzyzcjy
in springdoc/springdoc-openapi#2121- Fixed a bug that javadoc of record class parameters was not recognize… by
@uc4w6c
in springdoc/springdoc-openapi#2140- Fix spring authorization server response. Fixes #2123 by
@uc4w6c
in springdoc/springdoc-openapi#2141- bug: Fix properties
show-oauth2-endpoints
andSpringDocConfigProperties#showOauth2Endpoint
properties name mismatch by@Hccake
in springdoc/springdoc-openapi#2148- Add failing test with multiple locales and customizing servers by
@harsel
in springdoc/springdoc-openapi#2156- Request parameters with default values are marked as required. Fixes #2149 by
@tobiberger
in springdoc/springdoc-openapi#2158- #2152 Detect directions in default sort values by
@onacit
in springdoc/springdoc-openapi#2159- Add request parameter for token endpoint by
@uc4w6c
in springdoc/springdoc-openapi#2167- Fixed DefaultFlatParamObject to work with annotated parameters. Fixes… by
@uc4w6c
in springdoc/springdoc-openapi#2183Added
- #2152 - Detect directions in default sort values
- #2167 #2166 - Add request parameter for token endpoint
- #2188 - Support of {*param} path patterns
Changed
- Upgrade spring-boot to 2.7.10
- Upgrade swagger-core to 2.2.9
- Upgrade swagger-ui to 4.18.2
- Spring Native is now superseded by Spring Boot 3 official
- #2173 - Remove webjars-locator-core
Fixed
- #2122 - Super tiny fix typo
- #2131 - Fixed a bug that javadoc of record class parameters was not recognized.
- #2140 - Javadoc record class parameters not recognized
- #2123 #2141 - fix spring authorization server response.
- #2148 - Fix properties show-oauth2-endpoints and SpringDocConfigProperties#showOauth2Endpoint properties name mismatch
- #2149 - Request parameters with default values are marked as required.
- #2155 - openApi.getServers() is null in OpenApiCustomiser when using different locales.
- #2152 - Redundant(wrong) direction appended to
@PageableDefault
.- #2181 #2183 - Fixed DefaultFlatParamObject to work with annotated parameters.
- #2170 #2187 - All request parameters marked as required for Java controllers in mixed projects in 2.0.3
- #2165 - Custom Converters are not excluded if not registered for Http Message Converter.
- #2185 - Fix behaviour of required flag for schema class fields.
New Contributors
@harsel
made their first contribution in springdoc/springdoc-openapi#2156@tobiberger
made their first contribution in springdoc/springdoc-openapi#2158@onacit
made their first contribution in springdoc/springdoc-openapi#2159Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v1.6.15...v1.7.0
Changelog
Sourced from springdoc-openapi-ui's changelog.
[1.7.0] - 2023-04-01
Added
- #2152 - Detect directions in default sort values
- #2167 #2166 - Add request parameter for token endpoint
- #2188 - Support of {*param} path patterns
Changed
- Upgrade spring-boot to 2.7.10
- Upgrade swagger-core to 2.2.9
- Upgrade swagger-ui to 4.18.2
- Spring Native is now superseded by Spring Boot 3 official
- #2173 - Remove webjars-locator-core
Fixed
- #2122 - Super tiny fix typo
- #2131 - Fixed a bug that javadoc of record class parameters was not recognized.
- #2140 - Javadoc record class parameters not recognized
- #2123 #2141 - fix spring authorization server response.
- #2148 - Fix properties show-oauth2-endpoints and SpringDocConfigProperties#showOauth2Endpoint properties name mismatch
- #2149 - Request parameters with default values are marked as required.
- #2155 - openApi.getServers() is null in OpenApiCustomiser when using different locales.
- #2152 - Redundant(wrong) direction appended to
@PageableDefault
.- #2181 #2183 - Fixed DefaultFlatParamObject to work with annotated parameters.
- #2170 #2187 - All request parameters marked as required for Java controllers in mixed projects in 2.0.3
- #2165 - Custom Converters are not excluded if not registered for Http Message Converter.
- #2185 - Fix behaviour of required flag for schema class fields.
Commits
-
843bf1d
[maven-release-plugin] prepare release v1.7.0 -
bec1629
update dependency-check version to 8.2.1 -
1cc8d85
CHANGELOG.md prepare for 1.7.0 -
c536cef
Fix behaviuor of required flag for schema class fields. Fixes #2185 -
79fca7d
swagger-ui updated to version 4.18.2 -
39fd721
All request headers marked as required for Java controllers in mixed projects... -
c3de760
Custom Converters are not excluded if not registered for Http Message Convert... -
50b06ad
Support of {*param} path patterns is broken in 1.6.15. Fixes #2188 -
4d06552
Merge pull request #2183 from uc4w6c/fix_DefaultFlatParamObject -
a70f518
All request parameters marked as required for Java controllers in mixed proje... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts