409 Commits (32c0d0773d673fa069c308bb0231403c042ac1c3)
 

Author SHA1 Message Date
Alexander Schwartz 32c0d0773d updated IntelliJ link, added link for IntelliJ 15 9 years ago
Alexander Schwartz a5987595ea if running on a forked repository (with no environment variables present), do a simple build 9 years ago
Alexander Schwartz 3052527dde gradle wrapper should be cached as well 9 years ago
Adrian Cole 7464d5e7ed Merge pull request #324 from dsyer/fix/httpclient 9 years ago
Dave Syer 5244db4300 Apache HTTP client hates to have the Content-Length set 9 years ago
Adrian Cole 715e72b026 Merge pull request #323 from carlossg/invalid-http 9 years ago
Carlos Sanchez 65b1e9ef2c Handle invalid HTTP received from server 9 years ago
Adrian Cole 5281e62983 Merge pull request #322 from pnepywoda/empty-body 9 years ago
Paul Nepywoda e17aaed40d support PUT with empty body parameter 9 years ago
Adrian Cole e1137b021b Allows HystrixFeign.Builder to be used incrementally 9 years ago
Adrian Cole 9c07cb06f2 Merge pull request #311 from Netflix/nicer-error 9 years ago
Adrian Cole ae7e00e45c Provides a nicer error when a user omits the http method 9 years ago
Adrian Cole 8c1d6e7729 Fixes CHANGELOG 9 years ago
Adrian Cole 455525b87d Merge pull request #308 from Netflix/now-with-fallbacks 9 years ago
Adrian Cole 122f9a547b Adds fallback implementation configuration to the `HystrixFeign` builder 9 years ago
Adrian Cole 7c0ddbf9e0 Updates to okhttp 2.7.1 9 years ago
Adrian Cole 6a8359f91e Merge pull request #307 from christopherlakey/master 9 years ago
Christopher Lakey d1cb196e6e Add support for rx.Observable and rx.Single return types to Hystrix module 9 years ago
Adrian Cole 94ec7c2266 Merge pull request #305 from Netflix/expose-HystrixDelegatingContract 9 years ago
Adrian Cole 20f3721497 Document and expose HystrixDelegatingContract 9 years ago
Adrian Cole 7cbddf1135 Merge pull request #303 from Netflix/bumps 9 years ago
Adrian Cole 4f86d15dd8 Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Adrian Cole 10ee72c2f8 Merge pull request #302 from cakofony/ckozak/stream_response 9 years ago
Carter Kozak ef017519c3 Allow responses to be streamed. 9 years ago
Andrew Spyker 622e2a5fd5 adding OSSMETADATA for NetflixOSS tracking 9 years ago
Adrian Cole b2e9b6f00e Merge pull request #295 from dstepanov/jaxrs-npe-method-annotation-order 9 years ago
Denis Stepanov 4dbbdb7e14 JAXRS: Fix NPE when @Path is first on a method 9 years ago
Adrian Cole 67ba4f2a83 Merge pull request #293 from uschi2000/feature/no-decoder-exception 9 years ago
Robert Fink 544820c9f4 SynchronousMethodHandler does not wrap exceptions thrown by Decoder#decode in decode404 mode 9 years ago
Adrian Cole 40b32ec327 Merge pull request #291 from htynkn/patch-1 9 years ago
Huang YunKun 28cbc35df9 Fix 404 issue for Github sample 9 years ago
Adrian Cole f281065137 Merge pull request #290 from Netflix/not-found 9 years ago
Adrian Cole 24885fe962 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Adrian Cole c9c5e31c7f Merge pull request #280 from spencergibb/hystrix 9 years ago
Spencer Gibb c17756ce3b add HystrixCommand support 9 years ago
Adrian Cole 46e891182f Squash changelog version 10 years ago
Adrian Cole 3e794cc993 Merge pull request #279 from FrEaKmAn/master 10 years ago
Erol a9a1f3e9b1 Added HTTP status to FeignException 10 years ago
Adrian Cole 01d349567e Merge pull request #276 from stromnet/inherited-headers 10 years ago
Johan Ström 924b9de072 Class-level headers from inherited class when method is defined in declaring class 10 years ago
Adrian Cole 11bdf20fc2 Merge pull request #274 from asukhyy/feign-httpclient-url-encoding-fix 10 years ago
Andriy Sukhyy 93cd0b716e Added support for spaces in path 10 years ago
Paul Nepywoda 0904133d22 Supports POST without a body parameter 10 years ago
Adrian Cole 60c6ac311c Updates changelog 10 years ago
Adrian Cole ed24a4a59f Merge pull request #270 from pnepywoda/class-level-annotations 10 years ago
Paul Nepywoda 995ef2ade0 read class-level @Produces/@Consumes 10 years ago
Adrian Cole 69a877990d Merge pull request #268 from ddteeter/264-body-decoding 10 years ago
Drew Teeter 00b7b6c82f Switches body parameter substitution to use encoded parameters 10 years ago
Adrian Cole 129f9a4219 Merge pull request #269 from Netflix/dont-handle-response 10 years ago
Adrian Cole 149ccbdb87 Skips error handling when return type is Response 10 years ago