Merge branch '2.2.x'

# Conflicts:
#	samples/standalone/dsl/http-server/src/main/java/com/example/fraud/MyProcessorListener.java
#	spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/cloud/ribbon/StubRunnerRibbonAutoConfiguration.java
#	spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/cloud/ribbon/StubRunnerRibbonBeanPostProcessor.java
#	spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/cloud/ribbon/StubRunnerRibbonConfiguration.java
#	spring-cloud-contract-stub-runner/src/main/java/org/springframework/cloud/contract/stubrunner/spring/cloud/ribbon/StubRunnerRibbonServerList.java
#	spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/stream/StreamMessageCollectorMessageReceiver.java
#	spring-cloud-contract-verifier/src/test/groovy/org/springframework/cloud/contract/verifier/messaging/stream/StreamStubMessagesSpec.groovy
#	tests/samples-messaging-stream/src/main/java/com/example/DeleteSink.java
This commit is contained in:
Olga Maciaszek-Sharma
2020-04-27 15:10:42 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM ubuntu:19.10
ARG SDKMAN_JAVA_INSTALLATION=8.0.242.hs-adpt
ARG SDKMAN_JAVA_INSTALLATION=8.0.252.hs-adpt
MAINTAINER Marcin Grzejszczak <mgrzejszczak@pivotal.io>

View File

@@ -1,6 +1,6 @@
FROM ubuntu:19.10
ARG SDKMAN_JAVA_INSTALLATION=8.0.242.hs-adpt
ARG SDKMAN_JAVA_INSTALLATION=8.0.252.hs-adpt
MAINTAINER Marcin Grzejszczak <mgrzejszczak@pivotal.io>

View File

@@ -54,7 +54,8 @@ The following example, from pom.xml, shows how to specify the base test class:
INFO: The baseClassForTests element lets you specify your base test class. It must be a child of a configuration element within spring-cloud-contract-maven-plugin.
Once the implementation and the test base class are in place, the tests pass, and both the application and the stub artifacts are built and installed in the local Maven repository. You can now merge the changes, and you can publish both the application and the stub artifacts in an online repository.
2.2. On the Consumer Side
== On the Consumer Side
You can use Spring Cloud Contract Stub Runner in the integration tests to get a running WireMock instance or messaging route that simulates the actual service.