Commit Graph

60 Commits

Author SHA1 Message Date
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
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
Bill Gray
8206c2c923 reduce logging on ConfigWatch connection failure
fixes gh-181
2016-06-03 11:18:18 -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
Dave Syer
ca7d70f712 Tidy up dependencies a bit (and verify build with Boot 1.4) 2016-05-05 16:47:59 +01: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
e767c4e64f Fix broken test 2016-04-01 17:54:51 -06: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
Spencer Gibb
c6e7db055e Support .yaml extension for FILES format. 2016-03-11 16:16:40 -07:00
Spencer Gibb
373072182a Added FILES configuration format.
Useful for tools like git2consul that load files into individual keys in consul KV.

Fixes gh-152
2016-03-11 14:43:38 -07:00
Spencer Gibb
1d8572d408 Only run auto config if consul and consul config is enabled. 2016-02-29 12:22:15 -07:00
Spencer Gibb
9a8ea16312 Only log ConfigWatch errors to trace if failFast=false.
fixes gh-145
2016-02-26 10:32:01 -07:00
Spencer Gibb
2212b9e31a If failFast=false only log warnings for config loading.
fixes gh-137
2016-02-25 10:30:34 -07:00
Spencer Gibb
a58311f1a0 Always pass acl token (even if null). Add consul.token shortcut. 2016-02-10 18:50:44 -07:00
Spencer Gibb
c678035e58 Ignore test failing on travis 2016-02-09 17:22:00 -07:00
Spencer Gibb
68a851a879 Update timeout for travis 2016-02-09 17:15:06 -07:00
Spencer Gibb
3e875bca82 Use RefreshEvent/Listener from s-c-commons 2016-02-08 17:11:50 -07:00
Spencer Gibb
fd0befb196 renamed bean 2016-02-08 16:37:40 -07:00
Spencer Gibb
7ed138644e Update timeouts in tests 2016-02-08 16:05:33 -07:00
Spencer Gibb
d1141a830c Watch consul config and refresh when there are changes.
fixes gh-19
2016-02-08 15:31:36 -07: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
f8f2d87d0d Make sure non-string properties work.
fixes gh-128
2016-01-15 15:33:14 -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
d9b299a8c3 change constraint on enum from @NotEmpty to @NotNull 2015-11-20 13:18:27 -07:00
Srikalyan Swayampakula
1b31908eb4 Support different formats for config.
Add support for YAML and Properties blobs.
Key/Value is still the default.
2015-11-20 12:51:03 -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
Spencer Gibb
f38b19ba75 remove @ConditionalOnBean(ConsulClient.class) 2015-09-25 10:42:04 -06:00
Spencer Gibb
9ba816c44f Add @ConditionalOnBean(ConsulClient.class)
fixes gh-93
2015-09-24 20:38:53 -06:00
Bill Gray
5154b91855 add support for acl tokens in discovery and config 2015-09-04 15:56:52 -06:00
gandrianakis
1d7e6548d2 Minor changes indicated by code inspection 2015-07-10 13:30:42 -06:00
Jérôme Mirc
caba0f37da Reformat code 2015-06-22 12:00:39 -04:00
Jérôme Mirc
fed8a00ee9 Consul client returns nodes and leaves. This fix will save only the leaves in the properties map. 2015-06-19 09:49:36 -04:00
Spencer Gibb
90dfce5990 add ability to disable config via properties 2015-06-18 14:38:51 -06:00
Spencer Gibb
a66e7c2bfb only add property if key has text
fixes gh-42
2015-06-17 11:17:40 -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