From d1a1fcb0f32f4231b79c8acfd25712989d29e2e4 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 4 Sep 2017 11:37:08 +0000 Subject: [PATCH] Sync docs from 1.1.x to gh-pages --- 1.1.x/multi/multi__contract_dsl.html | 6 +++--- 1.1.x/single/spring-cloud-contract.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/checkstyle.rss | 4 ++-- 1.1.x/spring-cloud-contract-maven-plugin/complex.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/configs.html | 6 +++--- .../spring-cloud-contract-maven-plugin/convert-mojo.html | 6 +++--- .../generateStubs-mojo.html | 6 +++--- .../generateTests-mojo.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/help-mojo.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/index.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/integration.html | 6 +++--- .../issue-tracking.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/junit.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/license.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/plugin-info.html | 6 +++--- .../plugin-management.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/plugins.html | 6 +++--- .../spring-cloud-contract-maven-plugin/project-info.html | 6 +++--- .../project-reports.html | 6 +++--- .../project-summary.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/run-mojo.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/sitemap.html | 6 +++--- .../source-repository.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/spock.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/team-list.html | 6 +++--- 1.1.x/spring-cloud-contract-maven-plugin/usage.html | 6 +++--- 1.1.x/spring-cloud-contract.xml | 8 ++++---- 28 files changed, 84 insertions(+), 84 deletions(-) diff --git a/1.1.x/multi/multi__contract_dsl.html b/1.1.x/multi/multi__contract_dsl.html index 6e0cf422b8..31d9ae4c60 100644 --- a/1.1.x/multi/multi__contract_dsl.html +++ b/1.1.x/multi/multi__contract_dsl.html @@ -232,7 +232,7 @@ where the value can be a dynamic property (e.g. formParame }, { "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"someBooleanParameter\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n(true|false)\\r\\n--\\\\1.*" }, { - "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"file\\"; filename=\\".+\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n.+\\r\\n--\\\\1.*" + "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"file\\"; filename=\\"[\\\\S\\\\s]+\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n[\\\\S\\\\s]+\\r\\n--\\\\1.*" } ] }, "response" : { @@ -316,8 +316,8 @@ provide the generated string that matches the provided regular expression. For e protected static final Pattern ANY_DATE = Pattern.compile('(\\d\\d\\d\\d)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])') protected static final Pattern ANY_DATE_TIME = Pattern.compile('([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])') protected static final Pattern ANY_TIME = Pattern.compile('(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])') -protected static final Pattern NON_EMPTY = Pattern.compile(/.+/) -protected static final Pattern NON_BLANK = Pattern.compile(/.*(\S+|\R).*|!^\R*$/) +protected static final Pattern NON_EMPTY = Pattern.compile(/[\S\s]+/) +protected static final Pattern NON_BLANK = Pattern.compile(/^\s*\S[\S\s]*/) protected static final Pattern ISO8601_WITH_OFFSET = Pattern.compile(/([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.\d{3})?(Z|[+-][01]\d:[0-5]\d)/) protected static Pattern anyOf(String... values){ diff --git a/1.1.x/single/spring-cloud-contract.html b/1.1.x/single/spring-cloud-contract.html index 1cd33c8c27..6f48af0085 100644 --- a/1.1.x/single/spring-cloud-contract.html +++ b/1.1.x/single/spring-cloud-contract.html @@ -2253,7 +2253,7 @@ where the value can be a dynamic property (e.g. formParame }, { "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"someBooleanParameter\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n(true|false)\\r\\n--\\\\1.*" }, { - "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"file\\"; filename=\\".+\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n.+\\r\\n--\\\\1.*" + "matches" : ".*--(.*)\\r\\nContent-Disposition: form-data; name=\\"file\\"; filename=\\"[\\\\S\\\\s]+\\"\\r\\n(Content-Type: .*\\r\\n)?(Content-Length: \\\\d+\\r\\n)?\\r\\n[\\\\S\\\\s]+\\r\\n--\\\\1.*" } ] }, "response" : { @@ -2337,8 +2337,8 @@ provide the generated string that matches the provided regular expression. For e protected static final Pattern ANY_DATE = Pattern.compile('(\\d\\d\\d\\d)-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])') protected static final Pattern ANY_DATE_TIME = Pattern.compile('([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])') protected static final Pattern ANY_TIME = Pattern.compile('(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])') -protected static final Pattern NON_EMPTY = Pattern.compile(/.+/) -protected static final Pattern NON_BLANK = Pattern.compile(/.*(\S+|\R).*|!^\R*$/) +protected static final Pattern NON_EMPTY = Pattern.compile(/[\S\s]+/) +protected static final Pattern NON_BLANK = Pattern.compile(/^\s*\S[\S\s]*/) protected static final Pattern ISO8601_WITH_OFFSET = Pattern.compile(/([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.\d{3})?(Z|[+-][01]\d:[0-5]\d)/) protected static Pattern anyOf(String... values){ diff --git a/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html b/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html index 97636cc3af..60794794a3 100644 --- a/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/1.1.x/spring-cloud-contract-maven-plugin/checkstyle.html @@ -1,13 +1,13 @@ - + Spring Cloud Contract Maven Plugin – Checkstyle Results @@ -146,7 +146,7 @@