Commit Graph

7 Commits

Author SHA1 Message Date
Dave Syer
9d4584bb5c Add flag spring.cloud.config.overrideNone
If true (and spring.cloud.config.allowOverride=true) then the bootstrap
property source is added *last*, so all other property sources can override
it (including local config files).

Fixes gh-26, fixes gh-27.
2015-04-28 12:31:25 +01:00
Dave Syer
ecaecb6d32 Re-initialize logging system if the logging.config path changes
Fixes https://github.com/spring-cloud/spring-cloud-config/issues/132
2015-04-27 17:41:04 +01:00
Dave Syer
17f15447e9 Update to 1.0.2 snapshots 2015-04-23 11:11:21 +01:00
Dave Syer
598819bd66 Add support for @Order in BootstrapConfiguration 2015-04-21 08:19:36 +02:00
Dave Syer
92adcefe8a Shake up docs for new library layout 2015-03-19 17:15:37 +00:00
Dave Syer
ae74fe7228 Add annotation processor 2015-03-19 14:27:17 +00:00
Dave Syer
7d480ab41b Extract former config-client features to a new spring-cloud-context
Fixes gh-14
2015-03-19 11:52:25 +00:00