51 Commits

Author SHA1 Message Date
Spring Operator
055ea8ebb1 URL Cleanup (#515)
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 63 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-26 16:16:19 -04:00
Spring Operator
0f462558be URL Cleanup (#502)
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 13 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).
* http://projects.spring.io/spring-cloud with 5 occurrences migrated to:
  https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud) result 301).
* http://www.spring.io with 5 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/libs-milestone-local with 4 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local with 1 occurrences migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 4 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 2 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://localhost:8500/v1/acl/create?token=2ee647bd-bd69-4118-9f34-b9a6e9e60746 with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 26 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 13 occurrences
2019-03-26 16:13:45 -04:00
Spencer Gibb
cc54bcbd62 Update to SNAPSHOT 2016-06-30 16:09:39 -06:00
Spencer Gibb
ea20ef3986 Update SNAPSHOT to 1.0.2.RELEASE 2016-06-30 15:56:33 -06:00
Spencer Gibb
c2ff08b665 Remove @ConditionalOnBean
Doesn't make much sense, since it will be created in the parent class.

fixes gh-198
2016-06-14 17:45:40 -06:00
Spencer Gibb
e1082b8cd7 Update to SNAPSHOT 2016-06-07 12:34:31 -06:00
Spencer Gibb
e7b7c31cf7 Update SNAPSHOT to 1.0.1.RELEASE 2016-06-07 12:27:35 -06:00
Dave Syer
6fefb39f86 Update to 1.0.1 snapshots 2016-05-11 09:27:50 +01:00
Spencer Gibb
ca9b92f98f Revert "Update SNAPSHOT to 1.0.0.RELEASE"
This reverts commit c29a544409.
2016-05-10 14:53:25 -06:00
Spencer Gibb
c29a544409 Update SNAPSHOT to 1.0.0.RELEASE 2016-05-10 14:50:18 -06:00
Dave Syer
c5a5c6bd98 Fix dependency order to nail spring-core version 2016-05-09 09:33:56 +01:00
Spencer Gibb
c4fb6b1cf8 More spring-core fixes 2016-05-06 11:32:24 -06:00
Dave Syer
1f961b2091 Revert to snapshots 2016-04-18 14:51:14 +01:00
Dave Syer
bfea7109f8 Update to RC2 2016-04-18 14:50:45 +01:00
Spencer Gibb
314b159a84 Revert "Update SNAPSHOT to milestone 1.0.0.RC1"
This reverts commit e4c066b0b7.
2016-03-23 10:24:27 -06:00
Spencer Gibb
e4c066b0b7 Update SNAPSHOT to milestone 1.0.0.RC1 2016-03-23 10:15:42 -06:00
Marcin Grzejszczak
8e4d101b16 Revert to snapshots 2016-02-05 12:01:44 +01:00
Marcin Grzejszczak
8c0ac35a5e Update to 1.0.0.M6 2016-02-05 11:54:11 +01:00
Spencer Gibb
de0f40ea47 Remove obsolete property. 2016-02-02 16:35:31 -07:00
Spencer Gibb
1c18c220fc Use spring-retry for consul config and discovery.
fixes gh-81
2016-02-02 16:32:12 -07:00
Marcin Biegan
9ae48f0634 Allow customizable discovery configuration
Added @ConditionalOnMissingBean to ConsulDiscoveryClientConfiguration
to make it possible to provide custom implementations.

Some general polish

fixes gh-119
2016-01-21 14:12:46 -07:00
Spencer Gibb
c54cb8b827 Revert "Update SNAPSHOT to MILESTONE 1.0.0.M5"
This reverts commit d883f5d1bb.
2015-12-22 11:53:44 -07:00
Spencer Gibb
d883f5d1bb Update SNAPSHOT to MILESTONE 1.0.0.M5 2015-12-22 11:51:20 -07:00
Spencer Gibb
d447374722 Revert Update SNAPSHOT to MILESTONE 1.0.0.M4 2015-11-17 13:45:29 -07:00
Spencer Gibb
fbe47137dd Update SNAPSHOT to MILESTONE 1.0.0.M4 2015-11-17 13:41:24 -07:00
Spencer Gibb
1e129d37fe added @ConditionalOnConsulEnabled
fixes gh-93
2015-09-25 14:03:37 -06:00
Kevin McBride
ca23e6d0a2 Fix ConsulHealthIndicator advertiseAddress detail 2015-09-22 10:38:07 -07:00
Spencer Gibb
71a5c8b093 Guard actuator beans with @ConditionalOnClass.
fixes gh-78
2015-09-08 14:15:50 -06:00
Albert van 't Hart
5941331814 Expose only important attributes in ConsulHealthIndicator 2015-09-03 23:26:03 -06:00
Spencer Gibb
3ade16dfb3 Merge branch 'starters' 2015-06-02 08:54:28 -06:00
Spencer Gibb
d28e7f0230 add missing httpcore dependency to starters 2015-06-01 20:32:58 -06:00
Spencer Gibb
6f1fe48448 add missing httpcore dependency
fixes gh-37
2015-06-01 20:31:38 -06:00
Spencer Gibb
e43e8453d0 add missing httpcore dependency
fixes gh-37
2015-06-01 20:19:47 -06:00
Spencer Gibb
93398e829a spring-cloud-starter for each module
fixes gh-34
2015-06-01 13:30:32 -06:00
Spencer Gibb
01949ffac7 polish & make sure config contexts are in order most to least specific 2015-05-26 12:15:35 -06:00
Spencer Gibb
6963231efc removed unused property that had been moved 2015-05-26 12:00:09 -06:00
Spencer Gibb
1987d727f6 removed unused property that had been moved 2015-05-26 11:58:55 -06:00
Zach Marshall
d5d900555c Make consul auto configuration conditional
Use value of spring.cloud.consul.enabled property to drive auto
creation of consul configuration components.
2015-05-21 11:07:49 -04:00
Spencer Gibb
6e1701b01a set version to 1.0.0.BUILD-SNAPSHOT 2015-05-20 16:39:28 -06:00
Spencer Gibb
4db917517d move config namespace to spring.cloud.consul.* 2015-05-20 16:09:39 -06:00
Spencer Gibb
b77cbbb603 format pom.xml files 2015-03-19 19:38:16 -06:00
Spencer Gibb
c8a9d40547 remove dependency on s-c-config-client.
bump version to 1.0.0.BUILD-SNAPSHOT.
form java files
2015-03-19 19:35:09 -06:00
Spencer Gibb
d005717acd add copyright to java files 2015-03-13 15:21:35 -06:00
Spencer Gibb
e35ac90108 move new filters to discovery, use ServiceCheckServerListFilter as the default filter 2015-03-13 13:33:11 -06:00
nicu marasoiu
c3f172d344 add ecwid repo; @Scheduled; other fixes 2015-03-13 10:28:43 +02:00
nicu marasoiu
7ec2132162 Send heartbeats at 2/3 of ttl + List service nodes filtered by alive, when getting the server list 2015-03-12 17:45:43 +02:00
Spencer Gibb
8527d68aa1 Merge branch 'master' into consul-client
Conflicts:
	spring-cloud-consul-core/pom.xml
	spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/client/EventService.java
	spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/model/Event.java
	spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/model/KeyValue.java
	spring-cloud-consul-core/src/test/java/org/springframework/cloud/consul/client/AgentClientIT.java
	spring-cloud-consul-discovery/pom.xml
	spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.java
	spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulLoadBalancerClient.java
	spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulServerList.java
2015-02-05 10:46:53 -07:00
Spencer Gibb
7b71befab9 remove guava 2015-02-05 10:39:48 -07:00
Spencer Gibb
ca7bdfe92e update to use Ecwid/consul-api, all working except events 2015-01-27 15:10:44 -07:00
Spencer Gibb
5eb310362a initial sidecar impl.
use netflix-ribbon configuration
2015-01-26 23:30:27 -07:00