Dave Syer
99cd797464
Reverse order of property sources before decrypting
...
Fixes gh-70
9 years ago
Spencer Gibb
12dd15682d
Bumped to 1.0.4.BUILD-SNAPSHOT
9 years ago
Dave Syer
442a7e87c3
Internal change in RefreshEndpoint to keep property sources separate
...
The incoming (existing) environment needs to be used to initalize the
context that is created to grab the new environment, but we shouldn't
re-use the existing environment, rather just copy the property sources
and profiles.
10 years ago
Dave Syer
8664dbf9d3
Add test for refresh scope on configuration properties list
10 years ago
Dave Syer
ac6b833a97
Use bean post processor to rebind info endpoint
...
Fixes gh-25
10 years ago
Dave Syer
3e0bf055fe
Prepare master for next snapshot
10 years ago
Dave Syer
e737c1e886
Check classpath before instantiating RSA
10 years ago
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