326 Commits (5851297c0aee445e6e95db9c17ff7baae16f11f1)

Author SHA1 Message Date
adriancole a73d69cfff removed dead constants 11 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 11 years ago
adriancole d4be915315 update examples to feign 5.x 11 years ago
adriancole 2597d3baf3 Moved SaxDecoder into feign-sax dependency. 11 years ago
adriancole 92c0c36af0 provide encoder/decoder in a module that addsTo = Feign.Defaults.class 11 years ago
adriancole 2fc54d5d00 New Defaults.WithoutCodec to avoid binding collisions. 11 years ago
David M. Carr c2749f1631 Add Feign.Builder (#34) 11 years ago
David M. Carr 99760f750a Fix default decoder's support for Response decoding, clean up usage of StringDecoder 11 years ago
David M. Carr cd5405eb59 Simplify Encoder/Decoder interfaces (#53) 11 years ago
adriancole 4b4325c5cf Remove pattern decoders in favor of SaxDecoder. 11 years ago
adriancole 0ac4f9abea SaxDecoder now decodes multiple types. 11 years ago
adriancole 449aea577c Remove support for Observable methods. 11 years ago
David M. Carr a7128264c8 Fix NullPointerException when equals or hashCode are called on proxy instance 11 years ago
adriancole 0fbeb1241a Support urls which have query parameters 11 years ago
adriancole fa3aee6ed7 issue #55: support iterable query params 11 years ago
David M. Carr 94a087a41c default client: add support for gzip-encoded request bodies (#52) 11 years ago
David M. Carr a91d4b90a0 default client: use custom HostnameVerifier if overridden 11 years ago
adriancole fbbd75e34d Remove overrides = true on codec modules 11 years ago
adriancole 8c06dd04d5 closes #35 add RequestInterceptor 11 years ago
adriancole 05dcebb1ee flattened project structure so that eclipse gradle plugin will work 11 years ago