58 Commits

Author SHA1 Message Date
buildmaster
1d87646ea8 Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2019-06-08 00:15:12 +00:00
buildmaster
299a5575a8 Going back to snapshots 2019-06-08 00:15:12 +00:00
buildmaster
590c7892bf Update SNAPSHOT to 2.0.2.RELEASE 2019-06-08 00:08:22 +00: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
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
Spring Operator
5dee2ea031 URL Cleanup (#32)
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 8 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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:  
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 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 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
2019-03-16 11:33:46 -04:00
buildmaster
9abdc8f322 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-10-23 18:06:44 +00:00
buildmaster
6b7141861a Going back to snapshots 2018-10-23 18:06:43 +00:00
buildmaster
e7512818b5 Update SNAPSHOT to 2.0.1.RELEASE 2018-10-23 18:04:14 +00:00
Spencer Gibb
571dc29f16 Bumps to 2.0.1.BUILD-SNAPSHOT 2018-06-19 13:12:14 -04:00
Ryan Baxter
f1e2460d8f Merge remote-tracking branch 'origin/1.1.x' 2018-06-11 09:55:36 -04:00
Ryan Baxter
ffa122a7ee adding spring boot autoconfigure processor 2018-06-11 09:54:59 -04:00
buildmaster
982f515408 Going back to snapshots 2018-04-20 20:31:41 +00:00
buildmaster
553ca1d7b0 Update SNAPSHOT to 2.0.0.RC1 2018-04-20 20:30:52 +00:00
buildmaster
fa3922b641 Going back to snapshots 2018-02-09 22:51:06 +00:00
buildmaster
0a0678d7be Update SNAPSHOT to 2.0.0.M3 2018-02-09 22:50:25 +00:00
buildmaster
e27af11b2d Bumping versions to 1.1.2.BUILD-SNAPSHOT after release 2017-12-22 15:44:44 +00:00
buildmaster
87b1e20292 Going back to snapshots 2017-12-22 15:44:44 +00:00
buildmaster
6c02a9e02f Update SNAPSHOT to 1.1.1.RELEASE 2017-12-22 15:43:33 +00:00
Dave Syer
6a94cca462 Fix compiler warnings 2017-12-20 10:21:22 +00:00
buildmaster
3089931065 Going back to snapshots 2017-12-02 03:09:45 +00:00
buildmaster
f913c16f4e Update SNAPSHOT to 2.0.0.M2 2017-12-02 03:09:12 +00:00
Spencer Gibb
98b2a42650 Going back to snapshots 2017-06-28 12:59:22 -06:00
Spencer Gibb
ba5e5541a4 Update SNAPSHOT to 2.0.0.M1 2017-06-28 12:55:26 -06:00
Spencer Gibb
72b04f00b6 Updates for Finchley and boot 2.0 2017-06-28 12:49:51 -06:00
Spencer Gibb
1d1ba75c68 Bumping versions to 1.1.1.BUILD-SNAPSHOT after release 2017-04-10 21:40:34 -06:00
Spencer Gibb
683706a739 Going back to snapshots 2017-04-10 21:40:34 -06:00
Spencer Gibb
6040a6a1f3 Update SNAPSHOT to 1.1.0.RELEASE 2017-04-10 21:38:58 -06:00
Spencer Gibb
9e06627306 Revert "Update SNAPSHOT to 1.1.0.M1"
This reverts commit 2b0e681b2d.
2017-01-27 13:00:27 -07:00
Spencer Gibb
2b0e681b2d Update SNAPSHOT to 1.1.0.M1 2017-01-27 12:56:44 -07: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
1e2a1031f6 Revert to snapshots 2016-09-21 10:23:56 +01:00
Dave Syer
53ebccbbca Update to 1.0.1 2016-09-21 10:22:15 +01:00
Dave Syer
7e7e270f6f Revert to snapshots 2016-05-10 17:17:52 +01:00
Dave Syer
0f2398255c Update for 1.1.0.RELEASE 2016-05-10 17:16:44 +01:00
Dave Syer
166142e479 Revert to snapshots 2016-04-18 14:16:10 +01:00
Dave Syer
8cf834d406 Update to RC2 2016-04-18 14:15:31 +01: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
Spencer Gibb
34c7f0c0f9 Revert "Update SNAPSHOT to milestone 1.0.0.RC1"
This reverts commit 32f17f11b2.
2016-03-23 10:50:20 -06:00
Spencer Gibb
32f17f11b2 Update SNAPSHOT to milestone 1.0.0.RC1 2016-03-23 10:46:34 -06:00
Dave Syer
5257b24c0f Revert to snapshots 2016-02-05 09:10:46 +00:00
Dave Syer
c3b11f430c Update to 1.0.0.M4 2016-02-05 09:09:52 +00:00
Dave Syer
c3c285b1e6 Revert to snapshots 2015-11-17 12:41:10 +00:00
Dave Syer
2c80e6c08c Update to 1.0.0.M3 2015-11-17 12:40:36 +00: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
f1d4b9636c Revert to snapshot 2015-09-08 10:21:35 +01:00
Dave Syer
d78ef2d773 Update for M1 release 2015-09-08 10:12:42 +01:00
Dave Syer
57c791e208 Use corrrect key for authorization URI 2015-08-27 11:32:59 +01:00