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