-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
relocated Services.java to impl module (along with tests). #529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, but I’m looking at the diffs on my phone, so take it with a grain of salt
One partial concern, UnavailableImplementationException is now in the impl package so it cannot be caught other then catching a generic JwtException.
This seems like a good thing, as there is a runtime config issue in these cases. So I’m +1 (it’s easy to change later if we need to expose it)
LGTM! |
Ah, JDK8 is having coverage failure tests. Seems like something in the tests needs to be addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just requesting that the tests be fixed before we merge.
804a25f
to
4fbc5be
Compare
Tests should be address @lhazlewood - we'll see after this build... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - thanks! Feel free to merge :)
resolves #524