简体   繁体   English

Conscrypt 库是否适用于 Java 11?

[英]Does the Conscrypt library work with Java 11?

Does the Conscrypt library ( https://github.com/google/conscrypt ), work with Java 11? Conscrypt 库 ( https://github.com/google/conscrypt ) 是否适用于 Java 11? I know that it supports JDK 8 and 9, but has anyone tried it out with JDK 11?我知道它支持 JDK 8 和 9,但是有人用 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.这在我正在使用 Java 11 的新项目中是必需的,在该项目中我需要利用 Conscrypt 的 SSL/TLS 功能。

It seems this project isn't build on the JPMS.这个项目似乎不是建立在 JPMS 上的。
What this means is, yes, it will work in a Java 11 environment, and it will be "transformed" to an automatic module .这意味着,是的,它将在 Java 11 环境中工作,并且将“转换”为自动模块

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.您声明它已经在 J​​ava 9 上下文中工作的事实使它更清楚它也可以在 Java 11 环境中工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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