-
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
JDK9+ Support #44
Comments
Actually I'm not sure if this is a apns issue.
|
@aclowkey JDK 9 will not be supported. See https://github.com/CleverTap/apns-http2/wiki/Running-on-Java-9. There's no way for us to set the authorization header, and Oracle won't back port the fix. |
@judepereira Oh okay, thanks. |
@judepereira This library uses Ok Http which says it supports HTTP2+, can't we use these implementation rather than Oracles? |
@aclowkey Ah yes! My bad. Yes, we can continue using HTTP/2 support from OkHttp. Have you been able to get it working? Does it still require Jetty's ALPN library? |
@judepereira We're using APN as legacy support, now my task is to see if we actually need this support at all. |
Can you run a quick test on it? |
I don't have the option at the moment. I will as soon as I can and will
update
…On Thu, 14 Jun 2018 at 16:24, Jude Pereira ***@***.***> wrote:
Can you run a quick test on it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB9y2SbmkTsVGfrHlIFRPT6oN-1UxeVYks5t8mQngaJpZM4UnaEL>
.
|
@judepereira We have decided to deprecate the APNS use since we don't have any users subscribed to it. I would be happy to help in testing, however, I don't have the means an (IOS device ,etc) |
This seems to still be the case on jdk-11. |
@judepereira Can you take a look on this pr? 👆🏼 |
@DziubaR On it :) |
We're attempting to upgrade to JDK10, and encountred this issue with OkHttp.
Seems like OkHttp 3.10.0 has support for Java9, but the call to one of the methods results in an
UnsupportedOperationException
.Stacktrace:
The text was updated successfully, but these errors were encountered: