400 Commits (8.x)
 

Author SHA1 Message Date
a-k-g 7a79b9e249 Lower case headers in response and use TreeMap to allow case insensitive access (#418) 8 years ago
Dmytro Kostiuchenko e5d5fac02d Adds support for encoded query parameters in @QueryMap (#408) 8 years ago
Adrian Cole 4ac3320b00 updates changelog 8 years ago
Dave Syer d536ca9ee5 Add support for expansion of @Param lists (#403) 8 years ago
Gursev Singh Kalra 1c471544be Adds XXE fixes to JAXBDecoder and SAXDecoder classes (#415) 8 years ago
Carter Kozak aca9c4ffcf Returns null when Content-Length > Integer.MAX_VALUE (#410) 8 years ago
Dmytro Kostiuchenko 088df43efd Clears query param with unsafe characters in name (#409) 8 years ago
Dmytro Kostiuchenko 2b639186a1 Fixed throwing an IllegalStateException on duplicate HeaderMap 8 years ago
Jon Schneider 1c1d2fa91e Update Bintray API key 8 years ago
Jon Schneider 24b32ba62f Update README.md [ci skip] 8 years ago
Jon Schneider 5243cbd28a Remove unnecessary install step in Travis 8 years ago
Rene Enriquez 75b4ae8a86 fix redaction error on README.md file 8 years ago
bjsousa@wisc.edu 1daeb16ff7 Use correct minor version in changelog 8 years ago
bjsousa@wisc.edu eaaa320510 Upgrade to OkHttp 3.2 and adjust tests as needed to work with new OkHttpClient and MockWebServer methods 8 years ago
Jakub Narloch d712e74074 Corrected ErrorDecoder sample docs 8 years ago
José Armesto 554148d7e5 Added dummy retryer that always delegates exceptions without retrying requests 8 years ago
Pablo Diaz 9333107d30 Added changes to changelog 8 years ago
Pablo Diaz f1cf6ff215 Added rx.Completable support 8 years ago
Adrian Cole aa66358584 Updates the GitHub example to use Java 8 default methods 8 years ago
Adrian Cole e310aae1ff Recognizes reason phrase is nullable and not set when using http/2 9 years ago
Carter Kozak 9bbd865c2d Allow responses to be streamed. 9 years ago
Adrian Cole f774a42623 Fixes dispatch for toString, equals, hashCode in hystrix 9 years ago
Dan Jasek 70f0d97007 Do not error on interfaces with default methods. 9 years ago
liuzhengyang 32e05a2256 Sets method access for hystrix package-private fallback method 9 years ago
Dan Jasek 486bf63ed5 Ignore static methods when validating interface 9 years ago
Adrian Cole af5bf09dd9 Provides a nicer error when a user omits the http method 9 years ago
Javier Campanini 1e261ff3e1 bump okhttp dependencies to 2.7.5 9 years ago
Nick Miyake 6e8109f9bd Add HeaderMap annotation 9 years ago
Nick Miyake 7ae3d16bcf Update README with documentation on setting headers 9 years ago
Adrian Cole c18bcda3ff Exposes Encoder.MAP_STRING_WILDCARD to make form encoding easier 9 years ago
Adrian Cole c8a148312b Adds commit log guidelines 9 years ago
Adrian Cole 600736db3c Documents intent of client tests 9 years ago
Adrian Cole 30aacc3dbf Fixes vnd header regression by changing Headers encoding 9 years ago
Adrian Cole 4d4e296cec Fixed version log 9 years ago
Adrian Cole 8dc3610bd8 Supports runtime injection of Param.Expander 9 years ago
Jimmy Lu cd9d7e8675 Used Google code style for code formatting 9 years ago
Jimmy Lu d11344ed33 Adds fallback support for HystrixCommand, Observable, and Single results 9 years ago
Adrian Cole d04953bcff Adds HACKING file, to demystify change to Feign 9 years ago
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