233 Commits (8e02dc47bde427aaccd8dfe9f9e21a07821d1c1a)

Author SHA1 Message Date
Marvin Froeder 2d5fdc3ea3 Update year on license headers 3 years ago
Carsten Klein 66de4f0988
allow multiple inheritance on the interface level with current restrictions intact. (#1341) 3 years ago
Witalij Berdinskich 4a309e1a55
Add response headers to FeignException (#1452) 3 years ago
Andrew Winterman 83bb55c589
Fix no response logging on async Feign (#1450) 3 years ago
Marvin Froeder 5c460ae082
Modify DefaultMethodHandler to work with Android (#1436) 3 years ago
Clayton Walker 3494a76f16
WIP: Add support for java 9 (#1393) 4 years ago
Budlee b53a53591b
Make the FieldQueryMapEncoder encoder thread safe (#1369) 4 years ago
Davis, Kevin 5961cb70ed Correcting License Headers for 2021 4 years ago
Jing c8fbb85e0e
Fix bug for FeignException cannot get the correct charset (#1325) (#1345) 4 years ago
jaimepineiro b79d6fcf83
Use charset from response Content-Type header to decode (#1302) 4 years ago
Kevin Davis 4cf1a54985 GH-934: Correct License Headers 4 years ago
Kevin Davis 6e5f3eb5ef
GH-934: Update Default Client to handle Compression correctly (#1349) 4 years ago
Kevin Davis f8ad8670e3
GH-1270: Fix conflict between single and multi-value headers (#1347) 4 years ago
Krzysztof Krasoń 17885da9ce
Allows @Param value in default contract to be taken from param names. (#1309) 4 years ago
Andrew a1f49bc316
Fixes typo in JDoc (#1279) 4 years ago
Nikolas Charalambidis 377ca744b1
Serializable feign.Request #1193 (#1262) 4 years ago
Marvin Froeder 835a96380e
Rename `queryArrParams` to `queryMapWithArrayValues` (#1234) 5 years ago
Dharmesh Jogadia 9a86fa8e99
fixed query map with array parameter bug (#1220) 5 years ago
paladim 1ffa9bea20
update comment Retryer.java (#1228) 5 years ago
Marvin Froeder 4ee8cd8f1e
Headers overwrite (#1219) 5 years ago
Kevin Davis 9f21dcc8c8
Update JDK11 Builds in Travis to release on Java 11 modules (#1214) 5 years ago
Darren Foong dc081d136d
Fix expansion of @RequestParam empty lists (#1200) 5 years ago
Kevin Davis 37d973c004
GH-1172: Store expanded Header Template values as Literals (#1203) 5 years ago
Marvin Froeder be8f30d6ae
Metric API (#1181) 5 years ago
Marvin Froeder a9e631ac9b
Add extra information when failing to parse contract (#1176) 5 years ago
Alexandr Varyanik 68f7984744
Overriding query parameter name (#1184) 5 years ago
Marvin Froeder 2cc907c88f
Configurable to disable streaming mode for Default client (#1182) 5 years ago
Marvin Froeder 6a343c7e17
Async client for apache http 5 (#1179) 5 years ago
motinis b6db37ee3a
issue 361 - async feign variant supporting CompleteableFutures (#1174) 5 years ago
Kevin Davis 54c06856ad
Restore Request.Body accessibility for compatibility (#1164) 5 years ago
Kevin Davis 819b2df8c5
Correct Encoding and restore decodeSlash in QueryTemplate (#1160) 5 years ago
Kevin Davis 496c70e573
Correct Additional License Headers (#1157) 5 years ago
Kevin Davis 75e569fb3f
Remove deprecated code usage from core module (#1145) 5 years ago
Kevin Davis 9584dfafc6
Clarify availability of a Response Body in FeignException (#1149) 5 years ago
switchYello 6e6486503d Ensure @Body and @Param parsing consistency (#1137) 5 years ago
Kevin Davis f73fe7058a
Include variables Query Parameter Names when listing template parameters (#1144) 5 years ago
Kevin Davis a7b7c01806
Ensure Iterable values are encoded before template expansion (#1138) 5 years ago
Kevin Davis 033de93cca
Remove Template Expression naming restrictions (#1139) 5 years ago
Kevin Davis d3eb9cf3bd
Ensure all brackets are decoded in JSON based Body Templates (#1140) 5 years ago
Marvin Froeder c1d00649f5
Deprecated `encoded` and add comment (#1108) 5 years ago
Marvin Froeder 262488506f
Expose Method and Target on RequestTemplate (#1091) 5 years ago
cezar-tech d5389a57db Fixes a typo in Contract.java method (#1098) 5 years ago
jerzykrlk 76a45243e5 1048 simple illustration - more details in the default feignexception… (#1095) 5 years ago
Marvin Froeder 3e6e0936a5
Spring4 contract (#1069) 5 years ago
Marvin Froeder 381142e6cf
Move DeclarativeContract to new file (#1068) 5 years ago
Marvin Froeder f52158bc24
Declarative contracts (#1060) 5 years ago
Marvin Froeder efc6cf4c59 Create new module for Apache Http 5 (#1065) 5 years ago
Marvin Froeder 744fd725ac
Use travis to enforce code format (#1061) 5 years ago
Max Syachin 976e2c1f2c GH-985: Correct unexpected behavior when using JavaLogger (#1047) 5 years ago
Max Syachin d3665e45d6 GH-845: Add Request to Feign Exception (#1039) 5 years ago