From 2f9aa1ff4513b6359775e015f40b71b6e9ce8ffd Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Wed, 15 Nov 2017 09:19:36 +0000
Subject: [PATCH] Sync docs from 2.0.x to gh-pages
---
...multi__spring_cloud_contract_stub_runner.html | 14 ++------------
2.0.x/single/spring-cloud-contract.html | 14 ++------------
.../checkstyle.html | 6 +++---
.../complex.html | 6 +++---
.../configs.html | 6 +++---
.../convert-mojo.html | 6 +++---
.../generateStubs-mojo.html | 6 +++---
.../generateTests-mojo.html | 6 +++---
.../help-mojo.html | 6 +++---
.../index.html | 6 +++---
.../integration.html | 6 +++---
.../issue-tracking.html | 6 +++---
.../junit.html | 6 +++---
.../license.html | 6 +++---
.../plugin-info.html | 6 +++---
.../plugin-management.html | 8 ++++----
.../plugins.html | 6 +++---
.../project-info.html | 6 +++---
.../project-reports.html | 6 +++---
.../project-summary.html | 6 +++---
.../run-mojo.html | 6 +++---
.../sitemap.html | 6 +++---
.../source-repository.html | 6 +++---
.../spock.html | 6 +++---
.../team-list.html | 6 +++---
.../usage.html | 6 +++---
2.0.x/spring-cloud-contract.xml | 16 +++-------------
27 files changed, 80 insertions(+), 110 deletions(-)
diff --git a/2.0.x/multi/multi__spring_cloud_contract_stub_runner.html b/2.0.x/multi/multi__spring_cloud_contract_stub_runner.html
index 1543c877b7..5b7065baed 100644
--- a/2.0.x/multi/multi__spring_cloud_contract_stub_runner.html
+++ b/2.0.x/multi/multi__spring_cloud_contract_stub_runner.html
@@ -457,13 +457,7 @@ its methods as presented below:
@AutoConfigureStubRunner.
+ - org.springframework.cloud.contract.verifier.stubs:bootService Instead of using the properties you can also use the properties inside the @AutoConfigureStubRunner.
Below you can find an example of achieving the same result by setting values on the annotation.
@AutoConfigureStubRunner(
ids = ["org.springframework.cloud.contract.verifier.stubs:loanIssuance" ,
"org.springframework.cloud.contract.verifier.stubs:fraudDetectionServer" ,
@@ -479,11 +473,7 @@ or DiscoveryClient directly, to call those stubbed
and: 'Stubs can be reached via load service discovery'
restTemplate.getForObject('http://loanIssuance/name' , String) == 'loanIssuance'
restTemplate.getForObject('http://someNameThatShouldMapFraudDetectionServer/name' , String) == 'fraudDetectionServer'
-} for the following configuration file
spring.cloud:
- zookeeper.enabled: false
- consul.enabled: false
-eureka.client.enabled: false
-stubrunner:
+} for the following configuration file
stubrunner:
idsToServiceIds:
ivyNotation: someValueInsideYourCode
fraudDetectionServer: someNameThatShouldMapFraudDetectionServer Test profiles and service discoveryIn your integration tests you typically don’t want to call neither a discovery service (e.g. Eureka)
diff --git a/2.0.x/single/spring-cloud-contract.html b/2.0.x/single/spring-cloud-contract.html
index 6fbf6e4807..e27b743ea2 100644
--- a/2.0.x/single/spring-cloud-contract.html
+++ b/2.0.x/single/spring-cloud-contract.html
@@ -1986,13 +1986,7 @@ its methods as presented below:
@AutoConfigureStubRunner.
+ - org.springframework.cloud.contract.verifier.stubs:bootService Instead of using the properties you can also use the properties inside the @AutoConfigureStubRunner.
Below you can find an example of achieving the same result by setting values on the annotation.
@AutoConfigureStubRunner(
ids = ["org.springframework.cloud.contract.verifier.stubs:loanIssuance" ,
"org.springframework.cloud.contract.verifier.stubs:fraudDetectionServer" ,
@@ -2008,11 +2002,7 @@ or DiscoveryClient directly, to call those stubbed
and: 'Stubs can be reached via load service discovery'
restTemplate.getForObject('http://loanIssuance/name' , String) == 'loanIssuance'
restTemplate.getForObject('http://someNameThatShouldMapFraudDetectionServer/name' , String) == 'fraudDetectionServer'
-} for the following configuration file
spring.cloud:
- zookeeper.enabled: false
- consul.enabled: false
-eureka.client.enabled: false
-stubrunner:
+} for the following configuration file
stubrunner:
idsToServiceIds:
ivyNotation: someValueInsideYourCode
fraudDetectionServer: someNameThatShouldMapFraudDetectionServer Test profiles and service discoveryIn your integration tests you typically don’t want to call neither a discovery service (e.g. Eureka)
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.html b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.html
index bde086abfd..83db2d6b27 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Checkstyle Results
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/complex.html b/2.0.x/spring-cloud-contract-maven-plugin/complex.html
index e15974f33c..f887767dd9 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/complex.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/complex.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/configs.html b/2.0.x/spring-cloud-contract-maven-plugin/configs.html
index 9551cd4ff0..f12e2070a5 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/configs.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/configs.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/convert-mojo.html b/2.0.x/spring-cloud-contract-maven-plugin/convert-mojo.html
index d3d0a007b7..e29c8433cb 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/convert-mojo.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/convert-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:convert
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html b/2.0.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
index a4d89ae007..ca1789fbfb 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:generateStubs
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html b/2.0.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html
index cc5ff469d3..eb792cb852 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:generateTests
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/help-mojo.html b/2.0.x/spring-cloud-contract-maven-plugin/help-mojo.html
index 95b39be25e..1d8153fa01 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/help-mojo.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/help-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:help
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/index.html b/2.0.x/spring-cloud-contract-maven-plugin/index.html
index c49546153f..e87a04fced 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/index.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/index.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/integration.html b/2.0.x/spring-cloud-contract-maven-plugin/integration.html
index 695967e4ee..fa5494f9a1 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/integration.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/integration.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – CI Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/issue-tracking.html b/2.0.x/spring-cloud-contract-maven-plugin/issue-tracking.html
index 44e6110342..a71b535e64 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/issue-tracking.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/issue-tracking.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Issue Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/junit.html b/2.0.x/spring-cloud-contract-maven-plugin/junit.html
index 04aa3aa05e..ddf10b19fb 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/junit.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/junit.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/license.html b/2.0.x/spring-cloud-contract-maven-plugin/license.html
index ba1be8249c..71bbd7f3e4 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/license.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/license.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Licenses
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/plugin-info.html b/2.0.x/spring-cloud-contract-maven-plugin/plugin-info.html
index 4d857d2eca..c86a4eb0e0 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/plugin-info.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/plugin-info.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Plugin Documentation
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/plugin-management.html b/2.0.x/spring-cloud-contract-maven-plugin/plugin-management.html
index 7899617c8a..8206f4df4a 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/plugin-management.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/plugin-management.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Plugin Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
@@ -413,7 +413,7 @@
org.springframework.boot
spring-boot-maven-plugin
-2.0.0.BUILD-SNAPSHOT
+2.0.0.M6
pl.project13.maven
git-commit-id-plugin
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/plugins.html b/2.0.x/spring-cloud-contract-maven-plugin/plugins.html
index ea4f0a3cc3..bdd3f77dd9 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/plugins.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/plugins.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Plugins
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/project-info.html b/2.0.x/spring-cloud-contract-maven-plugin/project-info.html
index 37041fe4ce..fbb2134581 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/project-info.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/project-info.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Information
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/project-reports.html b/2.0.x/spring-cloud-contract-maven-plugin/project-reports.html
index 152125477d..e113b0047f 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/project-reports.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/project-reports.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Generated Reports
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/project-summary.html b/2.0.x/spring-cloud-contract-maven-plugin/project-summary.html
index a50365a9bd..8a6529f97f 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/project-summary.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/project-summary.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Summary
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/run-mojo.html b/2.0.x/spring-cloud-contract-maven-plugin/run-mojo.html
index a9113f0e7b..342d969521 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/run-mojo.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/run-mojo.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – spring-cloud-contract:run
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/sitemap.html b/2.0.x/spring-cloud-contract-maven-plugin/sitemap.html
index 2340dfcb4d..1d9640c591 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/sitemap.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/sitemap.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Sitemap
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/source-repository.html b/2.0.x/spring-cloud-contract-maven-plugin/source-repository.html
index 893d0b980f..9238d1880c 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/source-repository.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/source-repository.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Source Code Management
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/spock.html b/2.0.x/spring-cloud-contract-maven-plugin/spock.html
index 86d6bf75df..8ac6bcf48a 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/spock.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/spock.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/team-list.html b/2.0.x/spring-cloud-contract-maven-plugin/team-list.html
index 2bd4d143c5..62f600b41e 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/team-list.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/team-list.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin – Project Team
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract-maven-plugin/usage.html b/2.0.x/spring-cloud-contract-maven-plugin/usage.html
index 0c0c3306e9..82c09b1ade 100644
--- a/2.0.x/spring-cloud-contract-maven-plugin/usage.html
+++ b/2.0.x/spring-cloud-contract-maven-plugin/usage.html
@@ -1,13 +1,13 @@
-
+
Spring Cloud Contract Maven Plugin –
@@ -146,7 +146,7 @@
- Last Published: 2017-11-04
+ Last Published: 2017-11-15
|
Version: 2.0.0.BUILD-SNAPSHOT
diff --git a/2.0.x/spring-cloud-contract.xml b/2.0.x/spring-cloud-contract.xml
index 60387d00e4..b109538ad3 100644
--- a/2.0.x/spring-cloud-contract.xml
+++ b/2.0.x/spring-cloud-contract.xml
@@ -4,7 +4,7 @@
Spring Cloud Contract
-2017-11-03
+2017-11-14
@@ -3282,13 +3282,7 @@ class StubRunnerConfigurationSpec extends Specification {
ids:
- org.springframework.cloud.contract.verifier.stubs:loanIssuance
- org.springframework.cloud.contract.verifier.stubs:fraudDetectionServer
- - org.springframework.cloud.contract.verifier.stubs:bootService
- cloud:
- enabled: false
-
-spring.cloud:
- consul.enabled: false
- service-registry.enabled: false
+ - org.springframework.cloud.contract.verifier.stubs:bootService
Instead of using the properties you can also use the properties inside the @AutoConfigureStubRunner .
Below you can find an example of achieving the same result by setting values on the annotation.
@AutoConfigureStubRunner(
@@ -3346,11 +3340,7 @@ or DiscoveryClient directly, to call those stubbed servers in
restTemplate.getForObject('http://someNameThatShouldMapFraudDetectionServer/name', String) == 'fraudDetectionServer'
}
for the following configuration file
-spring.cloud:
- zookeeper.enabled: false
- consul.enabled: false
-eureka.client.enabled: false
-stubrunner:
+stubrunner:
idsToServiceIds:
ivyNotation: someValueInsideYourCode
fraudDetectionServer: someNameThatShouldMapFraudDetectionServer