11 Commits

Author SHA1 Message Date
Spring Operator
b2c7a028c7 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 114 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-22 14:51:43 -05:00
Spring Operator
cf55d398b9 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/javaee/6/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javaee/6/api/ ([https](https://docs.oracle.com/javaee/6/api/) result 200).
* http://docs.oracle.com/javase/7/docs/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javase/7/docs/api/ ([https](https://docs.oracle.com/javase/7/docs/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 5 occurrences 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 with 1 occurrences 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-credhub with 1 occurrences migrated to:
  https://projects.spring.io/spring-credhub ([https](https://projects.spring.io/spring-credhub) result 301).
2019-03-18 10:52:52 -05:00
Scott Frederick
fae55ea40f Upgrade gradle wrapper and Spring gradle plugins. Fixed springIO compatibility checks. 2017-11-06 16:58:40 -06:00
Daniel Lavoie
0446b8f096 Support Spring Boot autoconfiguration
- Added spring-credhub-starter project
- Updated demo app with spring-credhub-starter

[Closes #23]
2017-11-03 11:40:07 -04:00
Scott Frederick
4ae6c1d2f0 Remove maven build files. Remove demo project from top-level build. 2017-06-15 14:33:11 -05:00
Scott Frederick
26c7dc4312 Add Gradle build files. 2017-06-15 12:10:42 -05:00
Scott Frederick
4ca7cc2b43 Use Spring Cloud Connectors 1.2.5.RC1. 2017-06-12 15:54:44 -05:00
Scott Frederick
6bc39c2ad7 Change the name of the interpolation endpoint. Remove wrapping of service data with a 'VCAP_SERVICES' key in the interpolation implementation. 2017-06-09 17:02:12 -05:00
Scott Frederick
875060222f Add package-level javadocs. 2017-06-06 11:07:25 -05:00
Scott Frederick
68e045adf2 Improve error handling in cloud connector. 2017-06-02 11:32:47 -05:00
Scott Frederick
fe2768a957 Add Connectors credentials post-processor. 2017-05-11 16:21:59 -05:00