CleverTap/apns-http2

Not support jdk1.7!

www1350 opened this issue · 2 comments

I found it is base on jdk1.8!
Can you make some changes to compatible with jdk1.8?

This library depends on the Jetty ALPN client, and which requires 1.8. 1.7 will not be feasible.

Looks like the ALPN client does support 1.7, however, I won't be adding 1.7 support due to time constraints. I'll definitely accept a pull request for 1.7 support though.