GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1431
CAMEL-10767 Versions of swagger-models and swag... ...ger-parser in conflict A change was made to `swagger-modules` in `swagger-core`[1] (version 1.5.12) that changed `java.lang.Double` type with `java.math.BigDecimal` which in turn made `swager-parser` incompatible in the version used (1.0.22). This was later fixed in `swagger-parser`[2] and released as version 1.0.25. Version of `swagger-parser` updated to 1.0.25, added a test to parse the petstore example to catch any further version mismatches. [1] https://github.com/swagger-api/swagger-core/commit/208335a08cae610d3b5eaea75f5552efaf15477b [2] https://github.com/swagger-api/swagger-parser/commit/d7ac638f4355cc043a14dfcd244264aa1440c627 You can merge this pull request into a Git repository by running: $ git pull https://github.com/zregvart/camel CAMEL-10767 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1431.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1431 ---- commit 8fc774293dfa7a957829f35a27cba6943ab914b5 Author: Zoran Regvart <zo...@regvart.com> Date: 2017-01-30T17:48:16Z CAMEL-10767 Versions of swagger-models and swag... ...ger-parser in conflict A change was made to `swagger-modules` in `swagger-core`[1] (version 1.5.12) that changed `java.lang.Double` type with `java.math.BigDecimal` which in turn made `swager-parser` incompatible in the version used (1.0.22). This was later fixed in `swagger-parser`[2] and released as version 1.0.25. Version of `swagger-parser` updated to 1.0.25, added a test to parse the petstore example to catch any further version mismatches. [1] https://github.com/swagger-api/swagger-core/commit/208335a08cae610d3b5eaea75f5552efaf15477b [2] https://github.com/swagger-api/swagger-parser/commit/d7ac638f4355cc043a14dfcd244264aa1440c627 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---