spring-cloud-contract icon indicating copy to clipboard operation
spring-cloud-contract copied to clipboard

Support for Consumer Driven Contracts in Spring

Results 123 spring-cloud-contract issues
Sort by recently updated
recently updated
newest added

I'm using the body matchers section of the contract to validate the userId field which must be an UUID. The problem arises when I build the project and generate the...

bug

I have a scenario where if a request has 1 element in the array then return 1 object in response and similarly if the request has n elements respond with...

waiting for feedback

**Describe the bug** > contractsRepositoryUrl: URL to a repository with the artifacts that have contracts. If it is not provided, use the current Maven ones. I've tried adding repositories to...

enhancement