From 86c17f5f8a3805301d3bae0725a9f73d8383a416 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 1 Apr 2019 13:44:50 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 4ef349a073..22df0656d0 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -3037,7 +3037,7 @@ of the JAR containing the contracts:

With this setup the JAR with groupid com.example.standalone and artifactid contracts will be downloaded -from http://link/to/your/nexus/or/artifactory/or/sth. It will be then unpacked in a local temporary folder +from https://link/to/your/nexus/or/artifactory/or/sth. It will be then unpacked in a local temporary folder and contracts present under the com/example/server will be picked as the ones used to generate the tests and the stubs. Due to this convention the producer team will know which consumer teams will be broken when some incompatible changes are done.

@@ -3068,7 +3068,7 @@ allows us to do that. Also contractsPath need to be sp <version>${spring-cloud-contract.version}</version> <configuration> <contractsMode>REMOTE</contractsMode> - <contractsRepositoryUrl>http://link/to/your/nexus/or/artifactory/or/sth</contractsRepositoryUrl> + <contractsRepositoryUrl>https://link/to/your/nexus/or/artifactory/or/sth</contractsRepositoryUrl> <contractDependency> <groupId>com.example</groupId> <artifactId>common-repo-with-contracts</artifactId> @@ -6721,7 +6721,7 @@ mappingsOutputFolder = "target/outputmappings/")
@ClassRule @Shared StubRunnerRule rule = new StubRunnerRule()
-			.repoRoot("http://some_url")
+			.repoRoot("https://some_url")
 			.downloadStub("a.b.c", "loanIssuance")
 			.downloadStub("a.b.c:fraudDetectionServer")
 			.withMappingsOutputFolder("target/outputmappings")
@@ -8467,7 +8467,7 @@ classpath. Remember to annotate your test class with @AutoConfigureStubRun xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/integration - https://www.springframework.org/schema/integration/spring-integration.xsd"> + http://www.springframework.org/schema/integration/spring-integration.xsd"> <!-- REQUIRED FOR TESTING -->