66 Commits (0ad007ad793040c88bd9d8a5829981eae9f6e403)

Author SHA1 Message Date
Adrian Cole d5f581686a Bumps changelog 8 years ago
David Tanner e70bb4fb7a Add the Content-Type if specified, unless we are setting the body (#569) 8 years ago
Ariel d7f40f5a36 Introduces feign-java8 (#548) 8 years ago
Odín del Río 56c105df9e Adds Feign.Builder.mapAndDecode() (#534) 8 years ago
Will May 57c609009c Avoid `Decoder.decode` on 404 when void response type (#549) 8 years ago
Christian Manning 12e61b91c9 Adds Builder class to JAXBDecoder for disabling namespace-awareness. (#471) 8 years ago
Pavlo deda96a4c5 Implements possibility to disable @Param url encoding (#465) 9 years ago
Adrian Cole 8ecb6ade49 Adds FallbackFactory, allowing access to the cause of a Hystrix fallback (#443) 9 years ago
Adrian Cole 177ce5e0ec Adds Hystrix SetterFactory to customize group and command keys (#447) 9 years ago
Nick Fiacco cc650a0314 added builder methods and Request field for Response object (#436) 9 years ago
Mike Liu 30753bf250 Supports context path when using Ribbon LoadBalancingTarget (#433) 9 years ago
Adrian Cole f350c6564a Allows query parameters to match on a substring. Ex q=body:{body} (#428) 9 years ago
a-k-g 17cb578424 Lower case headers in response and use TreeMap to allow case insensitive access (#418) 9 years ago
Dmytro Kostiuchenko 968f35f1da Adds support for encoded query parameters in @QueryMap (#408) 9 years ago
Adrian Cole 44afa41a4a updates changelog 9 years ago
Adrian Cole 60e0319237 Adds maven project under group id io.github.openfeign (#416) 9 years ago
Carter Kozak 6717142afc Returns null when Content-Length > Integer.MAX_VALUE (#410) 9 years ago
bjsousa@wisc.edu abfd77e302 Use correct minor version in changelog 9 years ago
bjsousa@wisc.edu 3d84c767ba Upgrade to OkHttp 3.2 and adjust tests as needed to work with new OkHttpClient and MockWebServer methods 9 years ago
Pablo Diaz 53cfd0d3e0 Added changes to changelog 9 years ago
Dan Jasek 4cab6abcc0 Do not error on interfaces with default methods. 9 years ago
Nick Miyake e7adaa79fd Add HeaderMap annotation 9 years ago
Adrian Cole f0a53b1718 Fixed version log 9 years ago
Adrian Cole 7a9be05a40 Supports runtime injection of Param.Expander 9 years ago
Jimmy Lu 07dcd87fc0 Adds fallback support for HystrixCommand, Observable, and Single results 9 years ago
Nick Miyake 8aeeed641d Add QueryMap annotation 9 years ago
Alexander Schwartz 7e25bbbfb2 make replacements headers work the same like in the body 9 years ago
Paul Nepywoda e17aaed40d support PUT with empty body parameter 9 years ago
Adrian Cole 8c1d6e7729 Fixes CHANGELOG 9 years ago
Adrian Cole 122f9a547b Adds fallback implementation configuration to the `HystrixFeign` builder 9 years ago
Christopher Lakey d1cb196e6e Add support for rx.Observable and rx.Single return types to Hystrix module 9 years ago
Adrian Cole 4f86d15dd8 Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Adrian Cole 24885fe962 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Spencer Gibb c17756ce3b add HystrixCommand support 9 years ago
Adrian Cole 46e891182f Squash changelog version 10 years ago
Erol a9a1f3e9b1 Added HTTP status to FeignException 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 149ccbdb87 Skips error handling when return type is Response 10 years ago
Adrian Cole 0652714b2c Bumps dependency versions for integrations 10 years ago
David Cobo 6b90c7c872 Adds jackson-jaxb codec 10 years ago
Adrian Cole eb351f843d Bumps dependency versions for integrations 10 years ago
Adrian Cole 0aac921f31 Adds base api support via single-inheritance interfaces 10 years ago
Adrian Cole 34e265aefd bump changelog 10 years ago
Uriah Carpenter c18c2ee898 Correct retry handling for repeatable requests 10 years ago
Tristan Burch 1705c15046 Support for Apache HttpClient as Feign client 10 years ago
Adrian Cole 80f047534c Allows customized request construction by exposing Request.create() 10 years ago
Adrian Cole 7612e9d6b6 Adds JMH benchmark module 10 years ago
Adrian Cole 0ed8253506 Enforces source compatibility with animal-sniffer 10 years ago
Adrian Cole 531a54d1c1 Allows `@Headers` to be applied to a type 10 years ago