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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://xslthl.sf.net (301) with 1 occurrences could not be migrated: ([https](https://xslthl.sf.net) result AnnotatedConnectException). # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://www.puppycrawl.com/dtds/configuration_1_2.dtd (404) with 1 occurrences migrated to: https://www.puppycrawl.com/dtds/configuration_1_2.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_2.dtd) result 404). ## 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://asciidoctor.org with 1 occurrences migrated to: https://asciidoctor.org ([https](https://asciidoctor.org) result 200). * http://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 11 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://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to: https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200). * http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to: https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 22 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 12 occurrences
= Data Flow Template Example This example provides an example of using the Spring Cloud Data Flow Template to interact with a Spring Cloud Data Flow server programmatically. This examples, will import https://cloud.spring.io/spring-cloud-stream-app-starters/[Stream App Starter applications] and print the the list of imported application to the console. In order to get everything running we need to setup the following server instances: * Spring Cloud Skipper (secured by OAUTH2, port `7577`) * Spring Cloud Data Flow (secured by OAUTH2, port `9393`) == Build + Run Configure the example application in `DataflowTemplateApplication.java`. Then build using `$ mvn clean package` and run using `$ java -jar target/dataflow-template-1.0.0.BUILD-SNAPSHOT.jar`