Skip to content

Commit

Permalink
#32 : Added patch for Swagger bug
Browse files Browse the repository at this point in the history
See: swagger-api/swagger-core#2979 and
springfox/springfox#2265

Upgrading to swagger-models 1.5.21 is the long term fix.
  • Loading branch information
gazbert committed Apr 4, 2020
1 parent 0ea9915 commit 550c604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public ResponseEntity<Resource> downloadLogfile(
@GetMapping(value = LOGFILE_RESOURCE_PATH)
public ResponseEntity<String> getLogfile(
@ApiIgnore Principal principal,
@ApiParam(value = "Number of lines to fetch from head of file.")
@ApiParam(value = "Number of lines to fetch from head of file.", example = "100")
@RequestParam(required = false)
Integer head,
@ApiParam(value = "Number of lines to fetch from tail of file.", example = "100")
Expand Down

0 comments on commit 550c604

Please sign in to comment.