简体   繁体   中英

Does the Conscrypt library work with Java 11?

Does the Conscrypt library ( https://github.com/google/conscrypt ), work with Java 11? I know that it supports JDK 8 and 9, but has anyone tried it out with JDK 11? This is needed in a new project I am working on, using Java 11, in which I need to leverage Conscrypt's SSL / TLS features.

It seems this project isn't build on the JPMS.
What this means is, yes, it will work in a Java 11 environment, and it will be "transformed" to an automatic module .

The fact that you state it already works in a Java 9 context make it even more clear it will work in a Java 11 environment too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM