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://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 91 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
=== Samples Acceptance Tests This is an end to end test for the various samples in this repository. The tests launch the Spring Cloud Stream samples as stand alone Spring Boot applications and then verify their correctness. By default, these tests are not run as part of the normal build, as they are mainly intended for continuous integration testing with ongoing changes in the framework. In order to run the tests, we recommend to run the script `./runSamplesE2ETests.sh` in this directory. The script will launch all the middleware and other components in docker containers first. Then it builds the applications and run them.