- Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
- What version of the library are you using?
latest master (commit b1cf952), but the same applies for version 2.8.0 tag (commit b37d9c0)
What kind of issue is this?
- Bug report.
- there are test failures when running tests on Windows (using
gradlew clean build). Doesn't matter if using Java 8 or java 7 (also tried Java 6, but that didn't work because of Gradle version)
- there are test failures when running tests on Windows (using
Failing tests:
- FunctionContractSpec. should honor api v1.2 contract [declaration-concrete-controller.json] at endpoint [/default/concrete-controller] (fixed by: e83be4c)
- FunctionContractSpec. should honor api v1.2 contract [declaration-feature-demonstration-service.json] at endpoint [/default/feature-demonstration-service]
- FunctionContractSpec. should honor api v1.2 contract [declaration-pet-service.json] at endpoint [/default/pet-service] (fixed by: e83be4c)
- FunctionContractSpec. should honor swagger resource listing
- FunctionContractSpec. should honor swagger v2 resource listing bugs
- FunctionContractSpec. should honor swagger v2 resource listing bugsDifferent
- FunctionContractSpec. should honor swagger v2 resource listing concrete
- FunctionContractSpec. should honor swagger v2 resource listing featureService