Biju Kunjummen
31a3ff61e8
GH-1916: Spring Boot Auto-configuration based Zuul Server and Proxy ( #1951 )
8 years ago
Spencer Gibb
3773047a06
Bump to version 1.4.0.BUILD-SNAPSHOT
8 years ago
Spencer Gibb
72b7ee2480
Merge remote-tracking branch 'origin/2.0.x' into 2.0.x
8 years ago
pahli
a1d089038d
make property injection optional
8 years ago
Ryan Baxter
562e604cee
Merge pull request #2002 from ryanjbaxter/deprecate-RetryableStatusCodeException
...
Deprecates RetryableStatusCodeException
8 years ago
pahli
71c906b00b
add private accessor
8 years ago
pahli
6d22a407cc
use @ConfigurationProperties
8 years ago
pahli
bdfbe3a87e
make secure ports for DefaultServerIntrospector configurable
8 years ago
Ryan Baxter
18ec564249
Fixing typo
8 years ago
Ryan Baxter
cb3613db71
Fixing typo
8 years ago
Ryan Baxter
7dbfe15d1a
Deprecates RetryableStatusCodeException in favor of the same class in s-c-commons
8 years ago
Spencer Gibb
92277a01ac
Merge branch 'master' into 2.0.x
8 years ago
Rico Pahlisch
ccf8f86c8d
use only default https ports for https check
...
spring boot uses all high ports and there are some trouble if ports end with 443 (e.g. 24443, ...)
8 years ago
Spencer Gibb
7425f974cb
Adds timeout test.
...
see gh-1950
8 years ago
Spencer Gibb
73f3345638
Fix tests
8 years ago
Spencer Gibb
302f805295
Fix compilation issues
8 years ago
Spencer Gibb
58e62ebd06
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
8 years ago
Spencer Gibb
0de72d2dad
Going back to snapshots
8 years ago
Spencer Gibb
7898ad772b
Update SNAPSHOT to 1.3.1.RELEASE
8 years ago
Spencer Gibb
25a1881127
Ignore feign.hystrix.enabled.
...
Let SecurityContextConcurrencyStrategy be installed as the hystrix
concurrency strategy regardless of if feign's hystrix support is installed.
fixes gh-1969
8 years ago
Spencer Gibb
34350cb7ec
Merge branch 'strelok1-master'
8 years ago
Roman Rodov
e130ec03ad
Add management.context-path to status & health url
...
fixes gh-1795
8 years ago
Spencer Gibb
0cd544b4ce
Merge branch 'lalib-gh-1720'
8 years ago
balp
6362be8196
Adds ability to customize simple host conn pool
...
The timeToLive and timeUnit parameters added to configure connection pool.
Fixes gh-1720
8 years ago
Biju Kunjummen
aa4d9d62bc
Test for validating that local service instance resolves for hystrix metrics ( #1922 )
8 years ago
Spencer Gibb
cd44a52084
Update feign to 9.5.0
...
fixes gh-1956
8 years ago
Spencer Gibb
98fd3c7379
Upgrade Hystrix to v1.5.12
...
fixes gh-1955
8 years ago
Spencer Gibb
7cfbcbd9e2
fix compile/test issues related to boot 2.0 changes
8 years ago
Luke Tornquist
73b5609e63
Allow easier subclassing of SimpleRouteLocator
...
Fixes gh-1598
8 years ago
Jin Zhang
fe06370aa2
correct comments in FeignClient, SendResponseFilter, RibbonRoutingFilter ( #1935 )
8 years ago
Spencer Gibb
a1b1a7d702
Moves EurekaHealthIndicator creation to auto config.
...
Fixes a race condition introduced in 1.3.0
fixes gh-1933
8 years ago
Ryan Baxter
ccdf0d9f95
Removing duplicate and incorrect dependency. Fixes #1941 .
8 years ago
Ryan Baxter
8d1a82f9b4
Merged some commits and fixed compile issues
8 years ago
Ryan Baxter
287ce9c0ff
Merge pull request #1877 from yongsungyoon/master
...
Add @Component for Feign Hystrix Fallback example in doc
8 years ago
윤용성(Yongsung Yoon)/개발혁신팀/SKP
b8ed846247
Update docs to indicate the need of declaring feign's fallback implementation as a Spring bean
8 years ago
Ryan Baxter
2a9a62d0f6
Merge pull request #1926 from TheSentinel454/issues_1676_wildcard_type_support
...
Add support for Wildcard Types in Feign Client. Fixes gh-1676
8 years ago
Dave Syer
16dc2f63f1
Merge master
8 years ago
Dave Syer
377bccf12a
Update to latest cloud dependencies
8 years ago
Dave Syer
030a8e7111
Remove Lombok from hystrix stream
8 years ago
Luke Tornquist
189d926c6a
Correct import order
8 years ago
Luke Tornquist
d993fe217c
Format using provided Eclipse formatter.
8 years ago
Luke Tornquist
8983c9bce1
Add support for Wildcard Types in Feign Client. Fixes gh-1676
8 years ago
Dave Syer
ced1f36d19
bump spring cloud build version
8 years ago
Ryan Baxter
e698fa664b
Cherry Picking #1910
8 years ago
Ryan Baxter
ab2cf59bf6
Merge pull request #1907 from spccold/zuul-filter-bugfix
...
change HttpServletResponse to HttpServletRequest
8 years ago
Ryan Baxter
a315ac9e54
Merge pull request #1906 from lowzj/master-removeUnusedImport
...
polish FeignLoadBalancer, remove unused import statement
8 years ago
wuwo
c6347ec9c8
change HttpServletResponse to HttpServletRequest
8 years ago
lowzj
ac8379af29
polish FeignLoadBalancer, remove unused import statement
8 years ago
Dave Syer
69622e909b
Fix typo in test method name
8 years ago
Biju Kunjummen
910167de09
Ribbon based on Eureka disabled, if Eureka client is not enabled ( #1892 )
...
Ribbon client configuration based on Eureka is disabled if eureka.client.enabed is set to false.
Fixes gh-335
8 years ago