335 Commits (243047b1094f751493e03c267ac000560fab3fd8)

Author SHA1 Message Date
Will May 57c609009c Avoid `Decoder.decode` on 404 when void response type (#549) 8 years ago
Jin Zhang 29d1db521e fix gh-470, support the values of QueryMap starting with '{' (#540) 8 years ago
Romain Gonord 9ffd644502 fix typo in the documentation (#495) 8 years ago
rfalke 4eff532d4d Make Util.decodeOrDefault(...) public. (#493) 8 years ago
adriancole eb663b95db [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 70ec67e514 [maven-release-plugin] prepare release 9.4.0 8 years ago
Dmitri Maximovich ea1ae43677 Fixes #462 8 years ago
rfalke 7b646abe87 Also wrap the exception of Decoder.decode() in case of a 404. (#487) 8 years ago
Xavier Fornés de85d2ed17 Fix examples in ErrorDecoder implementation (#473) 8 years ago
Pavlo deda96a4c5 Implements possibility to disable @Param url encoding (#465) 8 years ago
rfalke 0e4a1c8da3 Make logRetry() and logIOException() protected to allow overriding these methods in custom loggers. (#469) 8 years ago
rfalke 66b6e961a7 Fix javadoc of ErrorLogger. Minor improvement of other javadoc. (#467) 8 years ago
Andrey Stolyarchuk 8fd94cec95 Support request content-type with charset (#453) 8 years ago
adriancole 3adb897def [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 8ee4389e2f [maven-release-plugin] prepare release 9.3.1 8 years ago
adriancole 6fd40494c4 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 4b1b255bcd [maven-release-plugin] prepare release 9.3.0 8 years ago
adriancole baf8e25626 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 8b24647fa2 [maven-release-plugin] prepare release 9.2.0 8 years ago
Adrian Cole 7850eb071c Deprecates code only used in jaxrs (#445) 8 years ago
Adrian Cole 1dd0c2e85f Adds test case for mixed body param and path params (#421) 8 years ago
David Schlosnagle 3c23f1d8cc Reduce logging overhead (#439) 8 years ago
Adrian Cole bb0f2924fe Clarifies documentation around configKey (#437) 8 years ago
Nick Fiacco cc650a0314 added builder methods and Request field for Response object (#436) 8 years ago
adriancole 449e9ceaba [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole c6bee3a74f [maven-release-plugin] prepare release 9.1.0 8 years ago
Adrian Cole f350c6564a Allows query parameters to match on a substring. Ex q=body:{body} (#428) 8 years ago
adriancole 4c98cfc307 [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 015ce2f3a9 [maven-release-plugin] prepare release 9.0.0 8 years ago
adriancole 8d5a95153e [maven-release-plugin] prepare for next development iteration 8 years ago
adriancole 4fb7f169c3 [maven-release-plugin] prepare release 9.0.0 8 years ago
a-k-g 17cb578424 Lower case headers in response and use TreeMap to allow case insensitive access (#418) 8 years ago
Dmytro Kostiuchenko 968f35f1da Adds support for encoded query parameters in @QueryMap (#408) 8 years ago
Dave Syer 100a9acc64 Add support for expansion of @Param lists (#403) 8 years ago
Adrian Cole 60e0319237 Adds maven project under group id io.github.openfeign (#416) 8 years ago
Carter Kozak 6717142afc Returns null when Content-Length > Integer.MAX_VALUE (#410) 8 years ago
Dmytro Kostiuchenko e46ab681bc Clears query param with unsafe characters in name (#409) 9 years ago
Dmytro Kostiuchenko ecafb83cb4 Fixed throwing an IllegalStateException on duplicate HeaderMap 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
José Armesto 6591ae8617 Added dummy retryer that always delegates exceptions without retrying requests 9 years ago
Jakub Narloch 0478424adc Corrected ErrorDecoder sample docs 9 years ago
Adrian Cole 3378eee852 Recognizes reason phrase is nullable and not set when using http/2 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
Javier Campanini d25095c50c bump okhttp dependencies to 2.7.5 9 years ago
Adrian Cole f24425c89c Exposes Encoder.MAP_STRING_WILDCARD to make form encoding easier 9 years ago
Dan Jasek 7bfce4741d Ignore static methods when validating interface 9 years ago
Adrian Cole 57444d10da Fixes vnd header regression by changing Headers encoding 9 years ago
Adrian Cole b29f9d8aea Documents intent of client tests 9 years ago
Adrian Cole 7a9be05a40 Supports runtime injection of Param.Expander 9 years ago