Skip to content

Conversation

@OzgaRobert
Copy link
Contributor

mappingPath method used a unresolved value as property lockup key.
So by default we were looking for "${springfox.documentation.swagger.v2.path}" property instead of "springfox.documentation.swagger.v2.path"

Because of this bug it was impossible to use springfox.documentation.swagger.v2.path property to change default mapping.

mappingPath method used a unresolved value as property lockup key. So by default we were looking for "${springfox.documentation.swagger.v2.path}" property instead of "springfox.documentation.swagger.v2.path"
@codecov
Copy link

codecov bot commented May 9, 2017

Codecov Report

Merging #1806 into master will not change coverage.
The diff coverage is 100%.

@@ Coverage Diff @@ ## master #1806 +/- ## ======================================== Coverage 91.4% 91.4% Complexity 2515 2515 ======================================== Files 299 299 Lines 5761 5761 Branches 478 478 ======================================== Hits 5266 5266 Misses 412 412 Partials 83 83
@dilipkrish
Copy link
Member

Thanks for the finding that and for the PR! 🙇

@dilipkrish dilipkrish added the PR label May 9, 2017
@dilipkrish dilipkrish added this to the 2.7.0 milestone May 9, 2017
@dilipkrish dilipkrish merged commit d1e62b4 into springfox:master May 9, 2017
@dilipkrish dilipkrish mentioned this pull request May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants