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

Support for Consumer Driven Contracts in Spring

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

**Is your feature request related to a problem? Please describe.** We utilize contract tests to test our projects and rely on a passing build to signify that our project is...

enhancement
help wanted
good first issue
status: reserved-for-conference-event

https://jenkins.spring.io/view/Spring%20Cloud/view/CI.Kilburn/job/spring-cloud-contract-Kilburn-main-openjdk17-ci/1/

bug

Removed Eureka in this commit https://github.com/spring-cloud/spring-cloud-contract/commit/857a2896e3d79f692fc4b537e57b01d9d4a3d6e7

waiting-for-triage

**Describe the bug** Please provide details of the problem, including the version of Spring Cloud that you are using. If you run the stub runner boot application with a path...

bug

**Describe the bug** Hi, I'm trying to use Spring Cloud Contract with RabbitMQ and with method sendAndReceive from Spring AMQP. I hit the point when I'm trying to send request...

bug

**Describe the bug** When running with only JUnit5 on the classpath, the tests get generated successfully, but they do not execute. This is due to the `useJUnitPlatform` configuration for the...

bug

Having yaml like this: ... response: ... body: someBoolean: true someNumber: 1 someString: "str" Json file created by conversion using PactContractConverter has 'someBoolean' field missing, while other fields are present....

bug
help wanted

I am using the ToFileContractsTransformer in version 3.0.4 to generate a PACT file from a Contract for HTTP as described in the reference documentation : https://docs.spring.io/spring-cloud-contract/docs/3.0.0/reference/htmlsingle/#how-to-generate-pact-from-scc. My Contract looks like...

bug

**Is your feature request related to a problem? Please describe.** I'm testing an endpoint of my API using the following contract: ``` groovy package contracts.setup_plans import org.springframework.cloud.contract.spec.Contract Contract.make { request...

enhancement

**Description:** There were some discussions related to the subject of that issue. See here: [issue#1](https://github.com/spring-cloud/spring-cloud-contract/issues/1255) [issue#2](https://github.com/spring-cloud/spring-cloud-contract/issues/1251) It seems like there is a request for such functionality. **Possible approach** From my...

enhancement
waiting-for-votes