-
Notifications
You must be signed in to change notification settings - Fork 109
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
fixes compatibility with jdk 9+ and jdk8u252+ #73
base: master
Are you sure you want to change the base?
Conversation
Shall we introduce some sort of E2E test with a mock server to verify that this works better? Unfortunately, there aren't tests right now. I can introduce the testing framework if required, and then you can add tests to it. Thoughts? |
I added a first simple unit test to check a synchronous ApnsClient with client certificate authentication. (sorry for the mess with my merge commits) |
Kudos, SonarCloud Quality Gate passed! |
#44
I attached a pull request which works with client certificate authentication. @aclowkey s version didn't work together with client certificates.