SelfSignedCertificate should migrate from sun.security.* #2132
Comments
@mikkolehtisalo Thanks for reporting this. I cannot reproduce this with Oracle JDK 1.8.0_92:
The respective imports only generate warnings in my case:
Since this is not a blocker and we can still compile the project, we'll postpone changing this after the GA release of Graylog 2.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some newest javacs seems to fail to compile SelfSignedCertificate without applying workarounds. Probably should migrate to java.security.cert, or some 3rd party library.
Tested on master, and openJDK 1.8.0_91:
The text was updated successfully, but these errors were encountered: