From 8a5e6b90614a7da5dd84614acab88a6dc4aebf3a Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Tue, 5 Sep 2017 13:30:28 +0000
Subject: [PATCH] Sync docs from 2.0.x to gh-pages
---
2.0.x/multi/multi__migrations.html | 3 +-
...ti__spring_cloud_contract_stub_runner.html | 4 -
.../multi__stub_runner_for_messaging.html | 86 ++--------
2.0.x/multi/multi_spring-cloud-contract.html | 2 +-
2.0.x/single/spring-cloud-contract.html | 95 ++---------
2.0.x/spring-cloud-contract.xml | 160 +++---------------
6 files changed, 61 insertions(+), 289 deletions(-)
diff --git a/2.0.x/multi/multi__migrations.html b/2.0.x/multi/multi__migrations.html
index 1ad50d32d7..acfcfaa6a0 100644
--- a/2.0.x/multi/multi__migrations.html
+++ b/2.0.x/multi/multi__migrations.html
@@ -82,4 +82,5 @@ all mappings available in a single HttpServerStub.
issue 355.
11.2.2 New packages for generated tests
The flow for setting the generated tests package name will look like this:
- pick
basePackageForTests - if
basePackageForTests wasn’t set pick the package from baseClassForTests - if
baseClassForTests wasn’t set pick packageWithBaseClasses - if nothing got set pick the default
org.springframework.cloud.contract.verifier.tests value
Related to
issue 260.
11.2.3 New methods in TemplateProcessor
In order to add support for fromRequest.path some methods had to be added to the
TemplateProcessor interface.
Related to
-issue 388.