spring-cloud-contract-samples
spring-cloud-contract-samples copied to clipboard
Samples for Spring Cloud Contract project
Bumps `kotlin.version` from 1.6.21 to 1.7.0. Updates `kotlin-compiler` from 1.6.21 to 1.7.0 Release notes Sourced from kotlin-compiler's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...
Bumps `camel.version` from 3.13.0 to 3.17.0. Updates `camel-spring-boot-starter` from 3.13.0 to 3.17.0 Updates `camel-jackson` from 3.13.0 to 3.17.0 Updates `camel-xstream` from 3.13.0 to 3.17.0 Updates `camel-rabbitmq` from 3.13.0 to 3.17.0...
Bumps [spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) from 2.5.1.RELEASE to 2.5.2.RELEASE. Commits db9a73e Release 2.5.2.RELEASE 3379a36 Reset state for client authorization request ad62bd5 Update to maven-jxr-plugin:2.4 2b58aaf Polish gh-1941 e96d2c7 Polish logs e525a0e Update to...
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1. Release notes Sourced from maven-compiler-plugin's releases. 3.10.1 π New features and improvements [MCOMPILER-426] - add flag to enable-preview java compiler feature (#98) @βolamy π...
**Describe the bug** I've a consumer project which published a Pact contract to a remote pact repo successfully. Now I am trying to auto-generate the verifier test in Producer project...
Bumps [grpc-server-spring-boot-starter](https://github.com/yidongnan/grpc-spring-boot-starter) from 2.10.1.RELEASE to 2.13.1.RELEASE. Release notes Sourced from grpc-server-spring-boot-starter's releases. v2.13.1.RELEASE Dependencies Update to spring-boot v2.5.8 (was 2.5.7) to avoid accidentally referring to vulnerable log4j2 versions Update to...
Update Gradle Wrapper to 7.3.2. Read the release notes: https://docs.gradle.org/7.3.2/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release: `7.3.2` -...
# Preamble My setup contains the following modules: | Module name | Corresponding module in the samples | Description | |:-------------|:------------------------------------|:-----------------------| | my-contracts | beer_contracts | Module with contracts. |...
Confusing behaviour of serialization/deserialization of message in consumer_rabbit_middleware module
**Describe the bug** I am not sure if this is a bug but it concerns `consumer_rabbit_middleware` module. The message that is produced by `StubTrigger` is serialized twice. Therfore it results...