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
Ryan Baxter
081dea9482
Updating generated README
8 years ago
Will Tran
ca02313336
Customize load balanced requests according to the chosen ServiceInstance
...
Applications can define their own LoadBalancerRequestTransformer beans
which can modify the HttpRequest to be executed. These beans can be
@Ordered in case of multiple transformers.
Fixes #162
8 years ago
Ryan Baxter
d70cc62714
Merge pull request #164 from william-tran/feature/customize-load-balanced-requests
...
Customize load balanced requests according to the chosen ServiceInstance
8 years ago
Will Tran
c87b8b33fd
Customize load balanced requests according to the chosen ServiceInstance
...
Applications can define their own LoadBalancerRequestTransformer beans
which can modify the HttpRequest to be executed. These beans can be
@Ordered in case of multiple transformers.
Fixes #162
8 years ago
Ryan Baxter
04f7164d75
Merge pull request #161 from anderius/feature/expose-context-names
...
Exposing context names
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
43f7810080
Provide better error handling for invalid hostnames. Fixes #159 .
8 years ago
Ryan Baxter
1762a6a59f
Fixed typo in 'enabled'
8 years ago
Ryan Baxter
82175d1cac
Fixed retry policy
...
see spring-cloud/spring-cloud-netflx#1577
8 years ago
Vitalii
c5d73294c4
Fixed typo in event class name ( #152 )
8 years ago
Spencer Gibb
f7e59a4bfe
Change auto-registration intitialization.
...
The import-selected AutoServiceRegistrationConfiguration now creates the configuration properties bean, which is used as a marker bean for AutoServiceRegistrationAutoConfiguration. This gives auto registration implementations a chance to create an AutoServiceRegistration impl bean.
8 years ago
Spencer Gibb
35b5d53841
Move endpoint config to nested class
8 years ago
Spencer Gibb
1e447eb9d1
More deprecation in Discovery.
...
These functions will be taken over by ServiceRegistry
8 years ago
Ryan Baxter
cfa761c4c0
Bumped versions for next release
8 years ago
Ryan Baxter
3e0c8099a2
Revert "Version changes for 1.1.3 RELEASE"
...
This reverts commit 8a8d27ab6b
.
8 years ago
Ryan Baxter
8a8d27ab6b
Version changes for 1.1.3 RELEASE
8 years ago
Ryan Baxter
8d3d07bde6
We no longer need InfoEndpointRebinderConfiguration since we will not be supporting Boot 1.3.x in Dalston. See #145 .
8 years ago
Ryan Baxter
dde952982e
Revert "Make sure we copy variables to new InfoEndpoint. Fixes #143."
...
This reverts commit 30f34cf3bc
.
8 years ago