Dave Syer
ad7e341b78
Clarify turnine config some more
9 years ago
Dave Syer
53a3076e1c
Add docs on turbine.combineHostPort
9 years ago
Dave Syer
02d935dbaa
Add @ConditionalOnEnabledEndpoint to archaius endpoint
...
Fixes gh-936
9 years ago
Dave Syer
4507d1d46d
Add listener for HeartbeatEvent to refresh zuul routes
...
Fixes gh-1084
9 years ago
Marcin Grzejszczak
2566707256
Zuul filters missing error status code ( #1088 )
...
* Added missing error code for SimpleHostRoutingFilter
* Added missing error code for RibbonRoutingFilter
9 years ago
Spencer Gibb
6b1113e355
Remove condition for eureka healthcheck.
...
fixes gh-1051
9 years ago
Spencer Gibb
de45269ec3
update gradle tip.
9 years ago
Spencer Gibb
479a976459
remove unused property
9 years ago
Spencer Gibb
332b5605d6
Update to SNAPSHOT
9 years ago
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
9 years ago
Dave Syer
b6fa67c49f
Use Servlet 3.0 Part instead of Spring MultipartFile
...
So that it can handle multi-part requests that do not have a
file name.
Fixes gh-1067
9 years ago
Dave Syer
1c7c96a245
Add local copies of hystrix images
...
Fixes gh-1076
9 years ago
Dave Syer
0da6f27aac
Explicitly exclude form-body params that appear in query string
...
Fixes gh-1080
9 years ago
Dave Syer
b5f8c73060
Update tp mvn 3.3.9
9 years ago
Spencer Gibb
5e2db65383
Upgrade Hystrix to v1.5.3
...
fixes gh-1074
9 years ago
Spencer Gibb
fc08b55eac
Merge pull request #1071 from jebeaudet/fix-hardcoded-path-encoding
...
* fix-hardcoded-path-encoding:
Fixed the path encoding in ProxyRequestHelper when the character encoding was specifically set on HttpServletRequest.
9 years ago
Jacques-Etienne Beaudet
8229eb657e
Fixed the path encoding in ProxyRequestHelper when the character encoding was specifically set on HttpServletRequest.
...
When the character encoding was set to UTF-8 for example, the path was correctly decoded in PreDecorationFilter but was reencoded in ProxyRequestHelper using the Servlet default ISO-8859-1. This commit uses the character encoding when set and fallback on default.
9 years ago
Spencer Gibb
1c532d9637
Merge pull request #979 from marcosbarbero/master
...
* pull979:
Use request.characterEncoding prior to default encoding
9 years ago
Marcos Barbero
c743ba893c
Use request.characterEncoding prior to default encoding
...
fixes gh-647
9 years ago
Spencer Gibb
a5eb3b6012
Merge pull request #1046 from venilnoronha/issue-1041-fix
...
* issue-1041-fix:
Enables Hystrix metrics poll interval config.
9 years ago
Venil Noronha
2d6306644c
Enables Hystrix metrics poll interval config.
...
Fixes gh-1041
9 years ago
Spencer Gibb
711f095ebc
Merge pull request #1059 from acennan/patch-1
...
* patch-1:
Support header placeholders in SpringMvcContract.
9 years ago
Damian Jackson
0705c9f540
Support header placeholders in SpringMvcContract.
...
When using property placeholders in the @RequestMapping annotation the ones placed in the headers attribute do not get replaced. This appears to be because the other attributes, such as the url, use the resolve() function to perform the substitution whereas the header is parsed as-is. This change adds a call to resolve for each side of the equals in the header string so that the properties are substituted correctly.
9 years ago
Spencer Gibb
1e52fe2749
Merge pull request #1061 from daniellavoie/ribbon-2.2.0
...
* ribbon-2.2.0:
Upgrade ribbon to 2.2.0
9 years ago
Daniel Lavoie
65e7650b16
Upgrade ribbon to 2.2.0
...
fix gh-1045
9 years ago
Spencer Gibb
cc16a7a741
Mark @HystrixConnectionFactory as @Deprecated .
9 years ago
Spencer Gibb
9d3f2d0cfd
revert to old .travis.yml
9 years ago
Spencer Gibb
0cc3fe6ab4
reduce logging more
9 years ago
Spencer Gibb
9e03342690
travis logs filling up, switch to INFO
9 years ago
Spencer Gibb
8501969643
don't fork jar plugin so it gets Xmx setting.
9 years ago
Spencer Gibb
0f5d8ec2a6
revert
9 years ago
Spencer Gibb
7c084f855f
I'm an idiot and should now stop coding.
9 years ago
Spencer Gibb
af26f0f41e
attempt to fix build
9 years ago
Spencer Gibb
1c0e44cc8e
attempt to fix build
9 years ago
Spencer Gibb
e0ae584ea7
attempt to fix build
9 years ago
Spencer Gibb
ab056f3190
attempt to fix build
9 years ago
Spencer Gibb
16e827f3ba
Merge branch 'daniellavoie-fix-unit-test'
9 years ago
Daniel Lavoie
4fd36592dc
Fix RestTemplateRetryTest Unit test
9 years ago
Dave Syer
4a1e637b83
Fix content type when missing from incoming request
...
If there is no content type incoming, then it should be
absent in the outgoing request (not "null").
Fixes gh-1037
9 years ago
Spencer Gibb
d19a6f2615
Use RouteLocator interface.
...
fixes gh-1030
9 years ago
Spencer Gibb
c3f1210619
set MAVEN_OPTS = -Xms256m -Xmx1024m
9 years ago
Spencer Gibb
56fddcc5e2
remove trusty from travis
9 years ago
Spencer Gibb
2567e60834
Upgrade to eureka v1.4.8
...
fixes gh-1044
9 years ago
Spencer Gibb
315e3487a9
try to fix travis build
9 years ago
Spencer Gibb
f040726478
try to fix travis build
9 years ago
Spencer Gibb
27bb2cf826
update to dist trusty to get new jdk version
9 years ago
Spencer Gibb
2ff2ce4de4
Only prepend hostname if it has text
9 years ago
Spencer Gibb
69fd8e7eed
Merge pull request #1043 from ryanwmoore/master
...
Fix minor misspelling in docs
9 years ago
Ryan W. Moore
66387a15b7
Fix minor misspelling in docs
9 years ago
Dave Syer
a0c1b4c05d
Align instanceId calculation with the one done on the client
...
The Angel client has an idiosyncratic way of calculating an instance
id, and the Brixton client aligned with that already, but the
Brixton server did not. This change should make Brixton Eureka
Servers work with Angel clients.
See gh-978
9 years ago