Ryan Baxter
9ad0d1da69
Bumping versions to 1.1.10.BUILD-SNAPSHOT after release
8 years ago
Ryan Baxter
62d27ab8b9
Going back to snapshots
8 years ago
Ryan Baxter
89fdd1ecd4
Update SNAPSHOT to 1.1.9.RELEASE
8 years ago
linzhaoming
e1a3fcad69
Update javadoc term to fix copy/paste error
8 years ago
Dave Syer
046c0f879e
Revert to snapshots
8 years ago
Dave Syer
d2e6d56cee
Update for 1.1.8
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
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
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
Spencer Gibb
216f744636
Update to SNAPSHOT
8 years ago
Spencer Gibb
bbba01a80d
Update SNAPSHOT to 1.1.5.RELEASE
8 years ago
Ryan Baxter
39045ee20e
Making spring-retry optional by conditional loading config
8 years ago
Ryan Baxter
19a7562c7c
Retry implementation for LoadBalanced RestTemplates
8 years ago
Dave Syer
65c00ecb93
Revert to snapshots
8 years ago
Dave Syer
5d2d2908db
Update for 1.1.4
8 years ago
Pavel Baranchikov
329c67fa36
Make InetUtils.executorService an instance variable.
...
Fixes gh-132
9 years ago
Spencer Gibb
a2c1fe6909
Only create composite health indicator if needed.
...
Only if there is at least one DiscoveryHealthIndicator.
fixes gh-135
9 years ago
Dave Syer
8089c0d411
Revert to snapshots
9 years ago
Dave Syer
897555a57a
Update to 1.1.3
9 years ago
Spencer Gibb
23d3a2ec3d
Guard NPE in HeartbeatMonitor
...
fixes gh-129
9 years ago
Dave Syer
cff67e0a12
Revert to snapshots
9 years ago
Dave Syer
00a2f23c00
Update to 1.1.2
9 years ago
Tomasz Juchniewicz
e6ccb824a6
Add new properties to customize InetUtils.
...
Added useOnlySiteLocalInterfaces and preferredNetworks properties to
InetUtils. The preferredNetworks property allows for a whitelist of
networks. The useOnlySiteLocalInterfaces allows InetAddresses where
isSiteLocalAddress is true.
Fixes gh-114
9 years ago
Spencer Gibb
945f430efe
Update to SNAPSHOT
9 years ago
Spencer Gibb
aaff352781
Update SNAPSHOT to 1.1.1.RELEASE
9 years ago
Dave Syer
ff59dc8a42
Deprecate static methods in InetUtils
9 years ago
Dave Syer
cec4bbff0d
Tone down logging for unknown host in discovery client
...
Fixes gh-112
9 years ago
Dave Syer
01edfbf7f6
Revert to snapshots
9 years ago
Dave Syer
90c8a81611
Update for 1.1.0.RELEASE
9 years ago
Corey Fritz
0533eef471
Catch and log exceptions that occur when attempting to deregister a service during shutdown.
...
Currently, if an exception is thrown when deregistering the service (maybe the registry is not available) the latch used by the DefaultLifecycleProcessor is not decremented and you have to wait for the latch timeout (30 seconds) for shutdown to complete. With this fix, the exception is logged and normal shutdown execution continues.
9 years ago
Dave Syer
c39715b9f6
Clean up javadoc warnings
9 years ago
Dave Syer
07f3efe5fe
Tidy up compiler warnings for generics
9 years ago
Spencer Gibb
1c35c895b4
Revert "Start discovery lifecycle in traditional war deployments."
...
This reverts commit f76687e949
.
9 years ago
Spencer Gibb
f76687e949
Start discovery lifecycle in traditional war deployments.
...
fixes https://github.com/spring-cloud/spring-cloud-consul/issues/173
9 years ago
Spencer Gibb
f85f5b0ecf
execute throws IOException
9 years ago
Dave Syer
a3fc78481a
Revert to snapshots
9 years ago
Dave Syer
3f5d5b90d3
Update to RC3
9 years ago
Spencer Gibb
5b8b461853
Default appName to 'application'.
9 years ago
Dave Syer
81b4c11dbb
Revert to snapshots
9 years ago
Dave Syer
b4a6652f9e
Bump for 1.1.0.RC2
9 years ago
Dave Syer
ad08ca55f4
Change in contract for @LoadBalanced
...
Users now need to create their own bean and qualify it, and Spring
Cloud will customize it (instead of providing the @Bean itself).
This is much better for users, since they remain in control of the
bean declarations, and can choose which one (if any) is @Primary .
It's a breaking change for some apps (if they rely on a
@LoadBalanced RestTemplate being automatically injected).
9 years ago
Dave Syer
a839006880
Revert to snapshots
9 years ago
Dave Syer
449b65fcbe
Update for 1.1.0.RC1
9 years ago
Spencer Gibb
4a2c754ec6
Move o.s.c.util to o.s.c.commons.util
...
fixes gh-92
9 years ago
Spencer Gibb
779e5686a9
Add ability to disable parts of commons auto config.
...
fixes gh-95
9 years ago
Marcin Grzejszczak
c7fc6552c0
Pick predefined port if it's set
9 years ago