Commit Graph

20 Commits

Author SHA1 Message Date
Ryan Baxter
001fc23a47 Adding proxyBeanMethods = false to configuration files. Fixes #62 2019-11-14 16:36:06 -05:00
Spencer Gibb
362cfe7ec1 Merge branch '2.0.x' into 2.1.x 2019-04-01 12:52:55 -04:00
Spring Operator
32e77a4866 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).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://example.com/oauth/token (404) with 1 occurrences migrated to:
  https://example.com/oauth/token ([https](https://example.com/oauth/token) result 404).
* [ ] http://my-app.cfapps.io (404) with 1 occurrences migrated to:
  https://my-app.cfapps.io ([https](https://my-app.cfapps.io) result 404).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://example.com with 9 occurrences migrated to:
  https://example.com ([https](https://example.com) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
2019-04-01 12:46:18 -04:00
Spring Operator
f1beab8475 URL Cleanup (#41)
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 25 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-04-01 11:34:35 -04:00
Spring Operator
4230336ebc URL Cleanup (#38)
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 23 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-04-01 11:34:02 -04:00
Marcin Grzejszczak
004e83b1e8 Added checkstyle 2019-02-05 15:21:41 +01:00
Dave Syer
6a94cca462 Fix compiler warnings 2017-12-20 10:21:22 +00:00
Spencer Gibb
72b04f00b6 Updates for Finchley and boot 2.0 2017-06-28 12:49:51 -06:00
Spencer Gibb
4f62c2a413 Bump to version 1.1.0
Upgrade s-c-build to 1.3.1

Upgrade netflix/commons/cloudfoundry-client-lib
2017-01-20 14:55:45 -07:00
Dave Syer
bdd196bda3 Remove netflix dependencies
There's no need to depend on netflix libraries but the sample was
using Ribbon, so we took that out so that the release can be
independent.
2016-04-18 11:57:29 +01:00
Sebastien Bortolussi
d8aa50eb85 Fix oauth2 resource jwt keyUri property location
Fixes gh-11
2016-04-18 10:58:13 +01:00
Dave Syer
18d221fd9a Class name change in Spring Boot 2015-11-02 15:05:42 +00:00
Dave Syer
115915e4c0 Fix /authorize endpoint 2015-09-28 09:05:47 +01:00
Dave Syer
57c791e208 Use corrrect key for authorization URI 2015-08-27 11:32:59 +01:00
Dave Syer
fb0595e7ce Add mvn wrapper 2015-08-27 11:25:34 +01:00
Dave Syer
8c185810c0 Fix sso properties for CF service 2015-08-27 11:23:19 +01:00
Dave Syer
6a7c89ce97 Move spring.factories over from security 2015-08-27 10:46:41 +01:00
Dave Syer
5a8930af9d Move VCAP_SERVICES processing over from spring-cloud-security 2015-08-27 10:18:06 +01:00
Dave Syer
1c862dab2b Fix docs 2015-05-21 14:44:15 +01:00
Josh Long
e1bdaa7851 cfdc 2015-05-14 19:31:01 -05:00