From 891ad639c2c3b698e7f748e8dc8c327f0d3e5796 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 00:08:54 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://maven.apache.org/xsd/maven-4.0.0.xsd with 4 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * [ ] http://www.reactive-streams.org/ with 1 occurrences migrated to: https://www.reactive-streams.org/ ([https](https://www.reactive-streams.org/) result 200). * [ ] http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to: https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd) result 200). * [ ] http://www.spring.io with 16 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). # Ignored These URLs were intentionally ignored. * http://docbook.org/ns/docbook with 1 occurrences * http://maven.apache.org/POM/4.0.0 with 8 occurrences * http://www.w3.org/1999/xlink with 1 occurrences * http://www.w3.org/2000/svg with 1 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- .flattened-pom.xml | 10 +++++----- docs/.flattened-pom.xml | 10 +++++----- font-awesome/font/fontawesome-webfont.svg | 2 +- spring-cloud-function.xml | 2 +- spring-cloud-starter-function-web/.flattened-pom.xml | 10 +++++----- .../.flattened-pom.xml | 10 +++++----- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.flattened-pom.xml b/.flattened-pom.xml index 3082a389a..67135da96 100644 --- a/.flattened-pom.xml +++ b/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud @@ -40,7 +40,7 @@ limitations under the License. Dave Syer dsyer at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -50,7 +50,7 @@ limitations under the License. Spencer Gibb sgibb at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -60,7 +60,7 @@ limitations under the License. Marcin Grzejszczak mgrzejszczak at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer @@ -70,7 +70,7 @@ limitations under the License. Ryan Baxter rbaxter at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml index e3ddc440b..9caf4ffd5 100644 --- a/docs/.flattened-pom.xml +++ b/docs/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud @@ -40,7 +40,7 @@ limitations under the License. Dave Syer dsyer at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -50,7 +50,7 @@ limitations under the License. Spencer Gibb sgibb at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -60,7 +60,7 @@ limitations under the License. Marcin Grzejszczak mgrzejszczak at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer @@ -70,7 +70,7 @@ limitations under the License. Ryan Baxter rbaxter at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer diff --git a/font-awesome/font/fontawesome-webfont.svg b/font-awesome/font/fontawesome-webfont.svg index 2edb4ec34..8b349d50e 100755 --- a/font-awesome/font/fontawesome-webfont.svg +++ b/font-awesome/font/fontawesome-webfont.svg @@ -1,5 +1,5 @@ - + diff --git a/spring-cloud-function.xml b/spring-cloud-function.xml index b06fc269a..de359d1b9 100644 --- a/spring-cloud-function.xml +++ b/spring-cloud-function.xml @@ -48,7 +48,7 @@ public class Application { It’s just a Spring Boot application, so it can be built, run and tested, locally and in a CI build, the same way as any other Spring Boot application. The Function is from java.util and Flux is a -Reactive Streams Publisher from +Reactive Streams Publisher from Project Reactor. The function can be accessed over HTTP or messaging. Spring Cloud Function has 4 main features: diff --git a/spring-cloud-starter-function-web/.flattened-pom.xml b/spring-cloud-starter-function-web/.flattened-pom.xml index 47285611b..fb0482c7b 100644 --- a/spring-cloud-starter-function-web/.flattened-pom.xml +++ b/spring-cloud-starter-function-web/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud @@ -39,7 +39,7 @@ limitations under the License. Dave Syer dsyer at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -49,7 +49,7 @@ limitations under the License. Spencer Gibb sgibb at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -59,7 +59,7 @@ limitations under the License. Marcin Grzejszczak mgrzejszczak at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer @@ -69,7 +69,7 @@ limitations under the License. Ryan Baxter rbaxter at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer diff --git a/spring-cloud-starter-function-webflux/.flattened-pom.xml b/spring-cloud-starter-function-webflux/.flattened-pom.xml index c90966a97..a5be4d2a4 100644 --- a/spring-cloud-starter-function-webflux/.flattened-pom.xml +++ b/spring-cloud-starter-function-webflux/.flattened-pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.cloud @@ -39,7 +39,7 @@ limitations under the License. Dave Syer dsyer at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -49,7 +49,7 @@ limitations under the License. Spencer Gibb sgibb at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io lead @@ -59,7 +59,7 @@ limitations under the License. Marcin Grzejszczak mgrzejszczak at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer @@ -69,7 +69,7 @@ limitations under the License. Ryan Baxter rbaxter at pivotal.io Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io developer