Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0938b4a

Browse files
committed
Preparing for 2.2.0 release
1 parent 5ae80a2 commit 0938b4a

2 files changed

Lines changed: 55 additions & 2 deletions

File tree

asciidoc/common-problems.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ A. Typically these are handled via `Docket#directModelSubstitute(LocalDateTime.c
4747
are ISO 8601 dates that conform to a string format i.e. `yyyy-MM-dd'T'HH:mm'Z'`. However you won't have any format or
4848
validation info.
4949

50-
*Q. How does one use @ModelAttribute annotation. It doesnt seem to render the model properties as scalar properties?*
50+
*Q. How does one use @ModelAttribute annotation. It doesn't seem to render the model properties as scalar properties?*
5151

52-
In order for @ModelAttribute annotated types to be infered the properties need to be bean properties.
52+
In order for @ModelAttribute annotated types to be inferred the properties need to be bean properties.

docs/release-notes.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# 2.2.0 Release notes
2+
Thank you as usual for everyone who contributed in some for or the other to make this product better!! This release
3+
sneaks in some features we're incubating to provide hypermedia support.
4+
5+
### Features
6+
- #866 Missing REST API descriptions in JSON @EranIsraeli
7+
- #861 Springfox #845: Configuration for global Operation-Parameters @GitVhaos
8+
- #834 OAUTH problem @dorukokan
9+
- #801 Allowable Values for enumerations on response models do not render options @GitVhaos
10+
- #766 springfox-swagger2 doesn't respect ApiModelProperty#position @olkulyk
11+
- #755 o.s.data.domain.Pageable - automatically add @ApiImplicitParams? @steve-oakey
12+
- #750 Same RequestMapping URL's containing different RequestParam gets overridden @rajeshkamal
13+
- #723 Models annotated with static JsonCreator factory methods do not render properly @who
14+
- #679 Reuse documentation across methods/types @hestad
15+
- #675 Tags in @ApiOperation are not rendered @who
16+
- #590 swagger2asciidoc converter @RobWin
17+
- #293 ModelProperty doesn't have a field for Min/Max @Charlie-IAS
18+
19+
### Bug fixes
20+
- #911 Documentation generate empty model when input is an interface but not always @Richou
21+
- #905 Uncaught TypeError: Cannot read property 'clientAuthorizations' of null @mongofish
22+
- #903 fix for issue #870. "click to authenticate" button not clickable @sloppycoder
23+
- #901 SpringFox no more compatible with Spring 3.2.x ? @Abdennebi 2.2.0
24+
- #897 Does springfox-swagger2:2.1.2 work with Scala? @cer
25+
- #885 Issue Related to #586 - Empty properties when using @JsonProperty but not using @JsonCreator @jreckner
26+
- #873 @ApiModelProperty hidden not working @ wind57
27+
- #737 Api annotation value should remain as-is @RobWin
28+
29+
#### Questions
30+
- #916 Error while deploying on cloud foundry -::0 can't find referenced pointcut model @brajput24
31+
- #915 ignored values in annotations @iiyam
32+
- #910 Support for Spring Boot Management endpoints @sbuettner
33+
- #908 Response 200 always added to POST / DELETE @tatabatyo
34+
- #902 @ApiImplicitParam: "array" dataType is getting resolved into "type":"ref" @anny-ts
35+
- #896 How to hide a parameter/field from an object annotated with @ModelAttribute @jmarinco
36+
- #893 Docket.ignoredParameterTypes() removes classes completly @thomseno
37+
- #892 Error at Spring Boot when testing @Ivan-Masli-GDP
38+
- #889 Can I set some flag to use the non minified swagger ui for debugging? has-workaround @mrgreen7
39+
- #874 springfox-staticdocs usage @EranIsraeli
40+
- #872 Range not respected by swagger ui for validation @wind57
41+
- #795 New to Springfox @Cpruce
42+
- #914 Does swagger2 have any support for java.time introduced in java8 can-use-for-docs @zhukboh
43+
- #912 @BeanParam-type request parameters aren't handled properly @ejain
44+
- #909 Bad URL when using "try it out!" swagger ui functionality with RequestParam (query param) @Fabrice-Deshayes-aka-Xtream
45+
- #907 @ApiModelProperty(allowableValues = "range[min, max]") not working @pn279j
46+
- #899 Swagger 2.1.2 deployment Error - Error creating bean with name 'apiDescriptionReader' @GLE81
47+
- #898 Is there a way to load my own ApiModelProperty annotation? @awenblue
48+
- #887 Question regarding query params @rcruzper
49+
- #882 I cannot get "definitions object" generated @lelininkas
50+
- #880 2.1.0 - nickname not getting honored as operationId @rajeshkamal
51+
- #877 Swagger Annotations Not Working, Using Springfox not-reproducable @samillm
52+
- #187 Custom Schemas for Models @anthonyroach
53+
154
# 2.1.2 Release notes
255
This release is mostly a stabilization release due to issues related to the introduction of using the spring caching abstraction.
356

0 commit comments

Comments
 (0)