81 Commits (c4fba10993352a3eb1b4cfbee0517c2aaa077942)

Author SHA1 Message Date
Erol a9a1f3e9b1 Added HTTP status to FeignException 9 years ago
Paul Nepywoda 0904133d22 Supports POST without a body parameter 9 years ago
Adrian Cole 60c6ac311c Updates changelog 9 years ago
Adrian Cole 149ccbdb87 Skips error handling when return type is Response 9 years ago
Adrian Cole 0652714b2c Bumps dependency versions for integrations 9 years ago
David Cobo 6b90c7c872 Adds jackson-jaxb codec 9 years ago
Adrian Cole eb351f843d Bumps dependency versions for integrations 9 years ago
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 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
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) 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
adriancole 5452ccd711 ribbon 0.2.3 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 e865f94c95 Correctly handle IOExceptions wrapped by Ribbon. 11 years ago
adriancole ef2a6b9e9c fixed CHANGES version 11 years ago
adriancole d6e574dc81 address findbugs 11 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 11 years ago