forked from springfox/springfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create a FormParameter model object instead of BodyParameter for fields that are part of a multipart form (in=formData). * Adapted behavior of ParameterMapper and added tests. * Fix contract tests. * Reduce diff from master contract files. * Bump mixin-deep from 1.3.1 to 1.3.2 in /springfox-swagger-ui/src/web Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]> * [fix issue 3118] discriminator not set to discriminator from model * fix discriminator usage in test templates * springfox#182 Fix sort ordering. * springfox#182 Fix checkstyle. * springfox#182 Fix resource listing. * springfox#182 Fix Webflux tests. * Bump swagger-ui depdency Security fix detailed in swagger-ui's release notes. https://github.com/swagger-api/swagger-ui/releases/tag/v3.23.11 * Set the basePath using the request context path if present This allows the X-Forwarded-Prefix header to work correctly * Updated spring dependencies to spring 5.2.0 and spring boot 2.2.0, fixed changed interfaces * Added documentationType in DocPluginManager tests * Fixed typo (springfox#3161) * springfox#2932 - Removed trailing space * springfox#2932 - Spring HATEOAS 1.0.0.RELEASE * springfox#2932 - Spring Data REST 3.2.0.RELEASE * springfox#2932 - fix hateos collectionModel rule * Fixed checkstyle issues in ParameterMapper.java Signed-off-by: Martin Kremers <[email protected]> * More test cases for parameter Mapper spec Signed-off-by: Martin Kremers <[email protected]> * fix for issue springfox#3178 replace new FileInputStream(resource.getFile()) with springfox#3178 * reéoved unused import * added test for coverage * springfox#3189 - handle defaults in Spring placeholders * springfox#3189 - return default value if property not found in environment * springfox#2932: Fixed import for model test. * springfox#2932: Minor version upgrades of spring dependencies. Aligned contract tests with Spring HATEOAS 1.x. Fixed wrong client encoding used in tests. * jackson 2.10.1 * Bump handlebars from 4.1.2 to 4.5.3 in /springfox-swagger-ui/src/web Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <[email protected]> * Update test to pass when running on Windows. * Upgrade to version of swagger which fixes css injection vulnerability as defined in https://github.com/tarantula-team/CSS-injection-in-Swagger-UI Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Bissell <[email protected]> Co-authored-by: Maksim Orlov <[email protected]> Co-authored-by: Steven Locke <[email protected]> Co-authored-by: Jerry Collings <[email protected]> Co-authored-by: JoGir <[email protected]> Co-authored-by: Andree Wormuth <[email protected]> Co-authored-by: Martin Kremers <[email protected]> Co-authored-by: Olivier Gérardin <[email protected]> Co-authored-by: Andreas Kluth <[email protected]> Co-authored-by: sullis <[email protected]> Co-authored-by: Dilip Krishnan <[email protected]>
- Loading branch information
1 parent
fb478cf
commit b09f7cf
Showing
55 changed files
with
1,241 additions
and
1,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.