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

WireMockSpring.config() replaced by WireMockSpring.options() at javadoc

waiting-for-triage

Fix improperly accessed optional values; ServerDslProperty incorrectly wrapped by OptionalProperty Fixes gh-1808

waiting-for-triage

## Bug description `optional` around `ClientDslProperty`/`ServerDslProperty` properties such as `anyOf`, `anyNonBlankString`, `anyEmail`, etc. produce wrong output, like `OPTIONAL>>ClientDslProperty{\nclientValue=^FOO$|^BAR$, \n\tserverValue=FOO}

waiting-for-triage

It would be nice to be able to mark fields as optional and for a test to be generated with and without the optional field. For example: In my body...

enhancement
help wanted

**Describe the bug** I want to write tests in Kotlin for an SOAP service and there is a problem with child namespaces. Child node's namespaces break the application during build....

bug

Hi, In Summary Spring Cloud Contract and spring cloud stream test binder in batch mode are not working quite right. I have a boot 2.6.8 Cloud 2021.0.3 project https://github.com/davidmelia/spring-boot-webflux-avro-sink-only-batch which...

waiting-for-triage

As a developer developing contracts I would like to package tests into JAR so that it is possible to execute in other project. Currently running tests that are residing in...

waiting for feedback

**Describe the bug** [gradle-plugin] spring-boot: **2.7.0** [gradle-plugin] spring-cloud-contract: **3.1.3** springCloudVersion: **2021.0.3** Generated `ContractVerifier` class seem to exclude fields assertion for array dataset. **Sample** Given the following contract ```groovy package contracts;...

bug

Hello, I'm using `Spring Boot 2.6.3` and `Spring Cloud Contract 3.1.0` and `Jackson 2.11.3` when writing contract ttests. This issue might be possibly related to the Maven plugin. I am...

feedback-provided

**Describe the bug** Spring cloud contract version `2021.0.3` causes the following error when running contract tests `javax.script.ScriptException: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during file facade code generation File being compiled:...

waiting-for-triage