625 Commits (989fbd7c1f4029c6ad5900f0c3e591323cc11ffc)
 

Author SHA1 Message Date
David M. Carr a4583722ba Simplify Decoder.Default by extending StringDecoder 11 years ago
Adrian Cole 9b31a80aa3 Merge pull request #76 from Netflix/gson-no-dagger 11 years ago
adriancole 7fb20174fb support usage of gson without using dagger 11 years ago
adriancole eb03e2010e updated docs on decoder 11 years ago
Adrian Cole 1d3039238f Merge pull request #75 from Netflix/ribbon-ioe 11 years ago
adriancole e865f94c95 Correctly handle IOExceptions wrapped by Ribbon. 11 years ago
adriancole ef2a6b9e9c fixed CHANGES version 11 years ago
Adrian Cole 6fc7bd6efb Merge pull request #74 from Netflix/findbugs 11 years ago
adriancole d6e574dc81 address findbugs 11 years ago
Adrian Cole de9bb49e09 Merge pull request #72 from Netflix/decoders-only-decode 11 years ago
adriancole a73d69cfff removed dead constants 11 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 11 years ago
Adrian Cole ea0e4e137c Merge pull request #71 from Netflix/examples-5.x 11 years ago
adriancole d4be915315 update examples to feign 5.x 11 years ago
adriancole ec2f1ec273 6.0.0-SNAPSHOT 11 years ago
adriancole f81aed25e2 removed experimental disclaimer 11 years ago
Adrian Cole e5705f73d5 Merge pull request #70 from Netflix/simplify-sax 11 years ago
adriancole b389ef03ba support Feign.builder() w/ SAX decoder 11 years ago
Adrian Cole 76b3d53748 Merge pull request #69 from Netflix/feign-sax 11 years ago
adriancole 50e3cf54b7 ensure gson does not attempt to decode void 11 years ago
adriancole 2597d3baf3 Moved SaxDecoder into feign-sax dependency. 11 years ago
Adrian Cole 7487f80f5d Merge pull request #68 from Netflix/clean-dagger 11 years ago
adriancole 92c0c36af0 provide encoder/decoder in a module that addsTo = Feign.Defaults.class 11 years ago
Adrian Cole 0d947b8dce Merge pull request #67 from Netflix/defaults-withoutcodec 11 years ago
adriancole 2fc54d5d00 New Defaults.WithoutCodec to avoid binding collisions. 11 years ago
Adrian Cole 8262ae17e8 Merge pull request #66 from Netflix/gson-typeadapter 11 years ago
adriancole 58aa3bcb74 Gson type adapters can be registered as Dagger set bindings. 11 years ago
Adrian Cole b607fe373b Merge pull request #65 from davidmc24/builder 11 years ago
David M. Carr c2749f1631 Add Feign.Builder (#34) 11 years ago
Adrian Cole 9067537cc2 Merge pull request #64 from davidmc24/fix-default-decoder 11 years ago
David M. Carr 99760f750a Fix default decoder's support for Response decoding, clean up usage of StringDecoder 11 years ago
Adrian Cole df405a6556 Merge pull request #59 from davidmc24/simplify 11 years ago
David M. Carr cd5405eb59 Simplify Encoder/Decoder interfaces (#53) 11 years ago
Adrian Cole ed68302d04 Merge pull request #63 from Netflix/global-saxdecoder 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
Adrian Cole f2d7c02a92 Merge pull request #62 from Netflix/no-observable 11 years ago
adriancole 449aea577c Remove support for Observable methods. 11 years ago
Adrian Cole 1af6fb364f issue #53: update readme with a warning 11 years ago
Adrian Cole 8f64bf1690 Merge pull request #61 from davidmc24/fix-equals-hashcode 11 years ago
David M. Carr a7128264c8 Fix NullPointerException when equals or hashCode are called on proxy instance 11 years ago
Adrian Cole 6b5c77af17 Merge pull request #60 from Netflix/url-query 11 years ago
adriancole 0fbeb1241a Support urls which have query parameters 11 years ago
Adrian Cole 9fe48d72a8 Merge pull request #58 from Netflix/iterable-query 11 years ago
adriancole fa3aee6ed7 issue #55: support iterable query params 11 years ago
Adrian Cole 328fdb5ce9 Merge pull request #56 from davidmc24/gzip-encoding 11 years ago
David M. Carr 94a087a41c default client: add support for gzip-encoded request bodies (#52) 11 years ago
Adrian Cole b5b4593e88 Merge pull request #54 from davidmc24/custom-hostnameverifier 11 years ago
David M. Carr a91d4b90a0 default client: use custom HostnameVerifier if overridden 11 years ago
Adrian Cole 25536993e8 Merge pull request #51 from Netflix/examples-4.3 11 years ago