7 Commits

Author SHA1 Message Date
Soby Chacko
45603fee36 Making incremental changes to fix cf test failures 2019-08-12 11:54:34 -04:00
Spring Operator
5236c7f7c8 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/assembly-1.1.2.xsd with 6 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 9 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://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 18 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 15 occurrences
2019-03-21 15:39:47 -04:00
Soby Chacko
7ad5d8bbc0 Remove all module listing from parent pom
Individual modules will be built from CI as need be through various shell scripts
2018-08-22 16:22:16 -04:00
Soby Chacko
cc1689f9ea Restructuring the project
Moving around support files
Script changes
Polishing
2018-08-22 10:57:20 -04:00
Soby Chacko
50ca548db6 SCST Acceptance tests chagnes
Merging CF and K8S Junit tests into a common test hierarchy
Add support for CF manifests and K8S yaml files at the root level of the repository
Script refactoring changes
2018-08-21 11:08:29 -04:00
Soby Chacko
d58ca616eb CF Acceptance Tests
Move CF Acceptance tests from spring-cloud-stream-samples repository to here
2018-08-16 16:37:03 -04:00
Soby Chacko
27a2cb4c63 Initial Commit
Root pom.xml - spring-cloud-stream-acceptance-tests-parent
Local acceptance tests based on spring-cloud-stream-samples
2018-08-16 16:00:11 -04:00