179 Commits (master)

Author SHA1 Message Date
adriancole c6bee3a74f [maven-release-plugin] prepare release 9.1.0 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
Adrian Cole 60e0319237 Adds maven project under group id io.github.openfeign (#416) 8 years ago
Adrian Cole 4f86d15dd8 Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Adrian Cole 24885fe962 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Adrian Cole eb351f843d Bumps dependency versions for integrations 9 years ago
bcrow 1f0464eba1 Fixes end-of-input exception when decoding an empty json body 9 years ago
Adrian Cole 207530d6c0 Reformats code according to Google Java Style 10 years ago
Adrian Cole 183a5a119c Makes body parameter type explicit 10 years ago
Adrian Cole 8a0cba5cac Removes Dagger 1.x Dependency and support for javax.inject.Named 10 years ago
Adrian Cole 49b700e6f7 Adds OkHttp integration 10 years ago
Adrian Cole 067997912e Introduces feign.@Param to annotate template parameters 10 years ago
Adrian Cole 3fc385a112 Removes guava test dependency in favor of AssertJ 10 years ago
Adrian Cole 0f3947a5c8 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