Dave Syer
cde7c7f311
Bump spring-security-rsa
10 years ago
Dave Syer
5d7f18f91f
Ensure there is only one shutdown hook
...
The effect of not doing this is not often noticeable, but you sometimes
get a race condition between a context and its parent closing in different
threads without it.
10 years ago
Dave Syer
6d4248bbcd
Respect encrypt.failFast on client
10 years ago
Spencer Gibb
9bb0caa985
removed duplicate license
10 years ago
Dave Syer
c2d1c0356c
Ensure property source decryption works even if RSA not available
...
Fixes gh-34
10 years ago
Dave Syer
2978b8df4d
Clean up shutdown hooks on refresh
...
Fixes gh-63
10 years ago
Dave Syer
e340855b32
Add decrypted property source to bootstrap environment
...
... and rebind to @ConfigurationProperties so that other listeners
can take advantage of the changes.
Fixes gh-32
10 years ago
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.
10 years ago
Dave Syer
ecaecb6d32
Re-initialize logging system if the logging.config path changes
...
Fixes https://github.com/spring-cloud/spring-cloud-config/issues/132
10 years ago
Dave Syer
17f15447e9
Update to 1.0.2 snapshots
10 years ago
Dave Syer
598819bd66
Add support for @Order in BootstrapConfiguration
10 years ago
Dave Syer
92adcefe8a
Shake up docs for new library layout
10 years ago
Dave Syer
ae74fe7228
Add annotation processor
10 years ago
Dave Syer
7d480ab41b
Extract former config-client features to a new spring-cloud-context
...
Fixes gh-14
10 years ago