Bump springdoc-openapi-ui from 1.6.14 to 1.6.15
Bumps springdoc-openapi-ui from 1.6.14 to 1.6.15.
Release notes
Sourced from springdoc-openapi-ui's releases.
springdoc-openapi v1.6.15 released!
What's Changed
- Fix IntelliJ instructions by
@westse
in springdoc/springdoc-openapi#2052- Issue #2054: Add copyright and license information to Jar. by
@tobi5775
in springdoc/springdoc-openapi#2055- When getting ExceptionHandler in the controller, use target class in … by
@uc4w6c
in springdoc/springdoc-openapi#2099- Fixed a bug that a NullPointerException is thrown when the descriptio… by
@uc4w6c
in springdoc/springdoc-openapi#2111Added
- #2006 - Support for nullable request parameters in Kotlin.
- #2054 - Add copyright and license information to Jar.
- #2021 - Required field in Schema annotation ignored in Kotlin.
- #2094 - Initial support for Spring Authorization Server.
Changed
- Upgrade spring-boot to 2.7.9
- Upgrade swagger-core to 2.2.8
- Upgrade swagger-ui to 4.17.1
Fixed
- #2010 - findByNameContainingIgnoreCaseAndDateBefore throw NullPointerException.
- #2031 - Path variables parameters are not assigned correctly to endpoints.
- #2038 - When extends JpaRepository, using
@Parameter
over the method results in duplicate of the same parameter.- #2046 - Map Fields Disappear with Groovy on Classpath.
- #2051 - Malformed api-docs JSON when StringHttpMessageConverter is not active
- #2062 - OperationCustomizer is not working with Spring Data REST.
- #2098 - When getting ExceptionHandler in the controller, use target class in case of AOP Proxy.
- #2107 - Ordering of GlobalOpenApiCustomizers different than for OpenApiCustomisers.
- #2089 - Fixed a bug that a NullPointerException is thrown when the description field of RequestBody is null and there is a javadoc description.
- #2104 - OpenAPI Extensions no longer work.
New Contributors
@westse
made their first contribution in springdoc/springdoc-openapi#2052@tobi5775
made their first contribution in springdoc/springdoc-openapi#2055Full Changelog: https://github.com/springdoc/springdoc-openapi/compare/v1.6.14...v1.6.15
Changelog
Sourced from springdoc-openapi-ui's changelog.
[1.6.15] - 2023-03-07
Added
- #2006 - Support for nullable request parameters in Kotlin.
- #2054 - Add copyright and license information to Jar.
- #2021 - Required field in Schema annotation ignored in Kotlin.
- #2094 - Initial support for Spring Authorization Server.
Changed
- Upgrade spring-boot to 2.7.9
- Upgrade swagger-core to 2.2.8
- Upgrade swagger-ui to 4.17.1
Fixed
- #2010 - findByNameContainingIgnoreCaseAndDateBefore throw NullPointerException.
- #2031 - Path variables parameters are not assigned correctly to endpoints.
- #2038 - When extends JpaRepository, using
@Parameter
over the method results in duplicate of the same parameter.- #2046 - Map Fields Disappear with Groovy on Classpath.
- #2051 - Malformed api-docs JSON when StringHttpMessageConverter is not active
- #2062 - OperationCustomizer is not working with Spring Data REST.
- #2098 - When getting ExceptionHandler in the controller, use target class in case of AOP Proxy.
- #2107 - Ordering of GlobalOpenApiCustomizers different than for OpenApiCustomisers.
- #2089 - Fixed a bug that a NullPointerException is thrown when the description field of RequestBody is null and there is a javadoc description.
- #2104 - OpenAPI Extensions no longer work.
Commits
-
b5c2e9d
[maven-release-plugin] prepare release v1.6.15 -
218f8bc
workaround for spring-projects/spring-data-jpa#2812 -
e2e639f
fix update #2094 -
f0be53e
code review -
a6ea996
CHANGELOG.md update for the next release 1.6.15 -
011a0ea
spring-boot upgrade to version 2.7.9 -
84b45e9
code review -
2a18a66
Merge branch 'uc4w6c-fix_npe_request_body_service' -
ee0aee2
Merge branch 'fix_npe_request_body_service' of https://github.com/uc4w6c/spri... -
82d46fd
OpenAPI Extensions no longer work. Fixes #2104 - 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