362 Commits (cccc9225deaa27060aabb6f2580d9551924b6ae2)
 

Author SHA1 Message Date
Spencer Gibb cccc9225de Fix broken hystrix example. 9 years ago
Nick Miyake d284421f63 Add QueryMap annotation 9 years ago
Nick Miyake 13a22d7c61 Fix typo in comment 9 years ago
Alexander Schwartz ef33a104a7 make replacements headers work the same like in the body 9 years ago
Alexander Schwartz bd0014e406 updated cipher suite that exists on both Java 7 and latest Java 8 release 9 years ago
Alexander Schwartz 0b037eacf6 updated IntelliJ link, added link for IntelliJ 15 9 years ago
Alexander Schwartz f02a725da9 gradle wrapper should be cached as well 9 years ago
Denis Stepanov cef962ed30 JAXRS: Fix NPE when @Path is first on a method 9 years ago
Dave Syer 2d0d713cfc Apache HTTP client hates to have the Content-Length set 9 years ago
Carlos Sanchez c886206347 Handle invalid HTTP received from server 9 years ago
Paul Nepywoda 9caeff860f support PUT with empty body parameter 9 years ago
Adrian Cole 9f3424e51a Allows HystrixFeign.Builder to be used incrementally 9 years ago
Adrian Cole 57f2206f8c Fixes CHANGELOG 9 years ago
Adrian Cole 1e2c0b398f Adds fallback implementation configuration to the `HystrixFeign` builder 9 years ago
Christopher Lakey 3a4833bd59 Add support for rx.Observable and rx.Single return types to Hystrix module 9 years ago
Adrian Cole d36e78d3ef Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Adrian Cole 0a51c1e078 Document and expose HystrixDelegatingContract 9 years ago
Robert Fink 2dbd176852 SynchronousMethodHandler does not wrap exceptions thrown by Decoder#decode in decode404 mode 9 years ago
Huang YunKun 54b7347e57 Fix 404 issue for Github sample 9 years ago
Adrian Cole 79f32ce035 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Adrian Cole f862cc9917 Merge pull request #282 from vlalanne/8.x 9 years ago
Vincent LALANNE fc7ea7cfb9 Add OSGI manifest headers 9 years ago
Spencer Gibb a4ee4264d5 add HystrixCommand support 9 years ago
Adrian Cole 9ff2bf1342 Squash changelog version 10 years ago
Erol 274b2a89e3 Added HTTP status to FeignException 10 years ago
Johan Ström 02a1e8c402 Class-level headers from inherited class when method is defined in declaring class 10 years ago
Andriy Sukhyy c3622ec0c8 Added support for spaces in path 10 years ago
Paul Nepywoda 913bcb3450 Supports POST without a body parameter 10 years ago
Adrian Cole ea6f0cd25f Updates changelog 10 years ago
Paul Nepywoda 5cc1e5a560 read class-level @Produces/@Consumes 10 years ago
Drew Teeter 682c8dab5b Switches body parameter substitution to use encoded parameters 10 years ago
Adrian Cole 51da074d1f Skips error handling when return type is Response 10 years ago
Adrian Cole da6055ebd1 Merge pull request #267 from Netflix/dont-break-on-processAnnotationOnClass 10 years ago
Adrian Cole 472d922774 Un-abstracts processAnnotationOnClass so that we don't break api 10 years ago
Adrian Cole 2699aba9fd Moves off legacy travis containers 10 years ago
Adrian Cole b3a43ad3b8 Bumps dependency versions for integrations 10 years ago
Johan Ström 37d4441903 Fix variable expansion in @Header class-annotation as discussed in #262 10 years ago
David Cobo 7e2e090862 Adds jackson-jaxb codec 10 years ago
Adrian Cole 68e3fba0f1 Fixes NPE when apache client rebuffers content 10 years ago
Adrian Cole 2a8f18357e Updates examples to 8.7.0 10 years ago
Adrian Cole 56990e86dc Bumps dependency versions for integrations 10 years ago
Adrian Cole 9985d91a33 Avoids InputStream.available when determining if a stream is empty 10 years ago
Adrian Cole b2b4085348 Adds base api support via single-inheritance interfaces 10 years ago
bcrow 8ee4bd24b0 Fixes end-of-input exception when decoding an empty json body 10 years ago
Adrian Cole d7f63ca15a Adds gitter webhook for travis 10 years ago
The Gitter Badger edec1f6929 Added Gitter badge 10 years ago
Adrian Cole 3d27f1c142 bump changelog 10 years ago
unknown 79975aa9fd Added possibility to leave slash encoded in path parameters 10 years ago
Jacob Meacham 84aaae8b69 Fix regex support when there are multiple @Path regexes 10 years ago
Jacob Meacham 3e5d29bf1c Fix an issue with trailing slashes in @Path annotations on classes 10 years ago