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
With suggested overrides context, issue is still here because deprecated httpClient.getParams() is called ( init from RomeAdapater code ) when http.proxyHost and http.proxyPort are set by JVM options.
It looks like HttpClient requires a call now in the builder to pick up System properties. I suggest adding the following to your overrides context:
You may need to move the property nodes from the httpClientBuilder to the systemHttpClientBuilder.
If you get it to work, please let us know or submit a PR.
Thanks!
-bjagg
The text was updated successfully, but these errors were encountered: