Spring Operator
fef2986417
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://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 196 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 13:30:23 -05:00
Spring Operator
deff0f36ea
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 18 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.apache.org/licenses/LICENSE-2.0 with 19 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 36 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 18 occurrences
2019-03-16 10:51:53 -05:00
Spring Buildmaster
83a7003656
[artifactory-release] Next development version
2019-02-21 19:54:44 +00:00
Spring Buildmaster
a8b61539c9
[artifactory-release] Release version 2.0.1.RELEASE
2019-02-21 19:54:41 +00:00
Glenn Renfro
23d7ed0803
Updated so that the TaskJobLauncherCommandLineRunner matches JobLauncherCommandLineRunner
...
in Boot 2.0.7.
REMOVE the Spring boot dependencies. They are here only until the 2.0.7.RELEASE is out.
resolves #470
Updated versions
2019-02-13 17:57:24 -05:00
Michael Minella
4c5ce965fd
Incremented version to the next development version
2018-05-08 17:01:51 -05:00
Spring Buildmaster
81b54aadba
[artifactory-release] Next development version
2018-05-03 20:43:48 +00:00
Michael Minella
09ff552b8d
Added a sample that illustrates using multiple DataSources
...
This PR adds a sample that illustrates the use of multiple DataSources
in a single Spring Cloud Task application.
Resolves #413
Updated based on code review
2018-04-13 16:44:14 -04:00