File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.15] - 2023-03-07
9+
10+ ### Added
11+
12+ - #2006 - Support for nullable request parameters in Kotlin.
13+ - #2054 - Add copyright and license information to Jar.
14+ - #2021 - Required field in Schema annotation ignored in Kotlin.
15+ - #2094 - Initial support for Spring Authorization Server.
16+ ### Changed
17+
18+ - Upgrade spring-boot to 2.7.9
19+ - Upgrade swagger-core to 2.2.8
20+ - Upgrade swagger-ui to 4.17.1
21+
22+ ### Fixed
23+
24+ - #2010 - findByNameContainingIgnoreCaseAndDateBefore throw NullPointerException.
25+ - #2031 - Path variables parameters are not assigned correctly to endpoints.
26+ - #2038 - When extends JpaRepository, using @Parameter over the method results in duplicate of the same parameter.
27+ - #2046 - Map Fields Disappear with Groovy on Classpath.
28+ - #2051 - Malformed api-docs JSON when StringHttpMessageConverter is not active
29+ - #2062 - OperationCustomizer is not working with Spring Data REST.
30+ - #2098 - When getting ExceptionHandler in the controller, use target class in case of AOP Proxy.
31+ - #2107 - Ordering of GlobalOpenApiCustomizers different than for OpenApiCustomisers.
32+ - #2089 - Fixed a bug that a NullPointerException is thrown when the description field of RequestBody is null and there is a javadoc description.
33+ - #2104 - OpenAPI Extensions no longer work.
34+
835## [ 1.6.14] - 2022-12-16
936
1037### Added
You can’t perform that action at this time.
0 commit comments