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 -->