Skip to content
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

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

dogeared
Copy link
Contributor

resolves #524

@dogeared dogeared requested a review from bdemers October 27, 2019 15:16
@dogeared dogeared changed the title relocated Service.java to impl module (along with tests). relocated Services.java to impl module (along with tests). Oct 27, 2019
Copy link
Member

@bdemers bdemers left a 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)

@lhazlewood
Copy link
Contributor

LGTM!

@lhazlewood
Copy link
Contributor

Ah, JDK8 is having coverage failure tests. Seems like something in the tests needs to be addressed.

Copy link
Contributor

@lhazlewood lhazlewood left a 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.

@dogeared
Copy link
Contributor Author

Tests should be address @lhazlewood - we'll see after this build...

Copy link
Contributor

@lhazlewood lhazlewood left a 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 :)

@dogeared dogeared merged commit dacdb2c into master Oct 27, 2019
@dogeared dogeared deleted the 524-move-services branch October 27, 2019 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Services class
3 participants