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
Dave Syer
d5252375e1
Add back versions for deprecated *-amqp jars
9 years ago
Dave Syer
880efd1843
Remove @AliasFor from @FeignClient.serviceId()
...
The way it was being used internally means that we didn't need the
annotation anyway. It would be nice to have it back if the Spring
issue gets resolved, because then we could actually use it as
intended.
Fixes gh-1025
9 years ago
Dave Syer
9823d07817
Revert "Add support in SpringMvcContract for query string in Class @RequestMapping"
...
This reverts commit 2c502e3997eaca84eb8c4198fa6f3bd45cf49bba.
9 years ago
Dave Syer
2b58487ad7
Fix typo Sream->Stream
9 years ago
Jacques-Etienne Beaudet
2c502e3997
Add support in SpringMvcContract for query string in Class @RequestMapping
...
This commit adds the support for query string defined in the class'
@RequestMapping Annotation that is applied to all method of a
controller.
Fxies gh-1023, fixes gh-1024
9 years ago
Dave Syer
32d481df26
Be defensive about classpath in eureka auto config
...
Before this change we were seeing test failures in
spring-cloud-netflix-eureka-server (but only with Spring Boot 1.4)
caused by annotation processing explosion when
RefreshScopeAutoConfiguration is not on the classpath.
9 years ago
Dave Syer
b084eb03ff
Re-instate .settings.xml for Travis
9 years ago
Dave Syer
043a965db3
Update README and remove .settings.xml where appropriate
9 years ago
Marcin Grzejszczak
65b4b0310b
Update runAcceptanceTests.sh
9 years ago
Dave Syer
5d50a773e7
Make test more robust by creating feign clients and validating them
...
This test should run with Spring Boot 1.4.0.M2 now.
See https://github.com/spring-projects/spring-boot/issues/5870
9 years ago
Dave Syer
c399f1117b
Revert to snapshots
9 years ago
Dave Syer
d9327a02a2
Update for 1.1.0.RELEASE
9 years ago
Dave Syer
617ecf11ec
Track customization of sensitive headers so route can be cleared
...
When the users explicitly sets the sensitive headers of a rroute to
empty, it means they should be empty, not the global defaults.
Fixes gh-1012
9 years ago
Spencer Gibb
83caebf384
Merge pull request #983 from venilnoronha/issue-966-fix
...
* issue-966-fix:
Adds path parameter to @FeignClient .
9 years ago
Venil Noronha
d3cba4d80e
Adds path parameter to @FeignClient .
...
Fixes gh-966
9 years ago
Spencer Gibb
654ea7094c
Merge pull request #1010 from shakuzen/patch-1
...
Typo fixes
9 years ago
Tommy Ludwig
52a3974a78
Typo fixes
9 years ago
Dave Syer
cbd398d7f6
Add explicit release disabled flag for artifactory for plugins
9 years ago
Dave Syer
12f3edd4ab
Add explicit release disabled flag for artifactory in dependencies
9 years ago
Spencer Gibb
76f292a6ba
Merge pull request #1007 from shivangshah/master
...
* pull1007:
Updating RxJava version to 1.1.5 This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820 ) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243 ).
9 years ago
Shivang Shah
9ce9d670c9
Updating RxJava version to 1.1.5
...
This update on RxJava version is in regards to the PR that got merged [`here`](https://github.com/ReactiveX/RxJava/pull/3820 ) for making RxJavaPlugins' `reset` method to be public. We have to work this around in Spring Sleuth. Details on the implementation can be found [`here`] (https://github.com/spring-cloud/spring-cloud-sleuth/pull/243 ).
1.1.5
9 years ago
Spencer Gibb
4888299b28
polish
9 years ago
Dave Syer
e4f3428344
Add explicit release disabled flag for artifactory
9 years ago
Dave Syer
c4e879ea96
Switch parent of docs poms
9 years ago
Dave Syer
83235b13c1
Update parent to 1.1.0.RELEASE
9 years ago