From bb40cafaa91a0cd2d4adb6b9e3f9a0f8c42e2f04 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 18 Nov 2019 20:32:40 +0000 Subject: [PATCH] Sync docs from 2.1.x to gh-pages --- .../multi__spring_cloud_contract_faq.html | 2 +- 2.1.x/multi/multi_pr01.html | 2 +- 2.1.x/single/spring-cloud-contract.html | 4 +- .../checkstyle.html | 2 +- .../ci-management.html | 2 +- .../complex.html | 2 +- .../configs.html | 2 +- .../convert-mojo.html | 4 +- .../generateStubs-mojo.html | 4 +- .../generateTests-mojo.html | 4 +- .../help-mojo.html | 4 +- .../index.html | 2 +- .../issue-management.html | 2 +- .../junit.html | 2 +- .../licenses.html | 613 +++++++++++++++++- .../plugin-info.html | 6 +- .../plugin-management.html | 2 +- .../plugins.html | 2 +- .../project-info.html | 2 +- .../project-reports.html | 2 +- .../pushStubsToScm-mojo.html | 4 +- .../run-mojo.html | 4 +- .../scm.html | 2 +- .../sitemap.html | 2 +- .../spock.html | 2 +- .../summary.html | 4 +- .../team.html | 2 +- .../usage.html | 2 +- 2.1.x/spring-cloud-contract.html | 2 +- 2.1.x/spring-cloud-contract.xml | 4 +- 30 files changed, 650 insertions(+), 43 deletions(-) diff --git a/2.1.x/multi/multi__spring_cloud_contract_faq.html b/2.1.x/multi/multi__spring_cloud_contract_faq.html index 0fa606939b..87206233f3 100644 --- a/2.1.x/multi/multi__spring_cloud_contract_faq.html +++ b/2.1.x/multi/multi__spring_cloud_contract_faq.html @@ -123,7 +123,7 @@ one to one to the contents of the repo.

Example of a <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.4.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> diff --git a/2.1.x/multi/multi_pr01.html b/2.1.x/multi/multi_pr01.html index 9b03cdecce..b05ec1c137 100644 --- a/2.1.x/multi/multi_pr01.html +++ b/2.1.x/multi/multi_pr01.html @@ -1,4 +1,4 @@

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

2.1.4.BUILD-SNAPSHOT

\ No newline at end of file +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

2.1.5.BUILD-SNAPSHOT

\ No newline at end of file diff --git a/2.1.x/single/spring-cloud-contract.html b/2.1.x/single/spring-cloud-contract.html index 01ec4e6896..930a37d2cc 100644 --- a/2.1.x/single/spring-cloud-contract.html +++ b/2.1.x/single/spring-cloud-contract.html @@ -1,7 +1,7 @@ Spring Cloud Contract

Spring Cloud Contract


Table of Contents

1. Spring Cloud Contract
2. Spring Cloud Contract Verifier Introduction
2.1. History
2.2. Why a Contract Verifier?
2.2.1. Testing issues
2.3. Purposes
2.4. How It Works
2.4.1. A Three-second Tour
On the Producer Side
On the Consumer Side
2.4.2. A Three-minute Tour
On the Producer Side
On the Consumer Side
2.4.3. Defining the Contract
2.4.4. Client Side
2.4.5. Server Side
2.5. Step-by-step Guide to Consumer Driven Contracts (CDC)
2.5.1. Technical note
2.5.2. Consumer side (Loan Issuance)
2.5.3. Producer side (Fraud Detection server)
2.5.4. Consumer Side (Loan Issuance) Final Step
2.6. Dependencies
2.7. Additional Links
2.7.1. Spring Cloud Contract video
2.7.2. Readings
2.8. Samples
3. Spring Cloud Contract FAQ
3.1. Why use Spring Cloud Contract Verifier and not X ?
3.2. I don’t want to write a contract in Groovy!
3.3. What is this value(consumer(), producer()) ?
3.4. How to do Stubs versioning?
3.4.1. API Versioning
3.4.2. JAR versioning
3.4.3. Dev or prod stubs
3.5. Common repo with contracts
3.5.1. Repo structure
3.5.2. Workflow
3.5.3. Consumer
3.5.4. Producer
3.5.5. How can I define messaging contracts per topic not per producer?
For Maven Project
For Gradle Project
3.6. Do I need a Binary Storage? Can’t I use Git?
3.6.1. Protocol convention
3.6.2. Producer
3.6.3. Producer with contracts stored locally
Keeping contracts with the producer and stubs in an external repository
3.6.4. Consumer
3.7. Can I use the Pact Broker?
3.7.1. Pact Consumer
3.7.2. Producer
3.7.3. Pact Consumer (Producer Contract approach)
3.8. How can I debug the request/response being sent by the generated tests client?
3.8.1. How can I debug the mapping/request/response being sent by WireMock?
3.8.2. How can I see what got registered in the HTTP server stub?
3.8.3. Can I reference text from file?
4. Spring Cloud Contract Verifier Setup
4.1. Gradle Project
4.1.1. Prerequisites
5. Add Gradle Plugin with Dependencies
5.1. Gradle and Rest Assured 2.0
5.2. Snapshot Versions for Gradle
5.3. Add stubs
5.4. Run the Plugin
5.5. Default Setup
5.6. Configure Plugin
5.7. Configuration Options
5.8. Single Base Class for All Tests
5.9. Different Base Classes for Contracts
5.10. Invoking Generated Tests
5.11. Pushing stubs to SCM
5.12. Spring Cloud Contract Verifier on the Consumer Side
5.13. Maven Project
5.13.1. Add maven plugin
5.13.2. Maven and Rest Assured 2.0
5.13.3. Snapshot versions for Maven
5.13.4. Add stubs
5.13.5. Run plugin
5.13.6. Configure plugin
5.13.7. Configuration Options
5.13.8. Single Base Class for All Tests
5.13.9. Different base classes for contracts
5.13.10. Invoking generated tests
5.13.11. Pushing stubs to SCM
5.13.12. Maven Plugin and STS
5.13.13. Maven Plugin with Spock Tests
5.14. Stubs and Transitive Dependencies
5.15. Scenarios
5.16. Docker Project
5.16.1. Short intro to Maven, JARs and Binary storage
5.16.2. How it works
Environment Variables
5.16.3. Example of usage
5.16.4. Server side (nodejs)
6. Spring Cloud Contract Verifier Messaging
6.1. Integrations
6.2. Manual Integration Testing
6.3. Publisher-Side Test Generation
6.3.1. Scenario 1: No Input Message
6.3.2. Scenario 2: Output Triggered by Input
6.3.3. Scenario 3: No Output Message
6.4. Consumer Stub Generation
7. Spring Cloud Contract Stub Runner
7.1. Snapshot versions
7.2. Publishing Stubs as JARs
7.3. Stub Runner Core
7.3.1. Retrieving stubs
Stub downloading
Classpath scanning
Configuring HTTP Server Stubs
7.3.2. Running stubs
Running using main app
HTTP Stubs
Viewing registered mappings
Messaging Stubs
7.4. Stub Runner JUnit Rule and Stub Runner JUnit5 Extension
7.4.1. Maven settings
7.4.2. Providing fixed ports
7.4.3. Fluent API
7.4.4. Stub Runner with Spring
7.5. Stub Runner Spring Cloud
7.5.1. Stubbing Service Discovery
Test profiles and service discovery
7.5.2. Additional Configuration
7.6. Stub Runner Boot Application
7.6.1. How to use it?
Stub Runner Server
Stub Runner Server Fat Jar
Spring Cloud CLI
7.6.2. Endpoints
HTTP
Messaging
7.6.3. Example
7.6.4. Stub Runner Boot with Service Discovery
7.7. Stubs Per Consumer
7.8. Common
7.8.1. Common Properties for JUnit and Spring
7.8.2. Stub Runner Stubs IDs
7.9. Stub Runner Docker
7.9.1. How to use it
7.9.2. Example of client side usage in a non JVM project
8. Stub Runner for Messaging
8.1. Stub triggering
8.1.1. Trigger by Label
8.1.2. Trigger by Group and Artifact Ids
8.1.3. Trigger by Artifact Ids
8.1.4. Trigger All Messages
8.2. Stub Runner Camel
8.2.1. Adding it to the project
8.2.2. Disabling the functionality
8.2.3. Examples
Stubs structure
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.3. Stub Runner Integration
8.3.1. Adding the Runner to the Project
8.3.2. Disabling the functionality
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.4. Stub Runner Stream
8.4.1. Adding the Runner to the Project
8.4.2. Disabling the functionality
Scenario 1 (no input message)
Scenario 2 (output triggered by input)
Scenario 3 (input with no output)
8.5. Stub Runner Spring AMQP
8.5.1. Adding the Runner to the Project
Triggering the message
Spring AMQP Test Configuration
9. Contract DSL
9.1. Limitations
9.2. Common Top-Level elements
9.2.1. Description
9.2.2. Name
9.2.3. Ignoring Contracts
9.2.4. Passing Values from Files
9.2.5. HTTP Top-Level Elements
9.3. Request
9.4. Response
9.5. Dynamic properties
9.5.1. Dynamic properties inside the body
9.5.2. Regular expressions
9.5.3. Passing Optional Parameters
9.5.4. Executing Custom Methods on the Server Side
9.5.5. Referencing the Request from the Response
9.5.6. Registering Your Own WireMock Extension
9.5.7. Dynamic Properties in the Matchers Sections
9.6. JAX-RS Support
9.7. Async Support
9.8. Working with Context Paths
9.9. Working with WebFlux
9.9.1. WebFlux with WebTestClient
9.9.2. WebFlux with Explicit mode
9.10. XML Support for REST
9.11. Messaging Top-Level Elements
9.11.1. Output Triggered by a Method
9.11.2. Output Triggered by a Message
9.11.3. Consumer/Producer
9.11.4. Common
9.12. Multiple Contracts in One File
9.13. Generating Spring REST Docs snippets from the contracts
10. Customization
10.1. Extending the DSL
10.1.1. Common JAR
10.1.2. Adding the Dependency to the Project
10.1.3. Test the Dependency in the Project’s Dependencies
10.1.4. Test a Dependency in the Plugin’s Dependencies
10.1.5. Referencing classes in DSLs
11. Using the Pluggable Architecture
11.1. Custom Contract Converter
11.1.1. Pact Converter
11.1.2. Pact Contract
11.1.3. Pact for Producers
11.1.4. Pact for Consumers
11.2. Using the Custom Test Generator
11.3. Using the Custom Stub Generator
11.4. Using the Custom Stub Runner
11.5. Using the Custom Stub Downloader
11.6. Using the SCM Stub Downloader
11.7. Using the Pact Stub Downloader
12. Spring Cloud Contract WireMock
12.1. Registering Stubs Automatically
12.2. Using Files to Specify the Stub Bodies
12.3. Alternative: Using JUnit Rules
12.4. Relaxed SSL Validation for Rest Template
12.5. WireMock and Spring MVC Mocks
12.6. Customization of WireMock configuration
12.7. Generating Stubs using REST Docs
12.8. Generating Contracts by Using REST Docs
13. Migrations
13.1. 1.0.x → 1.1.x
13.1.1. New structure of generated stubs
13.2. 1.1.x → 1.2.x
13.2.1. Custom HttpServerStub
13.2.2. New packages for generated tests
13.2.3. New Methods in TemplateProcessor
13.2.4. RestAssured 3.0
13.3. 1.2.x → 2.0.x
14. Links

Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, -Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

2.1.4.BUILD-SNAPSHOT

1. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a +Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant

2.1.5.BUILD-SNAPSHOT

1. Spring Cloud Contract

You need confidence when pushing new features to a new application or service in a distributed system. This project provides support for Consumer Driven Contracts and service schemas in Spring applications (for both HTTP and message-based interactions), covering a range of options for writing tests, publishing them as assets, and asserting @@ -968,7 +968,7 @@ one to one to the contents of the repo.

Example of a <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.4.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders> diff --git a/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html b/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html index 3ebed26c1c..2fd8af2b4a 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/checkstyle.html @@ -149,7 +149,7 @@

  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html b/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html index d2fd7e6ecd..d6dc040856 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/ci-management.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/complex.html b/2.1.x/spring-cloud-contract-maven-plugin/complex.html index a625b88ee6..11add4a988 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/complex.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/complex.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/configs.html b/2.1.x/spring-cloud-contract-maven-plugin/configs.html index d5080ca2c5..d0ab6c0e31 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/configs.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/configs.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html index b846db517f..f946ecfe6e 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/convert-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:convert

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:convert

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html index 23567da611..4f0bb5da71 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/generateStubs-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:generateStubs

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:generateStubs

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html index 5862dc583f..efcc9a535a 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/generateTests-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:generateTests

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:generateTests

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html index 2a85f71ff5..459f3a6ff8 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/help-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:help

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:help

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/index.html b/2.1.x/spring-cloud-contract-maven-plugin/index.html index ddccf95b4d..c019c11a5c 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/index.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/index.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html b/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html index 5b09202b82..82e2af36c3 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/issue-management.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/junit.html b/2.1.x/spring-cloud-contract-maven-plugin/junit.html index c2967d9fec..c7e4de2fbf 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/junit.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/junit.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/licenses.html b/2.1.x/spring-cloud-contract-maven-plugin/licenses.html index a18e22908d..c8c759422f 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/licenses.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/licenses.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -340,8 +340,615 @@ implied. See the License for the specific language governing permissions and - limitations under the License.

    -

    Can't read the url [https://www.apache.org/licenses/LICENSE-2.0] : connect timed out

    + limitations under the License.

    [Original text] +

    Copy of the license follows:

    + +
    + +
    + +
    +
    + ApacheCon is Coming 9-12 Sept. 2019 - Las Vegas + The Apache Software Foundation +
    + +
    + Apache Support Logo +
    +
    +
    +

    Apache License, Version 2.0

    + +

    The 2.0 version of the Apache License, approved by the ASF in 2004, helps us achieve our goal of providing +reliable and long-lived software products through collaborative open source software development.

    +

    All packages produced by the ASF are implicitly licensed under the Apache +License, Version 2.0, unless otherwise explicitly stated.

    +
    + +

    +Apache License

    Version 2.0, January 2004

    +http://www.apache.org/licenses/ +

    + +

    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

    + +

    1. Definitions.

    + +
    + +

    "License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document.

    + +

    "Licensor" shall mean the copyright owner or entity authorized by the +copyright owner that is granting the License.

    + +

    "Legal Entity" shall mean the union of the acting entity and all other +entities that control, are controlled by, or are under common control with +that entity. For the purposes of this definition, "control" means (i) the +power, direct or indirect, to cause the direction or management of such +entity, whether by contract or otherwise, or (ii) ownership of fifty +percent (50%) or more of the outstanding shares, or (iii) beneficial +ownership of such entity.

    + +

    "You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License.

    + +

    "Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation source, +and configuration files.

    + +

    "Object" form shall mean any form resulting from mechanical transformation +or translation of a Source form, including but not limited to compiled +object code, generated documentation, and conversions to other media types.

    + +

    "Work" shall mean the work of authorship, whether in Source or Object form, +made available under the License, as indicated by a copyright notice that +is included in or attached to the work (an example is provided in the +Appendix below).

    + +

    "Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial +revisions, annotations, elaborations, or other modifications represent, as +a whole, an original work of authorship. For the purposes of this License, +Derivative Works shall not include works that remain separable from, or +merely link (or bind by name) to the interfaces of, the Work and Derivative +Works thereof.

    + +

    "Contribution" shall mean any work of authorship, including the original +version of the Work and any modifications or additions to that Work or +Derivative Works thereof, that is intentionally submitted to Licensor for +inclusion in the Work by the copyright owner or by an individual or Legal +Entity authorized to submit on behalf of the copyright owner. For the +purposes of this definition, "submitted" means any form of electronic, +verbal, or written communication sent to the Licensor or its +representatives, including but not limited to communication on electronic +mailing lists, source code control systems, and issue tracking systems that +are managed by, or on behalf of, the Licensor for the purpose of discussing +and improving the Work, but excluding communication that is conspicuously +marked or otherwise designated in writing by the copyright owner as "Not a +Contribution."

    + +

    "Contributor" shall mean Licensor and any individual or Legal Entity on +behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work.

    + +
    + +

    2. Grant of Copyright License. Subject to the +terms and conditions of this License, each Contributor hereby grants to You +a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, publicly +display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form.

    + +

    3. Grant of Patent License. Subject to the terms +and conditions of this License, each Contributor hereby grants to You a +perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, use, +offer to sell, sell, import, and otherwise transfer the Work, where such +license applies only to those patent claims licensable by such Contributor +that are necessarily infringed by their Contribution(s) alone or by +combination of their Contribution(s) with the Work to which such +Contribution(s) was submitted. If You institute patent litigation against +any entity (including a cross-claim or counterclaim in a lawsuit) alleging +that the Work or a Contribution incorporated within the Work constitutes +direct or contributory patent infringement, then any patent licenses +granted to You under this License for that Work shall terminate as of the +date such litigation is filed.

    + +

    4. Redistribution. You may reproduce and +distribute copies of the Work or Derivative Works thereof in any medium, +with or without modifications, and in Source or Object form, provided that +You meet the following conditions:

    + +
      +
    1. You must give any other recipients of the Work or Derivative Works a +copy of this License; and
    2. + +
    3. You must cause any modified files to carry prominent notices stating +that You changed the files; and
    4. + +
    5. You must retain, in the Source form of any Derivative Works that You +distribute, all copyright, patent, trademark, and attribution notices from +the Source form of the Work, excluding those notices that do not pertain to +any part of the Derivative Works; and
    6. + +
    7. If the Work includes a "NOTICE" text file as part of its distribution, +then any Derivative Works that You distribute must include a readable copy +of the attribution notices contained within such NOTICE file, excluding +those notices that do not pertain to any part of the Derivative Works, in +at least one of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or documentation, +if provided along with the Derivative Works; or, within a display generated +by the Derivative Works, if and wherever such third-party notices normally +appear. The contents of the NOTICE file are for informational purposes only +and do not modify the License. You may add Your own attribution notices +within Derivative Works that You distribute, alongside or as an addendum to +the NOTICE text from the Work, provided that such additional attribution +notices cannot be construed as modifying the License. +
      +
      +You may add Your own copyright statement to Your modifications and may +provide additional or different license terms and conditions for use, +reproduction, or distribution of Your modifications, or for any such +Derivative Works as a whole, provided Your use, reproduction, and +distribution of the Work otherwise complies with the conditions stated in +this License. +
    8. + +
    + +

    5. Submission of Contributions. Unless You +explicitly state otherwise, any Contribution intentionally submitted for +inclusion in the Work by You to the Licensor shall be under the terms and +conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the +terms of any separate license agreement you may have executed with Licensor +regarding such Contributions.

    + +

    6. Trademarks. This License does not grant +permission to use the trade names, trademarks, service marks, or product +names of the Licensor, except as required for reasonable and customary use +in describing the origin of the Work and reproducing the content of the +NOTICE file.

    + +

    7. Disclaimer of Warranty. Unless required by +applicable law or agreed to in writing, Licensor provides the Work (and +each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, +without limitation, any warranties or conditions of TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You +are solely responsible for determining the appropriateness of using or +redistributing the Work and assume any risks associated with Your exercise +of permissions under this License.

    + +

    8. Limitation of Liability. In no event and +under no legal theory, whether in tort (including negligence), contract, or +otherwise, unless required by applicable law (such as deliberate and +grossly negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a result +of this License or out of the use or inability to use the Work (including +but not limited to damages for loss of goodwill, work stoppage, computer +failure or malfunction, or any and all other commercial damages or losses), +even if such Contributor has been advised of the possibility of such +damages.

    + +

    9. Accepting Warranty or Additional Liability. +While redistributing the Work or Derivative Works thereof, You may choose +to offer, and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this License. +However, in accepting such obligations, You may act only on Your own behalf +and on Your sole responsibility, not on behalf of any other Contributor, +and only if You agree to indemnify, defend, and hold each Contributor +harmless for any liability incurred by, or claims asserted against, such +Contributor by reason of your accepting any such warranty or additional +liability.

    + +

    END OF TERMS AND CONDITIONS

    + +
    + +

    How to apply the Apache License to your work

    +

    You should include a copy of the Apache License, typically in a file called +LICENSE, in your work, and consider also including a NOTICE file.

    +

    To apply the Apache License to specific files in your work, attach the following boilerplate +declaration, with the fields enclosed by brackets "[]" replaced with your own +identifying information. (Don't include the brackets!) The text should be +enclosed in the appropriate comment syntax for the file format. We also +recommend that a file or class name and description of purpose be included +on the same "printed page" as the copyright notice for easier +identification within third-party archives.

    +
    Copyright [yyyy] [name of copyright owner]
    +
    +Licensed under the Apache License, Version 2.0 (the "License");
    +you may not use this file except in compliance with the License.
    +You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +
    + + + + + + + + + + + diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html b/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html index 2c28b6be3f..939fca48e5 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugin-info.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -330,7 +330,7 @@ origin. <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>2.1.4.BUILD-SNAPSHOT</version> + <version>2.1.5.BUILD-SNAPSHOT</version> </plugin> ... </plugins> @@ -340,7 +340,7 @@ origin. <plugin> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-maven-plugin</artifactId> - <version>2.1.4.BUILD-SNAPSHOT</version> + <version>2.1.5.BUILD-SNAPSHOT</version> </plugin> ... </plugins> diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html b/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html index 0a4683d7fd..e1d870601d 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugin-management.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/plugins.html b/2.1.x/spring-cloud-contract-maven-plugin/plugins.html index 2a46f07ef7..f4bce66219 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/plugins.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/plugins.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/project-info.html b/2.1.x/spring-cloud-contract-maven-plugin/project-info.html index 533b6a078e..a173376a38 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/project-info.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/project-info.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html b/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html index fbae27e329..3cb332126b 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/project-reports.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html index 7a7959f7e9..ccab235cf0 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:pushStubsToScm

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:pushStubsToScm

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html b/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html index d20bb597b0..1826077dae 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/run-mojo.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -263,7 +263,7 @@

    Full name:

    -

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.4.BUILD-SNAPSHOT:run

    +

    org.springframework.cloud:spring-cloud-contract-maven-plugin:2.1.5.BUILD-SNAPSHOT:run

    Description:

    diff --git a/2.1.x/spring-cloud-contract-maven-plugin/scm.html b/2.1.x/spring-cloud-contract-maven-plugin/scm.html index 9b1b9807c1..2182978a59 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/scm.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/scm.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html b/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html index d84ec56227..cafb16d5e4 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/sitemap.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/spock.html b/2.1.x/spring-cloud-contract-maven-plugin/spock.html index 94402a5083..321bb5a02a 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/spock.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/spock.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/summary.html b/2.1.x/spring-cloud-contract-maven-plugin/summary.html index cbd2d5756f..6c9f7fa272 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/summary.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/summary.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • @@ -362,7 +362,7 @@ spring-cloud-contract-maven-plugin Version -2.1.4.BUILD-SNAPSHOT +2.1.5.BUILD-SNAPSHOT Type maven-plugin diff --git a/2.1.x/spring-cloud-contract-maven-plugin/team.html b/2.1.x/spring-cloud-contract-maven-plugin/team.html index d228fd7549..2ba0ae892d 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/team.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/team.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract-maven-plugin/usage.html b/2.1.x/spring-cloud-contract-maven-plugin/usage.html index 06105b02bd..387951e154 100644 --- a/2.1.x/spring-cloud-contract-maven-plugin/usage.html +++ b/2.1.x/spring-cloud-contract-maven-plugin/usage.html @@ -149,7 +149,7 @@
  • Last Published: 2019-11-18 |
  • -
  • Version: 2.1.4.BUILD-SNAPSHOT +
  • Version: 2.1.5.BUILD-SNAPSHOT
  • diff --git a/2.1.x/spring-cloud-contract.html b/2.1.x/spring-cloud-contract.html index 7f77584e38..11d933a4d2 100644 --- a/2.1.x/spring-cloud-contract.html +++ b/2.1.x/spring-cloud-contract.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
    -

    2.1.4.BUILD-SNAPSHOT

    +

    2.1.5.BUILD-SNAPSHOT

    diff --git a/2.1.x/spring-cloud-contract.xml b/2.1.x/spring-cloud-contract.xml index 4c037ed50a..c684eac25d 100644 --- a/2.1.x/spring-cloud-contract.xml +++ b/2.1.x/spring-cloud-contract.xml @@ -10,7 +10,7 @@ Documentation Authors: Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant -2.1.4.BUILD-SNAPSHOT +2.1.5.BUILD-SNAPSHOT Spring Cloud Contract @@ -1633,7 +1633,7 @@ one to one to the contents of the repo. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version> - <spring-cloud-contract.version>2.1.4.BUILD-SNAPSHOT</spring-cloud-contract.version> + <spring-cloud-contract.version>2.1.5.BUILD-SNAPSHOT</spring-cloud-contract.version> <spring-cloud-release.version>Greenwich.BUILD-SNAPSHOT </spring-cloud-release.version> <excludeBuildFolders>true</excludeBuildFolders>