18 Commits (7.x)

Author SHA1 Message Date
Adrian Cole 70b6cd8c5b Reformats code according to Google Java Style 10 years ago
Adrian Cole 0b24982d0f Opens constructor for Gson and Jackson codecs which accepts type adapters 10 years ago
Adrian Cole 310904fb44 Adds OkHttp integration 10 years ago
Adrian Cole a4e7289d72 Introduces feign.@Param to annotate template parameters 10 years ago
Adrian Cole c4ad90b08b Removes guava test dependency in favor of AssertJ 10 years ago
Adrian Cole e66b60e565 Replace TestNG with JUnit + Rules 10 years ago
Rob Spieldenner 44b253e719 Build upgrades 10 years ago
David M. Carr 91e4d8209a Support binary request/response bodies (#57) 11 years ago
David M. Carr fe5e8d150b Simplify usage of Gson from Feign.Builder 11 years ago
adriancole 7fb20174fb support usage of gson without using dagger 11 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 11 years ago
adriancole 50e3cf54b7 ensure gson does not attempt to decode void 11 years ago
adriancole 92c0c36af0 provide encoder/decoder in a module that addsTo = Feign.Defaults.class 11 years ago
adriancole 58aa3bcb74 Gson type adapters can be registered as Dagger set bindings. 11 years ago
David M. Carr cd5405eb59 Simplify Encoder/Decoder interfaces (#53) 11 years ago
adriancole 449aea577c Remove support for Observable methods. 11 years ago
adriancole fbbd75e34d Remove overrides = true on codec modules 11 years ago
adriancole 05dcebb1ee flattened project structure so that eclipse gradle plugin will work 11 years ago