Skip to content

Commit a6ea996

Browse files
committed
CHANGELOG.md update for the next release 1.6.15
1 parent 011a0ea commit a6ea996

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)