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
@sbordet@joakime Revisiting #8723, I'm wondering whether it was wise/necessary to deprecate getProxies().
Maybe we could keep the getProxies() method but specify that it returns an unmodifiable List or Collection instead? This would restore the users' ability to look up the proxy list without exposing any implementation details. Users would still be forced to use the addProxy(), removeProxy() methods for mutation.
The text was updated successfully, but these errors were encountered:
@sbordet @joakime Revisiting #8723, I'm wondering whether it was wise/necessary to deprecate
getProxies()
.Maybe we could keep the
getProxies()
method but specify that it returns an unmodifiableList
orCollection
instead? This would restore the users' ability to look up the proxy list without exposing any implementation details. Users would still be forced to use theaddProxy()
,removeProxy()
methods for mutation.The text was updated successfully, but these errors were encountered: