spencergibb
9a78893238
don't rely on name for bootstrap context bean
4 years ago
spencergibb
9efc70b694
Provide original BootstrapContext to ConfigDataContextRefresher
...
RefreshBootstrapRegistryInitializer saves the BootstrapContext to the application context so ConfigDataContextRefresher can reuse it during rebind.
This fixes issues where custom beans were created such as RestTemplate or discovery first config server lookup.
Fixes gh-933
4 years ago
buildmaster
6b7772cab4
Bumping versions to 2.2.9.BUILD-SNAPSHOT after release
4 years ago
buildmaster
dee48dd900
Going back to snapshots
4 years ago
buildmaster
2e8cf980cd
Update SNAPSHOT to 2.2.8.RELEASE
4 years ago
spencergibb
cec00606fe
moves test away from outputcapture
4 years ago
spencergibb
6e556a5088
put test output in variable
4 years ago
spencergibb
355d3cf5e2
adds debug
4 years ago
spencergibb
a9c88e6f5a
Updates tests for java 16
4 years ago
buildmaster
81ae09f20d
Bumping versions to 3.0.3-SNAPSHOT after release
4 years ago
buildmaster
708f92ae57
Going back to snapshots
4 years ago
buildmaster
c0723f3af3
Update SNAPSHOT to 3.0.2
4 years ago
buildmaster
0c0aa00e2d
Bumping versions
4 years ago
spencergibb
cde355e5e5
Provides a way to disable DecryptEnvironmentPostProcessor.
...
Fixes gh-927
4 years ago
spencergibb
3885af8caf
Moves bootstrap enabled property to refresh property source.
...
LegacyContextRefresher used to set `spring.cloud.bootstrap.enabled=true` as a property using the api of `SpringApplicationBuilder`. This change moves the setting of properties for refresh from ContextRefresher to LegacyContextRefresher since they are only applicable there. The bootstrap enabled propery is now set on the refresh property source rather than the api.
Fixes gh-892
4 years ago
spencergibb
5928ccd168
Ensure that TextEncryptor can be excluded.
...
Moves usage of TextEncryptor to TextEncryptorUtils.
Fixes gh-912
4 years ago
spencergibb
da22aed5d8
Move CachedRandomPropertySource to EnvironmentPostProcessor
...
Previously it was an auto-configuration that only worked in legacy bootstrap mode.
Fixes gh-919
4 years ago
spencergibb
38a3711be7
Retain configured property sources across refresh.
...
Fixes gh-913
4 years ago
Ian Hu
e42f0987bb
Avoid hard-coded SCOPED_TARGET_PREFIX usage. ( #811 )
...
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
4 years ago
buildmaster
3aff1bea0d
Bumping versions to 2.2.8.BUILD-SNAPSHOT after release
4 years ago
buildmaster
c8d0e7f13d
Going back to snapshots
4 years ago
buildmaster
d74cd35533
Update SNAPSHOT to 2.2.7.RELEASE
4 years ago
buildmaster
6240d30237
Bumping versions to 3.0.2-SNAPSHOT after release
4 years ago
buildmaster
20252d8d30
Going back to snapshots
4 years ago
buildmaster
6e213c5919
Update SNAPSHOT to 3.0.1
4 years ago
spencergibb
eb32ea8f21
Use encrypt.fail-on-error in DecryptEnvironmentPostProcessor
...
Fixes gh-882
4 years ago
spencergibb
5bbe5331b7
Use existing PropertyUtils.bootstrapEnabled().
...
This will take into account if the bootstrap marker class is present and bring parity between ConditionalOnBootstrapDisabled and TextEncryptorConfigBootstrapper
4 years ago
buildmaster
2e76164fc1
Bumping versions to 3.0.1-SNAPSHOT after release
4 years ago
buildmaster
9a5c2f95c4
Going back to snapshots
4 years ago
buildmaster
ab37a182f0
Update SNAPSHOT to 3.0.0
4 years ago
spencergibb
f77a6ec372
Creates DecryptEnvironmentPostProcessor.
...
This is used if bootstrap and legacy processing are not enabled.
EnvironmentDecryptApplicationInitializer is only is if bootstrap and legacy processing are enabled.
Fixes gh-815
4 years ago
Marcin Grzejszczak
7211cdd2e8
Creates TextEncryptorBindHandler for Binder decryption.
...
It is registered in TextEncryptorConfigBootstrapper for later use in
other ConfigData implementations.
4 years ago
buildmaster
29728ceb09
Going back to snapshots
4 years ago
buildmaster
215a24b5dc
Update SNAPSHOT to 3.0.0-RC1
4 years ago
buildmaster
3d645bbc57
Going back to snapshots
4 years ago
buildmaster
b5801856a3
Update SNAPSHOT to 3.0.0-M6
4 years ago
Dave Syer
7287a3c767
Re-implement /pause endpoint
...
A new interface PauseHandler provides a callback for /pause and
/resume. The only implementation provided out of the box is for
Spring Integration's Pausable (so it will work with Spring Cloud
Stream Kafka for instance).
Fixes gh-788
4 years ago
buildmaster
4215a9a046
Going back to snapshots
4 years ago
buildmaster
99f2a754d8
Update SNAPSHOT to 3.0.0-M5
4 years ago
buildmaster
259df6f4ee
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
4 years ago
buildmaster
439c966bb8
Going back to snapshots
4 years ago
buildmaster
30bf7336c9
Update SNAPSHOT to 2.2.6.RELEASE
4 years ago
buildmaster
44b35c2cbf
Going back to snapshots
4 years ago
buildmaster
83b7a1d6b3
Update SNAPSHOT to 3.0.0-M4
4 years ago
Ralph Goers
4a2e83ea46
Remove URL check that causes loading 401 responses from Spring Cloud Config
4 years ago
Olga Maciaszek-Sharma
00668991a4
Reformat.
4 years ago
Olga Maciaszek-Sharma
034768bc8f
Adjust to updates in boot.
4 years ago
Spencer Gibb
5f92501a0d
Performance improvements to NamedContextFactory. ( #826 )
...
Fixes gh-825
4 years ago
buildmaster
ec264fb23e
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
4 years ago
buildmaster
0cdd6e5aa7
Going back to snapshots
4 years ago