Ryan Baxter
6ae5e0bec8
Going back to snapshots
8 years ago
Ryan Baxter
e6e5de275d
Update SNAPSHOT to 1.3.0.M1
8 years ago
Biju Kunjummen
5aaafb19af
Replaces deprecated o.s.b.a.PropertyPlaceholderAutoConfiguration
8 years ago
Biju Kunjummen
a6b7f70b8e
Show better message for missing config keystore props ( #232 )
...
* Show better message for missing config keystore props
* Removes unused ExpectedException
Fixes #230
8 years ago
Johannes Edmeier
94a42737ec
Fix empty keys in EnvironmentChangedEvent on resetting the Environment ( #229 )
...
When the Environment is resetted the EnvironmentChangedEvent always
contains an empty keySet, since the live view of the cleared map was
used. This commit fixes this.
8 years ago
Ryan Baxter
e8a42e500e
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
9a1c1bf634
Going back to snapshots
8 years ago
Ryan Baxter
7a9225619c
Update SNAPSHOT to 1.2.3.RELEASE
8 years ago
Spencer Gibb
2aa6c39322
Reinstate @ConditionalOnClass(EnvironmentEndpoint.class)
8 years ago
Spencer Gibb
c75673110b
formatting
8 years ago
Fabio Matos
2e81db24cf
Disables endpoint creation ( #208 )
...
Fixes gh-117
8 years ago
Spencer Gibb
2b6ad4a118
bump to version 1.3.0
8 years ago
Spencer Gibb
0c041591d1
Bump to version 1.2.3.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
6cfaea4bb7
Going back to snapshots
8 years ago
Spencer Gibb
79096fbf8d
Update SNAPSHOT to 1.2.2.RELEASE
8 years ago
Jon Schneider
c02398959d
Revert back to snapshots
8 years ago
Jon Schneider
9d53dd46bb
Update SNAPSHOT to 1.2.1.RELEASE
8 years ago
Spencer Gibb
922608651a
fix test path
8 years ago
Spencer Gibb
9675df02f6
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
8 years ago
Spencer Gibb
72685376a9
Going back to snapshots
8 years ago
Spencer Gibb
6b30820b09
Update SNAPSHOT to 1.2.0.RELEASE
8 years ago
Spencer Gibb
43fe59489e
Update test jar inclusion
8 years ago
Spencer Gibb
b40ceef356
RefreshEventListener no longer depends on RefreshEndpoint.
...
Instead it depends on ContextRefresher with actually does the work.
This allows applications to use the listener even if they don't depend
on actuator.
fixes gh-171
8 years ago
Spencer Gibb
78d10fc223
Use relaxed property resolver in KeyCondition
...
Allows users to define properties like encrypt.key-store.password=letmein
fixes gh-191
(cherry picked from commit 7744b63
)
8 years ago
Spencer Gibb
23f3e461ac
Going back to snapshots
8 years ago
Spencer Gibb
e75034a6fc
Update SNAPSHOT to 1.2.0.RC1
8 years ago
Spencer Gibb
1eddbc125b
fix compile errors in tests
8 years ago
Dave Syer
ba281228f6
Apply bootstrap initializers to all contexts in a hierarchy
...
The fix for gh-153 was sensible, but has now exposed another issue
which is that the bootstrap initializers, whilst they are now only
created once, actually only get applied to the parent context
in a hierarchy.
Most of the time this doesn't matter because the child contexts all
benefit from environment changes and additional beans added
to the parent. If the children are supposed to actually have
different environments, though, there is a problem. So this change
locates the existing bootstrap context and applies it to each
new context created separately.
Unfortunately we have to use reflection to do that for now because
there is no way to discover the parent with a public API before
the context is refreshed.
See gh-190
8 years ago
Dave Syer
70d601df84
Register a BeanDefinition manually instead of using @Bean
...
For RefreshScope this stops Spring from moaning about the @Bean
method with a WARN log (which is benign but hard to get rid of
and confusing for users).
See gh-401
8 years ago
Dave Syer
046c0f879e
Revert to snapshots
8 years ago
Dave Syer
d2e6d56cee
Update for 1.1.8
8 years ago
Spencer Gibb
1865bc6306
polish
8 years ago
Biju Kunjummen
4e0d2e520f
Fixes possible infinite loop
...
Fixes edge case of an infinite loop in decrypting properties in a hierarchy of application contexts.
fixes gh-178
8 years ago
Dave Syer
331e790026
Ensure there is a single bootstrap parent context
...
Only one neds to be created, and once it is in place in the hierarchy
it should be usable by all the child contexts that get added.
Fixes gh-153
8 years ago
Spencer Gibb
dcaef01b27
Update to boot 1.5 test classes
8 years ago
Dave Syer
8347c5741c
Extract target from @ConfigurationProperties proxy
...
Fixes gh-175 (more of a workaround really and gh-177 is still open
to track further changes).
8 years ago
Spencer Gibb
a86356327c
fix tests for boot 1.4.x
8 years ago
Spencer Gibb
5b8ae3a96a
Make sure bootstrap sources are ordered before use.
...
Make call to sort() before setting on builder.sources().
fixes gh-176
(cherry picked from commit 6dc35d1
)
8 years ago
Spencer Gibb
6dc35d1edc
Make sure bootstrap sources are ordered before use.
...
Make call to sort() before setting on builder.sources().
fixes gh-176
8 years ago
Dave Syer
3269b8df54
Fix line endings
8 years ago
Spencer Gibb
b4bd6fdeff
Revert "Update SNAPSHOT to 1.2.0.M1"
...
This reverts commit d9d3b5f74a
.
8 years ago
Spencer Gibb
d9d3b5f74a
Update SNAPSHOT to 1.2.0.M1
8 years ago
Matt Benson
941275ded2
consider spring.profiles.include values from bootstrap PropertySources ( #123 )
8 years ago
Spencer Gibb
210c7b9017
Update spring-cloud-build to 1.3.1.BUILD-SNAPSHOT
8 years ago
Matthew Reid
63e4e3b8d6
Allow lifecycle endpoints to be globally disabled using endpoints.enabled property ( #148 )
...
fixes gh-158
8 years ago
Ryan Baxter
710080cd47
Updated versions for next release
8 years ago
Ryan Baxter
009b6ee7f3
Revert "Updating versions for 1.1.7 release"
...
This reverts commit 5b4cbaa245
.
8 years ago
Ryan Baxter
5b4cbaa245
Updating versions for 1.1.7 release
8 years ago
Anders Båtstrand
69192f6f67
Exposing context names, fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1585 .
8 years ago
Ryan Baxter
cfa761c4c0
Bumped versions for next release
8 years ago