Roy Clarkson
|
bc75e248c2
|
Update copyright date
|
2019-04-18 10:23:28 -04:00 |
|
Spring Operator
|
e6e9acff8a
|
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://docs.oracle.com/javase/8/docs/api/ migrated to:
https://docs.oracle.com/javase/8/docs/api/ ([https](https://docs.oracle.com/javase/8/docs/api/) result 200).
* http://docs.spring.io/spring/docs/ migrated to:
https://docs.spring.io/spring/docs/ ([https](https://docs.spring.io/spring/docs/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://projects.spring.io/spring-cloud migrated to:
https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud) result 301).
|
2019-03-11 12:46:39 -05:00 |
|
Roy Clarkson
|
77db951c65
|
Revert use of implementation dependencies
Gradle `implementation` dependencies produce `runtime` dependencies in Maven
POMs. This is generally not desired for this library projects.
|
2019-01-25 16:51:33 -06:00 |
|
Scott Frederick
|
363dfdbb93
|
Create a spring-cloud-starter-app-broker-cloudfoundry and move all CF-specific dependencies.
|
2018-12-12 17:29:27 -06:00 |
|
rclarkson
|
a269c13bff
|
Add spring-cloud-starter-app-broker
Resolves #137
|
2018-12-03 16:01:37 -06:00 |
|