51 Commits (7.x)

Author SHA1 Message Date
Adrian Cole b56c6ce059 Adds base api support via single-inheritance interfaces 9 years ago
unknown e79518d037 Added possibility to leave slash encoded in path parameters 10 years ago
Adrian Cole 9ae10b3562 Allows `@Headers` to be applied to a type 10 years ago
Adrian Cole 029388e571 Accepts codec exceptions without a message 10 years ago
Jacques-Etienne Beaudet ad5519b0b6 Supports query params without values 10 years ago
Brendan Nolan 9379a66797 Retains scheme in LBClient.RibbonRequest URI 10 years ago
jdamick f3252a1f1c Headers substitutions were not being expanded by the value name, instead it was using the header name.. 10 years ago
Adrian Cole 70b6cd8c5b Reformats code according to Google Java Style 10 years ago
Adrian Cole 53f40d176c Adds EmptyTarget for interfaces who exclusively declare URI methods 10 years ago
Adrian Cole c20a8d06a4 Backports Feign.Builder.build() which exists in Feign 8.0 10 years ago
Adrian Cole c5eb7d8a9f Supports custom expansion of template parameters via Param.Expander 10 years ago
Adrian Cole f253448222 Ensures Accept headers default to */* 10 years ago
Adrian Cole 310904fb44 Adds OkHttp integration 10 years ago
Adrian Cole 03bf40a50f Allows multiple headers with the same name; Backfills default client tests. 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
Adrian Cole 81781694a9 Adds toString to Targets. Normalizes equals/hashCode. 10 years ago
Rob Spieldenner 44b253e719 Build upgrades 10 years ago
Adrian Cole 95a0f6bf14 Fix #105: expose hook for reflective dispatch. 11 years ago
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
David M. Carr 2c5d359ce4 slf4j: add slf4j integration module (#94) 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
David M. Carr 91e4d8209a Support binary request/response bodies (#57) 11 years ago
Matt Hurne c92025c608 Squashed commit of the following: 11 years ago
David M. Carr 28fabc89d2 add support for HTTP basic authentication (#79) 11 years ago
David M. Carr a4583722ba Simplify Decoder.Default by extending StringDecoder 11 years ago
adriancole eb03e2010e updated docs on decoder 11 years ago
adriancole d6e574dc81 address findbugs 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
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