Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added error decoder to async builder #2029

Merged
merged 1 commit into from May 3, 2023

Conversation

rwagstaff
Copy link
Contributor

This add a error decoder to the async builder when building from the coroutine builder

This was fixed by adding the error decoder to the async builder

How to replicate

Create a feign client with a custom error decoder

val feignClient: FeignPriceClient = CoroutineFeign.builder<Unit>().errorDecoder(CustomErrorDecoder()) .target(FeignPriceClient::class.java, "http://localhost:8080/")

The custom error decoder is lost when building the async client

@velo velo merged commit 03dcf4d into OpenFeign:master May 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants