Ryan Baxter
b896f22c3e
Fixing documentation to add Spring Retry
...
Addresses documentation bug in #193
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
45b0c078eb
Merge branch '1.1.x'
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
Spencer Gibb
d998fdbeb5
Use boot ConditionalOnClass rather than ClassUtils.isPresent
...
This is defensive forward compatibility
8 years ago
Spencer Gibb
d63074d124
Merge branch '1.1.x'
8 years ago
linzhaoming
e1a3fcad69
Update javadoc term to fix copy/paste error
8 years ago
Dave Syer
a546ee3185
Merge branch '1.1.x'
8 years ago
Dave Syer
046c0f879e
Revert to snapshots
8 years ago
Dave Syer
d2e6d56cee
Update for 1.1.8
8 years ago
Biju Kunjummen
d2721ef199
HostInfo is now extensible ( #181 )
...
Fixes gh-151
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
d2ab1c6de9
Merge branch '1.1.x'
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
d5a63c988d
Merge branch '1.1.x'
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
Dave Syer
68c2d59afc
Merge branch '1.1.x'
8 years ago
Dave Syer
c683393efa
Manage version of jar plugin to not break STS
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
Dave Syer
de6c517d4d
Use a sane version of jar plugin
8 years ago
Spencer Gibb
10a0d0f21e
Add Registration.getServiceId()
8 years ago
Spencer Gibb
ba3dd0967a
add @Deprecated to go along with deprecated javadoc
8 years ago
Spencer Gibb
0b969eeea0
enabled releases in milestone repo
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
Spencer Gibb
f60dbeb5e6
Install FeaturesEndpoint even if discovery disabled.
...
FeaturesEndpoint does not at all require discovery.
fixes gh-167
8 years ago
Matt Benson
941275ded2
consider spring.profiles.include values from bootstrap PropertySources ( #123 )
8 years ago
Spencer Gibb
625b906e53
deprecate specific methods AbstractDiscoveryLifecycle
8 years ago
Spencer Gibb
b8ba517178
remove travis
8 years ago
Spencer Gibb
2227a6e3a5
add circle
8 years ago
Spencer Gibb
724032b4e6
tweak AsyncRestTemplate bean names and loading
8 years ago
Spencer Gibb
210c7b9017
Update spring-cloud-build to 1.3.1.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
8f087f2ee9
remove unused @EnableConfigurationProperties
8 years ago
Rob Worsnop
a883a4b852
Added classes for async load balancer interceptor ( #149 )
...
* Added classes for async load balancer interceptor
Fixes #36
8 years ago
Andreas Schöneck
373ef85079
Close verbatim block properly ( #146 )
...
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
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
10cbe7e447
Merge pull request #160 from ryanjbaxter/error-handle-invalid-hostnames-159
...
Provide better error handling for invalid hostnames
8 years ago
Ryan Baxter
538ede0544
Merge remote-tracking branch 'Upstream/master' into error-handle-invalid-hostnames-159
...
# Conflicts:
# spring-cloud-commons/src/main/java/org/springframework/cloud/client/loadbalancer/LoadBalancerInterceptor.java
8 years ago
程序猿DD
e1460f9534
fixed : Retrying Failed Requests' property is wrong ( #155 )
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