-
Notifications
You must be signed in to change notification settings - Fork 155
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
Seal AuthToken interface #1389
Seal AuthToken interface #1389
Conversation
Driver effectively does not expect external implementations of `AuthToken` interface. This update makes it more explicit.
You would need to add a warning to the release notes, though. It might be that people are mocking that class with Mockito and that will stop working, too @injectives |
AWS provides an example extending
|
my solution without extending
|
Driver effectively does not expect external implementations of
AuthToken
interface. This update makes it more explicit.