67 Commits

Author SHA1 Message Date
Spring Operator
99db9e1b2c URL Cleanup (#505)
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:25:16 -04:00
buildmaster
a707941e5c Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-18 13:29:50 +00:00
buildmaster
917c134350 Going back to snapshots 2018-06-18 13:29:49 +00:00
buildmaster
1ade0553ee Update SNAPSHOT to 2.0.0.RELEASE 2018-06-18 13:26:29 +00:00
Spencer Gibb
9262c47fb8 Updates to s-c-build 2.0.2.BUILD-SNAPSHOT 2018-06-05 15:29:34 -04:00
buildmaster
9849895867 Going back to snapshots 2018-05-24 19:00:21 +00:00
buildmaster
445fffff34 Update SNAPSHOT to 2.0.0.RC2 2018-05-24 18:59:33 +00:00
buildmaster
b8589e0eaa Going back to snapshots 2018-04-20 18:37:39 +00:00
buildmaster
b61187c761 Update SNAPSHOT to 2.0.0.RC1 2018-04-20 18:36:47 +00:00
buildmaster
328995c639 Going back to snapshots 2018-03-22 20:51:19 +00:00
buildmaster
19a47a366f Update SNAPSHOT to 2.0.0.M9 2018-03-22 20:50:33 +00:00
buildmaster
e63a3d4232 Going back to snapshots 2018-03-02 17:03:35 +00:00
buildmaster
5a79537a76 Update SNAPSHOT to 2.0.0.M8 2018-03-02 17:02:51 +00:00
buildmaster
b5eb64de2a Going back to snapshots 2018-02-26 17:30:07 +00:00
buildmaster
b1124e3fbe Update SNAPSHOT to 2.0.0.M7 2018-02-26 17:29:21 +00:00
buildmaster
12d778f330 Going back to snapshots 2018-02-09 17:47:33 +00:00
buildmaster
5ad8288e85 Update SNAPSHOT to 2.0.0.M6 2018-02-09 17:46:50 +00:00
buildmaster
1725550349 Going back to snapshots 2017-12-01 21:42:39 +00:00
buildmaster
9558b7651d Update SNAPSHOT to 2.0.0.M5 2017-12-01 21:41:58 +00:00
buildmaster
0c7badb772 Going back to snapshots 2017-11-14 21:54:31 +00:00
buildmaster
54142ba2b4 Update SNAPSHOT to 2.0.0.M4 2017-11-14 21:53:46 +00:00
buildmaster
3a780623c1 Going back to snapshots 2017-10-27 15:49:29 +00:00
buildmaster
698124544c Update SNAPSHOT to 2.0.0.M3 2017-10-27 15:48:50 +00:00
Spencer Gibb
0972699040 Going back to snapshots 2017-08-17 15:25:48 -06:00
Spencer Gibb
ac2821db5f Update SNAPSHOT to 2.0.0.M2 2017-08-17 15:17:19 -06:00
Spencer Gibb
d4326005f9 Going back to snapshots 2017-06-16 14:54:23 -06:00
Spencer Gibb
02c522d015 Update SNAPSHOT to 2.0.0.M1 2017-06-16 14:53:15 -06:00
Dave Syer
ac9d609a27 Update rsa library 2017-05-12 14:30:46 +01:00
Dave Syer
bf68a8ac10 Update RSA library 2017-05-11 11:20:16 +01:00
Spencer Gibb
d11abd8f5e make code compile 2017-03-17 18:46:39 -06:00
Spencer Gibb
23f3e461ac Going back to snapshots 2017-03-15 17:40:06 -06:00
Spencer Gibb
e75034a6fc Update SNAPSHOT to 1.2.0.RC1 2017-03-15 17:32:18 -06:00
Spencer Gibb
b4bd6fdeff Revert "Update SNAPSHOT to 1.2.0.M1"
This reverts commit d9d3b5f74a.
2017-01-26 10:41:16 -07:00
Spencer Gibb
d9d3b5f74a Update SNAPSHOT to 1.2.0.M1 2017-01-26 10:39:31 -07:00
Spencer Gibb
210c7b9017 Update spring-cloud-build to 1.3.1.BUILD-SNAPSHOT 2017-01-09 18:25:48 -07:00
Spencer Gibb
bf4b6e3293 Create a ServiceRegistry interface.
Allow service discovery systems to register more than one instance.

Automatic registration will still take place.

Add boolean autoRegister() to EnableDiscoveryClient, defaults to true.

Add ServiceRegistryEndpoint.

fixes gh-9
2016-11-07 10:30:54 -07:00
Spencer Gibb
d850aad13f Bump to 1.2.0.BUILD-SNAPSHOT 2016-10-27 15:58:59 -06:00
Dave Syer
65c00ecb93 Revert to snapshots 2016-10-17 09:15:38 +01:00
Dave Syer
5d2d2908db Update for 1.1.4 2016-10-17 09:08:50 +01:00
Dave Syer
8089c0d411 Revert to snapshots 2016-09-21 09:39:11 +01:00
Dave Syer
897555a57a Update to 1.1.3 2016-09-21 09:38:16 +01:00
Spencer Gibb
0b61f4e089 Add spring-security-rsa back to dependencies.
With exclusion of spring-security-crypto and spring-core
2016-09-19 10:04:53 -06:00
Dave Syer
845cce0b0b Rationalize dependency management in BOMs 2016-09-19 12:02:03 +01:00
Dave Syer
30a7bb9a70 Update spring-security-rsa to latest 1.0.3 2016-09-16 12:10:44 +01:00
Dave Syer
cff67e0a12 Revert to snapshots 2016-09-06 14:53:36 +01:00
Dave Syer
00a2f23c00 Update to 1.1.2 2016-09-06 14:36:20 +01:00
Dave Syer
6b957042e4 Change repo URLs to https 2016-08-17 17:31:22 +01:00
Spencer Gibb
945f430efe Update to SNAPSHOT 2016-06-06 17:01:58 -06:00
Spencer Gibb
aaff352781 Update SNAPSHOT to 1.1.1.RELEASE 2016-06-06 16:31:03 -06:00
Spencer Gibb
ddfd8aa0e0 Polish versions in spring-cloud-commons-dependencies 2016-06-06 15:44:33 -06:00