Merged
requested to merge github/fork/DennisHartrampf/fix_10046_escape_quotes_in_array_example into master
Created by: DennisHartrampf
Escape quotes in example of array type in Schema and ApiModelProperty annotations
In #10046 (closed) it was reported that the generator kotlin-spring
generates invalid code when Swagger annotations are activated and you have a property in a schema that is of type array and has an example. Please see the issue for more details, also on how to test the fix.
The problem in the generated code was missing escapes in quotes of example
-property in @Schema
and @ApiModelProperty
annotations.
@jimschubert (2017/09)
fix #10046 (closed)
PR checklist
-
Read the contribution guidelines. -
Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community. -
Run the following to build the project and update samples: ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. -
File the PR against the correct branch: master
(6.0.1) (patch release),6.1.x
(breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks) -
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.