Pasqual Koschmieder
Pasqual Koschmieder
The latest version is 13.3; this version actually includes the RedirectionInterceptor and the aroundDecode method does not exist (anymore?): https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/ResponseInterceptor.java Your use case should be doable using a custom response...
Ah, okay. I was just confused because you mentioned RedirectionInterceptor from the 13.3 readme, which is not mentioned in the 11.10 readme. I have no experience with the old version...
Yes, the configuration should be available per-service, but that's not a simple task to do as the task configuration is not available to the service, unless we provide the timeout...
The thing is: sure, we could just throw the variable in there and move on, but there are more places that have variables that cannot be set per service, and...
Was there a previous error during initialization of the registry? because just by looking at the code in ProtocolLib it does not look like the maps can be null at...
The `ignore version check` setting in the config file is not a boolean, but a list of strings (the minecraft version you want to ignore the check on).
Yea we can change that for sure. The current plan is to clean up everything in v5 and that part isn't touched yet (everything is a bit stale as we...
Yea, I'm clearing the headers and/or query parameters in each interceptor now. However, it would be nice to have a method which explicitly sets the value and removes all previously...
@adabugra are you still working on this? else I (or someone else) could maybe take this over
I cannot reproduce this on fabric, it works for me...