-
Notifications
You must be signed in to change notification settings - Fork 53
Make clients final #20
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
Comments
Make not-yet-released clients final Update changelog Remove TODOs in favor of #20
Make not-yet-released clients final Update changelog Remove TODOs in favor of #20
Make not-yet-released clients final Update changelog Remove TODOs in favor of #20
updated description, i think we should also make all other classes that are not meant to be extended final. |
I was trying to address this issue, but making the last non-final plugin final (RedirectPlugin) is pretty hard, since the class is extended in the specs to create stubs. This is obviously wrong because it tries to test internal behavior, but I'm not be able to solve that easily. Anyone else up for this? |
i guess thats why its not yet final :-/ |
Yup, will take a look at it: #21 |
i think we now made final everything that can be final |
Make the rest of clients final. See #18 and #19
BatchClient
BatchResult
Deferred
LeastUsedClientPool
RoundRobinClientPool
HttpMethodsClient
PluginClient
PluginClientFactory
The text was updated successfully, but these errors were encountered: