24 Commits (0aac921f312127aa2afa6f4fdacd38de88311d1a)

Author SHA1 Message Date
Adrian Cole 0aac921f31 Adds base api support via single-inheritance interfaces 10 years ago
Adrian Cole 34e265aefd bump changelog 10 years ago
Uriah Carpenter c18c2ee898 Correct retry handling for repeatable requests 10 years ago
Tristan Burch 1705c15046 Support for Apache HttpClient as Feign client 10 years ago
Adrian Cole 80f047534c Allows customized request construction by exposing Request.create() 10 years ago
Adrian Cole 7612e9d6b6 Adds JMH benchmark module 10 years ago
Adrian Cole 0ed8253506 Enforces source compatibility with animal-sniffer 10 years ago
Adrian Cole 531a54d1c1 Allows `@Headers` to be applied to a type 10 years ago
Brendan Nolan 2227930577 Adds LBClientFactory to enable caching of Ribbon LBClients 10 years ago
Jacques-Etienne Beaudet 4577082495 Supports query params without values 10 years ago
Adrian Cole a5093937e5 Updates to Jackson 2.5.1 10 years ago
Adrian Cole 4735690289 Updates to Ribbon 2.0-RC13 10 years ago
Brendan Nolan 59a159e058 Adds Request.Options support to RibbonClient 10 years ago
Adrian Cole 207530d6c0 Reformats code according to Google Java Style 10 years ago
Adrian Cole 42fc4763f8 corrects 7.2 changelog 10 years ago
Adrian Cole 76367fe03e Adds EmptyTarget for interfaces who exclusively declare URI methods 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 3bddf1f0aa Supports custom expansion of template parameters via Param.Expander 10 years ago
Adrian Cole 72c3ba80a6 Ensures Accept headers default to */* 10 years ago
Adrian Cole 49b700e6f7 Adds OkHttp integration 10 years ago
Adrian Cole 194d82fa5c Allows multiple headers with the same name; Backfills default client tests. 10 years ago
Adrian Cole 067997912e Introduces feign.@Param to annotate template parameters 10 years ago
Rob Spieldenner 44b253e719 Build upgrades 10 years ago
Adrian Cole b5ab32353a update README 10 years ago
Matthew Hall 0f765ad2b8 Add warning to CHANGES.md regarding Dagger 1.2.0 upgrade. 10 years ago
Whitaker, Greg 3ced4a5283 Added support for JAXB 11 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
David M. Carr 2c5d359ce4 slf4j: add slf4j integration module (#94) 11 years ago
David M. Carr addc58375d fix changelog for 6.0.1 (#95) 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
David M. Carr 91e4d8209a Support binary request/response bodies (#57) 12 years ago
Matt Hurne c92025c608 Squashed commit of the following: 12 years ago
David M. Carr 28fabc89d2 add support for HTTP basic authentication (#79) 12 years ago
adriancole 5452ccd711 ribbon 0.2.3 12 years ago
David M. Carr fe5e8d150b Simplify usage of Gson from Feign.Builder 12 years ago
adriancole 7fb20174fb support usage of gson without using dagger 12 years ago
adriancole e865f94c95 Correctly handle IOExceptions wrapped by Ribbon. 12 years ago
adriancole ef2a6b9e9c fixed CHANGES version 12 years ago
adriancole d6e574dc81 address findbugs 12 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 12 years ago
adriancole 2597d3baf3 Moved SaxDecoder into feign-sax dependency. 12 years ago
adriancole 92c0c36af0 provide encoder/decoder in a module that addsTo = Feign.Defaults.class 12 years ago
adriancole 2fc54d5d00 New Defaults.WithoutCodec to avoid binding collisions. 12 years ago
adriancole 58aa3bcb74 Gson type adapters can be registered as Dagger set bindings. 12 years ago
David M. Carr c2749f1631 Add Feign.Builder (#34) 12 years ago
David M. Carr cd5405eb59 Simplify Encoder/Decoder interfaces (#53) 12 years ago
adriancole 4b4325c5cf Remove pattern decoders in favor of SaxDecoder. 12 years ago