This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Description
Not sure if this is a bug or a missing feature. The WebClient.Builder can't be defined in a custom Configuration defined in a child applicationcontext for each RetrofitClient.
Describe the solution you'd like
- declare
WebClient.Builder in a custom Configuration and lookup the bean in the child applicationcontext
- support bean aliases to use the same
WebClient.Builder in multiple RetrofitClient
Describe alternatives you've considered
none