- Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Milestone
Description
#2.6.0 Release Notes
The one where spring data rest support lands!
The one that you've all been waiting for :)

image courtesy @SWildlifepics
This is the initial support, its is still rough would love to have feedback to improve support.
PR's
Thank you for all your contributions!
- (Add pathsGroupedBy configuration of Swagger2Markup #1498) Add pathsGroupedBy configuration of Swagger2Markup @orevial
- (Intermediate push #1492) Intermediate push @davidnewcomb
- (remove duplicate enum values #1486) remove duplicate enum values @apixandru
- (Update common-problems.adoc #1483) Update common-problems.adoc @qwang1990
- (Initial support for spring-data-rest #1477) Initial support for spring-data-rest @dilipkrish
- (Fix mistype in documentation #1476) Fix mistype in documentation @mvpotter
- (Merge method-level and class-level @ApiResponses annotations. #1474) Merge method-level and class-level @ApiResponses annotations. @sworisbreathing
- (Supporting for hidden attribute of @ApiParam and @ApiModelProperty annotations. #1470) Supporting for hidden attribute of @ApiParam and @ApiModelProperty annotations. @MaksimOrlov
- (Fixing java.sql.Date to be a date in swagger instead of date-time #1469) Fixing java.sql.Date to be a date in swagger instead of date-time @mtalbot
- (Add 'example' in merged model #1463) Add 'example' in merged model @wssccc
- (java.sql.Date should become a "date" in JSON Schema output, according to docs #1456) java.sql.Date should become a "date" in JSON Schema output, according to docs @ssevertson
- (Update to use swagger2markup version 1.0+ #1448) Update to use swagger2markup version 1.0+ @ssevertson
- (upgrade to swagger-ui 2.2.0 #1445) upgrade to swagger-ui 2.2.0 @kevinchabreck
- (S3 maven repo #1388) S3 maven repo @jongo593
- (#1373 - Modified how to set jsonEditor parameter #1386) JSONEditor Error #1373 - Modified how to set jsonEditor parameter @miborra
- (Complex type support by @ModelAttribute #1350) Complex type support by @ModelAttribute @MaksimOrlov
Features
- (Define a reason for applying @ApiIgnore #1494) Define a reason for applying @ApiIgnore @gdrouet
- (Type-level @ApiResponses are ignored #1465) Type-level @ApiResponses are ignored looking-for-contributions @sworisbreathing
- (Support for rendering parameters and model attributes when no annotations are present #1444) Support for rendering parameters and model attributes when no annotations are present @tianchengbaihe
- (Mixing string and Properties parameters causes display error in 2.5.0 #1412) Mixing string and Properties parameters causes display error in 2.5.0 has-workaround @rherrick
- (Swagger ui dose not work when @RequestParam annotation dose not set to method parameter #1395) Swagger ui dose not work when @RequestParam annotation dose not set to method parameter @azizkhani
- (Ability to add custom ApiDescriptions not described via request mappings #1335) Ability to add custom ApiDescriptions not described via request mappings @romanwozniak
- (Utilize the jackson property definition to determine additional model information #1294) Utilize the jackson property definition to determine additional model information @dilipkrish
- (Make 'supportedSubmitMethods' configurable to enable and disable the "Try it out!" functionality #1286) Make 'supportedSubmitMethods' configurable to enable and disable the "Try it out!" functionality @mibeumer
- (@ResponseHeader description not generated in apidocs #1271) @ResponseHeader description not generated in apidocs @basvanstratum
- (Support VendorExtensions described as swagger schema #1137) Support VendorExtensions described as swagger schema @MinosPong
- (Add @JsonFormat support for date and time #1021) Add @jsonformat support for date and time @YLombardi
- (Integration with Spring-Data-Rest #699) Integration with Spring-Data-Rest @raranzueque
Bug fixes
- ("infinity" in allowableValues property of @ApiModelProperty annotation #1504) "infinity" in allowableValues property of @ApiModelProperty annotation @SomeoneToIgnore
- (Remove duplicate values in enum displays (case insensitive) #1485) Remove duplicate values in enum displays (case insensitive) @apixandru
- (Map<LocalDateTime, List<String>> not displayed correctly #1475) Map<LocalDateTime, List> not displayed correctly @jlaugesen
- (Springfox expects _links to be array, while Spring hateoas return _links as object #1440) Springfox expects _links to be array, while Spring hateoas return _links as object @jiangchuan1220
- (Explicit value JsonProperty ignored when PropertyNamingStrategy is configured #1436) Explicit value JsonProperty ignored when PropertyNamingStrategy is configured not-reproducable @mborkunov
- (Result of adding tags to docket in swagger configuration #1420) Result of adding tags to docket in swagger configuration @ChrisHartman
- (ApiResponses can not support custom status code such like 1010 #1380) ApiResponses can not support custom status code such like 1010 @dockerlet
- (Request header "Content-Type" is not being sent with request #1361) Request header "Content-Type" is not being sent with request wontfix @manish2aug
- (RequestParam with a map crashes swagger-ui #1353) RequestParam with a map crashes swagger-ui wontfix @BryceMehring
- (@ApiIgnore is not respected on a method (2.5.0-SNAPSHOT) #1346) @ApiIgnore is not respected on a method @ben
Noel-bk, rgsphilip, wssccc and BroHammie