Commit Graph

117 Commits

Author SHA1 Message Date
Dave Syer
2840887da8 Revert to snapshots 2016-05-10 16:46:56 +01:00
Dave Syer
89b72f0e0f Update for 1.1.0.RELEASE 2016-05-10 16:42:36 +01:00
Dave Syer
10fc5f6e54 Fix dependency order to nail spring-core version 2016-05-09 09:33:52 +01:00
Dave Syer
18305ba8b8 Revert to snapshots 2016-04-18 10:49:01 +01:00
Dave Syer
8e381eae82 Update to RC2 2016-04-18 10:48:33 +01:00
Spencer Gibb
0d49c9a12e Change default config server id to lowercase.
All caps is a holdover from eureka, but eureka query is case insensitive.

This helps case sensitive service registries like consul and zookeeper.
2016-04-04 11:51:04 -06:00
Dave Syer
14013b2570 Revert to snapshots 2016-03-22 16:56:38 +00:00
Dave Syer
031e01af45 Bump for 1.1.0.RC1 2016-03-22 16:55:53 +00:00
Spencer Gibb
e9d3db4ac6 Move o.s.c.util to o.s.c.commons.util 2016-03-02 10:20:48 -07:00
Dave Syer
df8d14934d Improve diagnostics for missing config server 2016-02-23 16:19:09 +00:00
Dave Syer
3c8ce9fb20 Revert to snapshots 2016-02-05 06:53:51 +00:00
Dave Syer
b31a5b4eec Update to 1.1.0.M5 2016-02-05 06:53:13 +00:00
Dave Syer
320e082fe4 Add additional test for config server bootstrap 2016-01-25 11:18:00 +00:00
Dave Syer
ce44a04030 Move generic config server discovery to spring-cloud-config
Fixes gh-302 (spring-cloud-consul and -zookeeper my still need
to add some bootstrap config to ensure that the DiscoveryClient
is available in bootstrap context).
2016-01-25 11:02:27 +00:00
Dave Syer
25b24e6406 Add some docs for config properties 2015-12-30 15:06:18 +00:00
Dave Syer
56feb145d5 Revert to snapshots 2015-12-22 09:31:46 +00:00
Dave Syer
2c4dc7e0ce Update to 1.1.0.M4 2015-12-22 09:28:33 +00:00
Dave Syer
1c69c59705 Revert to snapshots 2015-11-17 12:09:56 +00:00
Dave Syer
5574535b07 Update to 1.1.0.M3 2015-11-17 12:09:08 +00:00
Dave Syer
e9ef01bb95 Compiler warnings 2015-11-02 15:05:50 +00:00
Dave Syer
444a8cb39f Update to 1.1.0.BUILD_SNAPSHOT again 2015-10-23 17:58:08 +01:00
Dave Syer
31d4326756 Update to 1.1.0.M2 2015-10-23 17:56:48 +01:00
Spencer Gibb
5ceca18292 Add version to environment response
Users see it logged by the config client, and it appears in the
Environment response from the config server. It's hard to add it
to the /env endpoint without some extension points in Boot.

Fixes gh-244, fixes gh-245
2015-10-02 11:40:22 +01:00
Dave Syer
df1f62374d Remove dependency on spring-boot-starter
Fixes gh-116
2015-09-23 11:06:24 +01:00
Dave Syer
92cc01c029 Add INFO logging for config server URL in client
Fixes gh-232
2015-09-23 10:34:34 +01:00
Dave Syer
f5017cdbad Revert to snapshot 2015-09-08 10:21:35 +01:00
Dave Syer
aca20566be Update for M1 release 2015-09-08 10:12:42 +01:00
Dave Syer
a964a2840a Fix typo 2015-08-14 11:11:31 +01:00
Aizhan
4aaf8cd188 avoid throwing htpp 404 error 2015-08-12 09:06:25 -06:00
Dave Syer
72096d7357 Replace spring.config.retry -> spring.cloud.config.retry
Fixes gh-197
2015-07-21 09:19:49 +01:00
Dave Syer
e946845873 Jackson is needed for compile 2015-07-21 06:51:37 +01:00
Dave Syer
14236e3837 Merge branch '1.0.x' 2015-07-18 10:00:06 +01:00
Glenn Renfro
54f76bc2fd GH-193 logs warning if failFast is false
ConfigServicePropertySourceLocator should log a warning and not an error if failFast is false
2015-07-18 09:59:53 +01:00
Spencer Gibb
e99291b6b5 add missing jackson-annotations dependency
fixes https://github.com/spring-cloud-samples/scripts/issues/14
2015-07-16 16:34:03 -06:00
Dave Syer
80d235a8be Add missing Jackson depednency 2015-07-13 11:48:21 +01:00
Dave Syer
9115872a3d Merge branch '1.0.x' 2015-07-10 11:54:41 +01:00
Kees Koffeman
ccc44db8eb Search in ancestors for bean of type ConfigClientProperties
Before this change we check that it is there, then don't look in the
ancestors. A test would be useful.

Fixes gh-191
2015-07-10 11:53:40 +01:00
Dave Syer
3e46e64e87 Update to Brixton 2015-06-26 12:57:05 +01:00
Dave Syer
1a0e6689dc Prepare master for next snapshot 2015-06-26 10:57:18 +01:00
Dave Syer
059a2078f3 Revert "added optional spring-security-rsa"
This reverts commit 343d5e47ea.
2015-06-24 20:42:11 +01:00
Spencer Gibb
343d5e47ea added optional spring-security-rsa 2015-06-24 12:18:42 -06:00
Dave Syer
bb0aab0471 Rename to health.config.enabled
More consistent with other health inidicator flags.
2015-05-27 10:06:35 +01:00
Dave Syer
4bae50676a Add spring.cloud.config.health.enabled (default true)
Fixes gh-159
2015-05-27 09:52:15 +01:00
wojtkiewicz
7437cdef49 Introduce TextEncryptorLocator abstraction
Allows more customization of encryption and decryption stack. Should
be no change for existing users.

Fixes gh-124
2015-05-26 15:26:04 +01:00
Dave Syer
ce3a20d262 Allow label to be a comman-separated list on config client
The client will search through a list of labels until it finds one
that succeeds, otherwise fail.

Fixes gh-153
2015-05-19 12:51:10 +01:00
Spencer Gibb
242baae663 add a configurable health indicator for the Config Server
fixes gh-142
2015-05-04 13:32:51 -06:00
Dave Syer
5d1af78f91 Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
a1cbf78188 Only enable retry if failFast=true 2015-04-21 08:41:29 +02:00
Dave Syer
5f379c0a62 Add support for retry in config client
If Spring Retry is on the classpath (and AspectJ) the config client
will create a proxy for the ConfigServerPropertySourceLocator that
retries a failed environment fetch. In this way the client can be
made to wait for the config server to come up, even if failFast=true.
(If failFast=false, the default, then it has no effect.)

Fixes gh-90, fixes gh-129
2015-04-21 08:20:07 +02:00
Dave Syer
5a80ce9e3a Explicitly list profiles and label in Environment
Fixes gh-111
2015-03-20 13:13:52 +00:00