844 Commits (1ffa9bea2059c55c09e0bf53cead8caabae59b6e)
 

Author SHA1 Message Date
Wolfgang Nagele 00db9c4e0e Fix for bug #85 11 years ago
julian.duniec 9a7e84e158 Fix for bug in Ribbon-Module, where query strings are not properly encoded 11 years ago
Adrian Cole 93447c67f0 Merge pull request #96 from davidmc24/feature/slf4j 11 years ago
David M. Carr 2c5d359ce4 slf4j: add slf4j integration module (#94) 11 years ago
Adrian Cole 8f894e0c0c Merge pull request #97 from davidmc24/feature/fix-changelog 11 years ago
David M. Carr addc58375d fix changelog for 6.0.1 (#95) 11 years ago
Adrian Cole dcc4c95755 Merge pull request #93 from rodrigosaito/authorization_too_long 11 years ago
Rodrigo Saito aca25eb331 When User and/or Password are too long, then the Authorization Header is broken because of sun Base64Encoder impl. 11 years ago
Adrian Cole bc5011b91e CHANGES update for last commit 11 years ago
Adrian Cole 710d477449 7.0.0-SNAPSHOT 11 years ago
Adrian Cole 190790364e Merge pull request #83 from davidmc24/feature/binary-bodies 11 years ago
David M. Carr 91e4d8209a Support binary request/response bodies (#57) 11 years ago
Matt Hurne c92025c608 Squashed commit of the following: 11 years ago
Adrian Cole a08b17a49f Merge pull request #81 from davidmc24/basic-auth 11 years ago
David M. Carr 28fabc89d2 add support for HTTP basic authentication (#79) 11 years ago
Adrian Cole 2783497cfe Merge pull request #80 from Netflix/ribbon-0.2.3 11 years ago
adriancole 5452ccd711 ribbon 0.2.3 11 years ago
David M. Carr fe5e8d150b Simplify usage of Gson from Feign.Builder 11 years ago
Adrian Cole 2615cf214b Merge pull request #77 from davidmc24/tweak-default-decoder 11 years ago
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