找不到 Java 版本的匹配 alpn-boot JAR:12.0.2
Could not find a matching alpn-boot JAR for Java version: 12.0.2
运行 sbt run
在 Scala,akka-grpc 项目上,based on their basic tutorial 我得到:
[error] [jetty-alpn-agent] Could not find a matching alpn-boot JAR for Java version: 12.0.2
alpn-boot 还不兼容 Java 12 吗?这是想表达什么?它与 Java 11 一起使用吗?我可以让它与 12 一起工作,让它相信它是 Java 11 吗?
Java9+
没有 alpn-boot 要求
那是因为从 Java 9.
开始,Java 内置了 ALPN
参见:https://www.eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-jdk9
运行 sbt run
在 Scala,akka-grpc 项目上,based on their basic tutorial 我得到:
[error] [jetty-alpn-agent] Could not find a matching alpn-boot JAR for Java version: 12.0.2
alpn-boot 还不兼容 Java 12 吗?这是想表达什么?它与 Java 11 一起使用吗?我可以让它与 12 一起工作,让它相信它是 Java 11 吗?
Java9+
没有 alpn-boot 要求那是因为从 Java 9.
开始,Java 内置了 ALPN参见:https://www.eclipse.org/jetty/documentation/current/alpn-chapter.html#alpn-jdk9