Spencer Gibb
00aee4be00
skip source generation
2016-06-15 17:16:12 -06:00
Spencer Gibb
a669975fb0
Only install and skip javadoc generation
2016-06-15 17:09:14 -06:00
Spencer Gibb
161d719dba
add *.log to .gitignore
2016-06-15 15:38:13 -06:00
Marcin Grzejszczak
ccc75f2978
Bumped up version of cloud-stream to snapshot
2016-06-14 11:24:48 +02:00
Marcin Grzejszczak
8b0598abee
Bumped up version of cloud-config to snapshot
2016-06-14 10:50:21 +02:00
Marcin Grzejszczak
31598b4329
Bumped up version of commons to snapshot
2016-06-14 10:37:04 +02:00
Spencer Gibb
dd220458f8
polish
2016-06-13 09:46:32 -06:00
Spencer Gibb
d4163dde8e
Polish
2016-06-13 09:46:32 -06:00
Spencer Gibb
3bd563e495
remove h2 test dep
2016-06-13 09:46:32 -06:00
Dave Syer
525c5852fb
Add JAVA_OPTS to travis
2016-06-13 08:40:36 +01:00
Dave Syer
69501bd110
Merge 1.1.x
2016-06-13 08:05:07 +01:00
Dave Syer
95e086a543
Revert change to sources plugin
2016-06-13 07:58:13 +01:00
Dave Syer
f6cd2d279d
Update README
2016-06-11 10:50:32 +01:00
Dave Syer
9cab69a968
Update readme script to handle local includes
2016-06-11 09:54:41 +01:00
Dave Syer
6906c7ba55
Update to 1.1.3 snapshots
2016-06-10 17:05:29 +01:00
Spencer Gibb
243c13b7ee
Make turbine.combineHostPort=true the default.
...
fixes gh-1087
2016-06-09 16:28:48 -06:00
Spencer Gibb
09cc1f2db0
polish
2016-06-09 13:09:09 -06:00
Spencer Gibb
7d295bdc8b
Update to SNAPSHOT
2016-06-09 11:30:39 -06:00
Spencer Gibb
b6807fc264
Update SNAPSHOT to 1.1.2.RELEASE
2016-06-09 11:06:25 -06:00
Spencer Gibb
b3ef770819
Merge pull request #1024 from jebeaudet/fix-query-string-in-class-requestmapping
...
* fix-query-string-in-class-requestmapping:
Support path parms in Class @RequestMapping for feign
2016-06-09 10:45:05 -06:00
Jacques-Etienne Beaudet
726f355e9c
Support path parms in Class @RequestMapping for feign
...
This commit adds the support to SpringMvcContract for path parameters
defined in the class' @RequestMapping Annotation that is applied to all
methods of a feign interface.
fixes gh-1023
2016-06-09 10:44:52 -06:00
Dave Syer
ad7e341b78
Clarify turnine config some more
2016-06-09 16:48:03 +01:00
Dave Syer
53a3076e1c
Add docs on turbine.combineHostPort
2016-06-09 16:22:20 +01:00
Dave Syer
02d935dbaa
Add @ConditionalOnEnabledEndpoint to archaius endpoint
...
Fixes gh-936
2016-06-09 11:22:47 +01:00
Dave Syer
4507d1d46d
Add listener for HeartbeatEvent to refresh zuul routes
...
Fixes gh-1084
2016-06-09 11:22:47 +01:00
Marcin Grzejszczak
2566707256
Zuul filters missing error status code ( #1088 )
...
* Added missing error code for SimpleHostRoutingFilter
* Added missing error code for RibbonRoutingFilter
2016-06-09 10:25:08 +02:00
Spencer Gibb
6b1113e355
Remove condition for eureka healthcheck.
...
fixes gh-1051
2016-06-08 17:50:58 -06:00
Spencer Gibb
de45269ec3
update gradle tip.
2016-06-06 19:16:24 -06:00
Spencer Gibb
479a976459
remove unused property
2016-06-06 19:16:06 -06:00
Spencer Gibb
332b5605d6
Update to SNAPSHOT
2016-06-06 19:11:27 -06:00
Spencer Gibb
c3d16ddb30
Update SNAPSHOT to 1.1.1.RELEASE
2016-06-06 18:54:25 -06:00
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
2016-06-06 14:32:43 +01:00
Dave Syer
1c7c96a245
Add local copies of hystrix images
...
Fixes gh-1076
2016-06-06 13:54:51 +01:00
Dave Syer
0da6f27aac
Explicitly exclude form-body params that appear in query string
...
Fixes gh-1080
2016-06-06 13:43:18 +01:00
Dave Syer
b5f8c73060
Update tp mvn 3.3.9
2016-06-04 09:14:45 +01:00
Spencer Gibb
5e2db65383
Upgrade Hystrix to v1.5.3
...
fixes gh-1074
2016-06-03 15:44:28 -06:00
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.
2016-06-03 13:28:49 -06:00
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.
2016-06-03 13:24:29 -06:00
Spencer Gibb
1c532d9637
Merge pull request #979 from marcosbarbero/master
...
* pull979:
Use request.characterEncoding prior to default encoding
2016-06-03 13:21:06 -06:00
Marcos Barbero
c743ba893c
Use request.characterEncoding prior to default encoding
...
fixes gh-647
2016-06-03 13:19:38 -06:00
Spencer Gibb
a5eb3b6012
Merge pull request #1046 from venilnoronha/issue-1041-fix
...
* issue-1041-fix:
Enables Hystrix metrics poll interval config.
2016-06-03 13:05:53 -06:00
Venil Noronha
2d6306644c
Enables Hystrix metrics poll interval config.
...
Fixes gh-1041
2016-06-03 13:05:43 -06:00
Spencer Gibb
711f095ebc
Merge pull request #1059 from acennan/patch-1
...
* patch-1:
Support header placeholders in SpringMvcContract.
2016-06-03 12:56:29 -06:00
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.
2016-06-03 12:56:21 -06:00
Spencer Gibb
1e52fe2749
Merge pull request #1061 from daniellavoie/ribbon-2.2.0
...
* ribbon-2.2.0:
Upgrade ribbon to 2.2.0
2016-06-03 12:28:19 -06:00
Daniel Lavoie
65e7650b16
Upgrade ribbon to 2.2.0
...
fix gh-1045
2016-06-03 11:22:52 -06:00
Spencer Gibb
cc16a7a741
Mark @HystrixConnectionFactory as @Deprecated.
2016-06-03 11:22:17 -06:00
Spencer Gibb
9d3f2d0cfd
revert to old .travis.yml
2016-05-27 18:31:00 -06:00
Spencer Gibb
0cc3fe6ab4
reduce logging more
2016-05-27 18:15:36 -06:00
Spencer Gibb
9e03342690
travis logs filling up, switch to INFO
2016-05-27 18:13:04 -06:00