From c97b48eb64093ae988e1424d82a2bb4c0a6afbe1 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 26 Oct 2018 19:17:09 +0000 Subject: [PATCH] Sync docs from 2.0.x to gh-pages --- 2.0.x/multi/multi_contract-dsl.html | 13 +++++++- 2.0.x/single/spring-cloud-contract.html | 13 +++++++- .../checkstyle.rss | 30 +++++++++---------- 2.0.x/spring-cloud-contract.xml | 15 ++++++++-- 4 files changed, 52 insertions(+), 19 deletions(-) diff --git a/2.0.x/multi/multi_contract-dsl.html b/2.0.x/multi/multi_contract-dsl.html index bb6d7e0523..1ac73f3cb6 100644 --- a/2.0.x/multi/multi_contract-dsl.html +++ b/2.0.x/multi/multi_contract-dsl.html @@ -1280,6 +1280,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e Content-Type: application/json cookies: foo: 2 + bar: 3 queryParameters: limit: 10 offset: 20 @@ -1307,7 +1308,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e regex: /get/[0-9] # predefined: # execute a method - # command: + #command: 'equals($it)' queryParameters: - key: limit type: equal_to @@ -1332,6 +1333,8 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e cookies: - key: foo regex: '[0-9]' + - key: bar + command: 'equals($it)' headers: - key: Content-Type regex: "application/json.*" @@ -1364,6 +1367,9 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e type: by_null response: status: 200 + cookies: + foo: 1 + bar: 2 body: duck: 123 alpha: "abc" @@ -1395,6 +1401,11 @@ response: headers: - key: Content-Type regex: "application/json.*" + cookies: + - key: foo + regex: '[0-9]' + - key: bar + command: 'equals($it)' body: - path: $.duck type: by_regex diff --git a/2.0.x/single/spring-cloud-contract.html b/2.0.x/single/spring-cloud-contract.html index 1c9d54250b..b395326d14 100644 --- a/2.0.x/single/spring-cloud-contract.html +++ b/2.0.x/single/spring-cloud-contract.html @@ -4673,6 +4673,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e Content-Type: application/json cookies: foo: 2 + bar: 3 queryParameters: limit: 10 offset: 20 @@ -4700,7 +4701,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e regex: /get/[0-9] # predefined: # execute a method - # command: + #command: 'equals($it)' queryParameters: - key: limit type: equal_to @@ -4725,6 +4726,8 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e cookies: - key: foo regex: '[0-9]' + - key: bar + command: 'equals($it)' headers: - key: Content-Type regex: "application/json.*" @@ -4757,6 +4760,9 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e type: by_null response: status: 200 + cookies: + foo: 1 + bar: 2 body: duck: 123 alpha: "abc" @@ -4788,6 +4794,11 @@ response: headers: - key: Content-Type regex: "application/json.*" + cookies: + - key: foo + regex: '[0-9]' + - key: bar + command: 'equals($it)' body: - path: $.duck type: by_regex diff --git a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss index f630b25303..6713ab69b6 100644 --- a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss +++ b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss @@ -141,20 +141,6 @@ under the License. 0 - - - - org/springframework/cloud/contract/maven/verifier/stubrunner/RemoteStubRunner.java - - - 0 - - - 0 - - - 0 - @@ -172,7 +158,7 @@ under the License. - org/springframework/cloud/contract/maven/verifier/ManifestCreator.java + org/springframework/cloud/contract/maven/verifier/stubrunner/RemoteStubRunner.java 0 @@ -197,6 +183,20 @@ under the License. 0 + + + + org/springframework/cloud/contract/maven/verifier/ManifestCreator.java + + + 0 + + + 0 + + + 0 + diff --git a/2.0.x/spring-cloud-contract.xml b/2.0.x/spring-cloud-contract.xml index e4e6f3d83f..7387e0cc17 100644 --- a/2.0.x/spring-cloud-contract.xml +++ b/2.0.x/spring-cloud-contract.xml @@ -4,7 +4,7 @@ Spring Cloud Contract -2018-10-26 +2018-10-19 @@ -7715,6 +7715,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e Content-Type: application/json cookies: foo: 2 + bar: 3 queryParameters: limit: 10 offset: 20 @@ -7742,7 +7743,7 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e regex: /get/[0-9] # predefined: # execute a method - # command: + #command: 'equals($it)' queryParameters: - key: limit type: equal_to @@ -7767,6 +7768,8 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e cookies: - key: foo regex: '[0-9]' + - key: bar + command: 'equals($it)' headers: - key: Content-Type regex: "application/json.*" @@ -7799,6 +7802,9 @@ email, url, uuid, iso_date, iso_date_time, iso_time, iso_8601_with_offset, non_e type: by_null response: status: 200 + cookies: + foo: 1 + bar: 2 body: duck: 123 alpha: "abc" @@ -7830,6 +7836,11 @@ response: headers: - key: Content-Type regex: "application/json.*" + cookies: + - key: foo + regex: '[0-9]' + - key: bar + command: 'equals($it)' body: - path: $.duck type: by_regex