CleverTap / apns-http2

A Java library for sending notifications via APNS using Apple's HTTP/2 API.
https://clevertap.com
BSD 3-Clause "New" or "Revised" License
215 stars 111 forks source link

fixes compatibility with jdk 9+ and jdk8u252+ #73

Open apolds opened 4 years ago

apolds commented 4 years ago

44

I attached a pull request which works with client certificate authentication. @aclowkey s version didn't work together with client certificates.

judepereira commented 3 years ago

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?

apolds commented 3 years ago

I added a first simple unit test to check a synchronous ApnsClient with client certificate authentication. Any feedback on this?

(sorry for the mess with my merge commits)

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information