Vitalij Berdinskih
Vitalij Berdinskih
As far as I undertand you use **httpclient**. Could you confirm, please? I had made a test project with Spring 2.7.2 and Spring Cloud's OpenFeing and met the same issue:...
This loop adds another header for each its value https://github.com/OpenFeign/feign/blob/307a322c96e28339d90fef31e962f107588e6e2b/core/src/main/java/feign/Request.java#L247
@MGunel Logback can be used as implementation of slf4j: you can configure excluding as @sakibulalam said. For me it is better way than to add [masking logic to Feign's Logger](https://github.com/OpenFeign/feign/blob/057caadf0db913e519463721d63ca0285188c8f0/core/src/main/java/feign/Logger.java#L73).
As far as I guess there should be `QueryMap` instead of `HeaderMap`. Is it correct?
Just for note: some modules depend on JCL - (Apache) httpclient - hystrix - googlehttpclient - ribbon - spring4 --- What if `log()` will get varargs like: ```java log(HEADERS, REQUEST,...
How about logging as another capability? Now we use capability for metrics and for Hystrix.
I have started with Slf4jCapability + builder like @kdavisk6 Kevin wrote. It implements client and retryer wrappers so I add `withRetryer` too. I am going to use the **DEBUG** level...
In my opinion you could implement both Decoder and ErrorDecoder (in one class or two separate ones): first as you say for the range 200-300 and second for other. Both...
> can you try out 1.5.7-SNAPSHOT? OK, I will check. For both 1.5.4 and 1.5.6 I have cleaned local Maven cache then run building - to check in log which...
It's not a section in the README: here isn't a Maven plugin