Dave Syer
a59f5e1c4f
Clean up some resources to keep tests running
8 years ago
André Dörnbrack
4f148de74d
code cleanup
8 years ago
André Dörnbrack
9f10d5207f
fixes a problem with whitespaces in list of retryable status codes
8 years ago
Ryan Baxter
484bde10b3
Adding 404 to list of retryable status codes
8 years ago
Ryan Baxter
8281757da8
Add path to try and fix intermittent failures with RetryableZuulApplicationTests pass
8 years ago
Ryan Baxter
4e25e2eb81
Revert "Trying a plain RestTemplate in an attempt to fix intermittent test failures."
...
This reverts commit f552426304
.
8 years ago
Ryan Baxter
f552426304
Trying a plain RestTemplate in an attempt to fix intermittent test failures.
8 years ago
Ryan Baxter
1405a1894b
Closing response in Feign load balancer
8 years ago
Ryan Baxter
a1c8cfe967
Close response when retry on certain status codes. Fixes #1970 .
8 years ago
Spencer Gibb
a69fe71406
Make archaius highest priority auto-configuration.
8 years ago
Jin Zhang
c5d95ca805
SendErrorFilter: put response code into RequestContext, keep consistent with normal cases ( #2004 )
8 years ago
Ryan Baxter
0b2fc81be4
Closing response in Feign load balancer
8 years ago
Spencer Gibb
e08a6e8a48
Move zuul host routing timeouts to boot properties.
...
Previously, these were managed directly via archaius, but due to
some combination of changes in boot 1.5.x (likely a tomcat change as
zuul filters were initialzed in a servlet context listener) and Dalston,
The filter was created before archaius could be initialized.
The properties are backwards compatible and are in the
`ZuulProperties.Host` object.
fixes gh-1950
8 years ago
Ryan Baxter
7d06c140fa
Close response when retry on certain status codes. Fixes #1970 .
8 years ago
Biju Kunjummen
31a3ff61e8
GH-1916: Spring Boot Auto-configuration based Zuul Server and Proxy ( #1951 )
8 years ago
pahli
a1d089038d
make property injection optional
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
7dbfe15d1a
Deprecates RetryableStatusCodeException in favor of the same class in s-c-commons
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
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
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
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
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
Ryan Baxter
e698fa664b
Cherry Picking #1910
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
Ryan Baxter
dbf17dea18
Pass config in retry handler. Fixes #1879 .
8 years ago
Spencer Gibb
cebbcf592e
polish
8 years ago
Anastasiia Smirnova
834980eae7
Implements zuul CounterFactory
...
CounterFactory is used by ZuulException and was previously initialzed
with a dummy impl.
This adds a Spring Boot CounterService based implementation.
Also adds the ability to implement a zuul TracerFactory.
8 years ago
Ryan Baxter
6290859f81
Add the ability for ribbon clients to specify response status codes they would like to retry. Fixes #1540 .
8 years ago
Spencer Gibb
62408af5ea
Don't set chunked encoding with GET.
...
fixes gh-1824
8 years ago
Ryan Baxter
382988a06a
Fixed hostname
8 years ago
Ryan Baxter
88431bdbea
Use valid hostnames in Feign retry tests
8 years ago
Ryan Baxter
62cb0ae28f
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint ( #1802 )
...
Change /routes endpoint to use EndpointMvcAdapter and AbstractEndpoint.
Fixes #1797
8 years ago
gonzalad
31f5a2bb73
1807: Add X-Forwarded-Port header in Zuul
...
Added more unit tests
8 years ago
gonzalad
cb90cd9929
Add X-Forwarded-Port header in Zuul
...
Add X-Forwarded-Port header in Zuul PreDecorationFilter
even with X-Forwarded-Host header being absent.
8 years ago
Ryan Baxter
02226f938e
Fixes the addition of http with EL syntax. Fixes #1796
8 years ago
Ryan Baxter
d3314447a8
Fixed logging statement. Fixes #1798
8 years ago
Spencer Gibb
b7c5b24d43
comment out failing test
8 years ago
Spencer Gibb
44bb4f2cc3
Move load balancer construction test
8 years ago