Skip to content

Commit 5456214

Browse files
committed
code review
1 parent 04bf27f commit 5456214

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.6.11] - 2022-08-21
8+
### Added
9+
- #1805 - Default flat param object
10+
### Changed
11+
- upgrade swagger-ui: 4.14.0
12+
### Fixed
13+
- #1801 - Duplicated header values when an endpoint can be called with different headers
14+
- #1801 - NPE for request bodies with content that has media type MULTIPART_FORM_DATA_VALUE
15+
- #1793 - Query parameter part of request body in controller with MultiPartFile
16+
- #1791 - Override-with-generic-response not working from 1.6.8 onwards
17+
- #1799 - Polymorphism - Support JsonTypeInfo.Id.CLASS
18+
719
## [1.6.10] - 2022-08-15
820
### Added
921
- #1700 - Support PageableDefault#value()

springdoc-openapi-common/src/main/java/org/springdoc/core/GenericResponseService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import java.lang.reflect.Type;
3030
import java.util.ArrayList;
3131
import java.util.Arrays;
32-
import java.util.HashMap;
3332
import java.util.HashSet;
3433
import java.util.LinkedHashMap;
3534
import java.util.List;

springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/v30/app192/HelloController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import io.swagger.v3.oas.annotations.parameters.RequestBody;
2929
import io.swagger.v3.oas.annotations.responses.ApiResponse;
3030
import io.swagger.v3.oas.annotations.responses.ApiResponses;
31+
3132
import org.springframework.http.HttpStatus;
3233
import org.springframework.http.MediaType;
3334
import org.springframework.http.ResponseEntity;

0 commit comments

Comments
 (0)