You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Not sure if this is a bug or a missing feature. The
WebClient.Buildercan't be defined in a custom Configuration defined in a child applicationcontext for each RetrofitClient.Describe the solution you'd like
WebClient.Builderin a custom Configuration and lookup the bean in the child applicationcontextWebClient.Builderin multiple RetrofitClientDescribe alternatives you've considered
none