springdoc-openapi v1.6.15 released!
What's Changed
- Fix IntelliJ instructions by @westse in #2052
- Issue #2054: Add copyright and license information to Jar. by @tobi5775 in #2055
- When getting ExceptionHandler in the controller, use target class in … by @uc4w6c in #2099
- Fixed a bug that a NullPointerException is thrown when the descriptio… by @uc4w6c in #2111
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.
New Contributors
Full Changelog: v1.6.14...v1.6.15