Spencer Gibb
0b969eeea0
enabled releases in milestone repo
2017-01-26 10:42:46 -07:00
Spencer Gibb
b4bd6fdeff
Revert "Update SNAPSHOT to 1.2.0.M1"
...
This reverts commit d9d3b5f74a .
2017-01-26 10:41:16 -07:00
Spencer Gibb
d9d3b5f74a
Update SNAPSHOT to 1.2.0.M1
2017-01-26 10:39:31 -07:00
Spencer Gibb
f60dbeb5e6
Install FeaturesEndpoint even if discovery disabled.
...
FeaturesEndpoint does not at all require discovery.
fixes gh-167
2017-01-26 10:29:35 -07:00
Matt Benson
941275ded2
consider spring.profiles.include values from bootstrap PropertySources ( #123 )
2017-01-26 12:14:43 -05:00
Spencer Gibb
625b906e53
deprecate specific methods AbstractDiscoveryLifecycle
2017-01-11 22:44:23 -07:00
Spencer Gibb
b8ba517178
remove travis
2017-01-09 20:18:50 -07:00
Spencer Gibb
2227a6e3a5
add circle
2017-01-09 20:09:40 -07:00
Spencer Gibb
724032b4e6
tweak AsyncRestTemplate bean names and loading
2017-01-09 19:28:06 -07:00
Spencer Gibb
210c7b9017
Update spring-cloud-build to 1.3.1.BUILD-SNAPSHOT
2017-01-09 18:25:48 -07:00
Spencer Gibb
8f087f2ee9
remove unused @EnableConfigurationProperties
2017-01-09 17:47:13 -07:00
Rob Worsnop
a883a4b852
Added classes for async load balancer interceptor ( #149 )
...
* Added classes for async load balancer interceptor
Fixes #36
2017-01-09 19:23:36 -05:00
Andreas Schöneck
373ef85079
Close verbatim block properly ( #146 )
...
Add missing backtick after RestTemplate in order to not have this blocker huger as intended.
2017-01-09 18:12:48 -05:00
Matthew Reid
63e4e3b8d6
Allow lifecycle endpoints to be globally disabled using endpoints.enabled property ( #148 )
...
fixes gh-158
2017-01-09 14:37:48 -05:00
Ryan Baxter
10cbe7e447
Merge pull request #160 from ryanjbaxter/error-handle-invalid-hostnames-159
...
Provide better error handling for invalid hostnames
2017-01-09 14:15:50 -05:00
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
2017-01-09 14:10:19 -05:00
程序猿DD
e1460f9534
fixed : Retrying Failed Requests' property is wrong ( #155 )
2017-01-09 11:29:52 -05:00
Ryan Baxter
710080cd47
Updated versions for next release
2017-01-09 10:44:20 -05:00
Ryan Baxter
009b6ee7f3
Revert "Updating versions for 1.1.7 release"
...
This reverts commit 5b4cbaa245 .
2017-01-09 10:33:27 -05:00
Ryan Baxter
5b4cbaa245
Updating versions for 1.1.7 release
2017-01-09 10:17:40 -05:00
Ryan Baxter
081dea9482
Updating generated README
2017-01-09 10:16:44 -05:00
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
2017-01-09 09:20:22 -05:00
Ryan Baxter
d70cc62714
Merge pull request #164 from william-tran/feature/customize-load-balanced-requests
...
Customize load balanced requests according to the chosen ServiceInstance
2017-01-06 12:29:06 -05:00
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
2017-01-05 14:22:40 -05:00
Ryan Baxter
04f7164d75
Merge pull request #161 from anderius/feature/expose-context-names
...
Exposing context names
2017-01-04 12:41:59 -05:00
Anders Båtstrand
69192f6f67
Exposing context names, fixes https://github.com/spring-cloud/spring-cloud-netflix/issues/1585 .
2017-01-04 11:00:51 +01:00
Ryan Baxter
43f7810080
Provide better error handling for invalid hostnames. Fixes #159 .
2017-01-03 12:06:49 -05:00
Ryan Baxter
1762a6a59f
Fixed typo in 'enabled'
2016-12-29 19:44:31 -05:00
Ryan Baxter
82175d1cac
Fixed retry policy
...
see spring-cloud/spring-cloud-netflx#1577
2016-12-29 19:43:24 -05:00
Vitalii
c5d73294c4
Fixed typo in event class name ( #152 )
2016-12-20 13:12:08 -05:00
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.
2016-12-08 10:05:01 -07:00
Spencer Gibb
35b5d53841
Move endpoint config to nested class
2016-12-08 10:05:01 -07:00
Spencer Gibb
1e447eb9d1
More deprecation in Discovery.
...
These functions will be taken over by ServiceRegistry
2016-12-08 10:05:01 -07:00
Ryan Baxter
cfa761c4c0
Bumped versions for next release
2016-11-23 14:45:14 -05:00
Ryan Baxter
3e0c8099a2
Revert "Version changes for 1.1.3 RELEASE"
...
This reverts commit 8a8d27ab6b .
2016-11-23 14:42:10 -05:00
Ryan Baxter
8a8d27ab6b
Version changes for 1.1.3 RELEASE
2016-11-23 14:32:45 -05:00
Ryan Baxter
8d3d07bde6
We no longer need InfoEndpointRebinderConfiguration since we will not be supporting Boot 1.3.x in Dalston. See #145 .
2016-11-21 12:07:01 -05:00
Ryan Baxter
dde952982e
Revert "Make sure we copy variables to new InfoEndpoint. Fixes #143."
...
This reverts commit 30f34cf3bc .
2016-11-21 12:01:31 -05:00
Ryan Baxter
0a6466d9c0
Revert "Added TODO to remove InfoEndpointRebinderConfiguration"
...
This reverts commit 2266cc9c1a .
2016-11-21 12:01:21 -05:00
Ryan Baxter
2266cc9c1a
Added TODO to remove InfoEndpointRebinderConfiguration
2016-11-21 11:47:12 -05:00
Ryan Baxter
30f34cf3bc
Make sure we copy variables to new InfoEndpoint. Fixes #143 .
2016-11-21 11:47:12 -05:00
Ryan Baxter
6b71c2e114
Merge pull request #144 from ryanjbaxter/set-infoendpoint-id
...
Make sure we copy variables to new InfoEndpoint
2016-11-21 11:44:30 -05:00
Ryan Baxter
607b6a9b0c
Added TODO to remove InfoEndpointRebinderConfiguration
2016-11-21 11:01:02 -05:00
Ryan Baxter
a270fdec86
Changed s-c-build version to 1.1.3 so we continue to build against Boot 1.3.x. Fixes #145
2016-11-18 14:00:35 -05:00
Ryan Baxter
982df797f0
Make sure we copy variables to new InfoEndpoint. Fixes #143 .
2016-11-18 11:53:34 -05:00
Spencer Gibb
7fcd385d46
Update ServiceRegistryAutoConfiguration to be skipped if actuator not on classpath.
2016-11-07 11:51:39 -07:00
Spencer Gibb
bf4b6e3293
Create a ServiceRegistry interface.
...
Allow service discovery systems to register more than one instance.
Automatic registration will still take place.
Add boolean autoRegister() to EnableDiscoveryClient, defaults to true.
Add ServiceRegistryEndpoint.
fixes gh-9
2016-11-07 10:30:54 -07:00
Spencer Gibb
216f744636
Update to SNAPSHOT
2016-11-01 12:57:06 -06:00
Spencer Gibb
bbba01a80d
Update SNAPSHOT to 1.1.5.RELEASE
2016-11-01 12:42:26 -06:00
Spencer Gibb
d850aad13f
Bump to 1.2.0.BUILD-SNAPSHOT
2016-10-27 15:58:59 -06:00