简体   繁体   English

对于 Java,我可以提前访问当前版本的最新版本吗

[英]For Java can I get early access to latest build of current release

For Java 11.0.7 onwards there was a serious bug that affected MacOS Catalina https://bugs.openjdk.java.net/browse/JDK-8244818 and would cause my Gui app to crash.从 Java 11.0.7 开始,有一个严重的错误会影响 MacOS Catalina https://bugs.openjdk.java.net/browse/JDK-8244818并导致我的 Gui 应用程序崩溃。

This is now fixed in 11.0.9 but that is not due for release for some time, and this is very serious bug that affects many of my users.这个问题现在在11.0.9中得到修复,但一段时间内不会发布,这是一个非常严重的错误,影响了我的许多用户。

If I go to https://jdk.java.net/15/ i can get early access release of Java 15 (and likewise for Java 16) built 8th July so this should fix the problem, trouble is because Oracle have removed the Nashorn Javscript support from Java 15 onwards I cant use this release yet. If I go to https://jdk.java.net/15/ i can get early access release of Java 15 (and likewise for Java 16) built 8th July so this should fix the problem, trouble is because Oracle have removed the Nashorn从 Java 15 开始的 Javscript 支持我还不能使用这个版本。

Is there a way to get early version of 11.0.9?有没有办法获得 11.0.9 的早期版本?

AdoptOpenJDK make nightly builds available . AdoptOpenJDK 使夜间构建可用 You may need to wait for :您可能需要等待

Tuesday, July 28 2020: First merge from jdk11u-dev to jdk11u (tag: 11.0.9+1)

for them to include post-11.0.8 changes.让他们包括 11.0.8 后的更改。 At least, this will give you a known third-party build to point to.至少,这会给你一个已知的第三方构建指向。

Otherwise, the official release is scheduled for:否则,正式发布时间为:

Tuesday, October 20 2020 GA; OpenJDK 11.0.9 released (tag: jdk-11.0.9-ga)

No official release of JDK 11 is scheduled before then.在此之前没有安排正式发布 JDK 11。 As mentioned in a comment :评论中所述

contact your JDK vendor and ask them about getting an early access version, or otherwise build it yourself.联系您的 JDK 供应商并询问他们有关获得早期访问版本的信息,或者自行构建它。

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

相关问题 Java获取最新的GitHub版本 - Java get latest GitHub release 从何处获取 tools.jar 以与 Java 8 jdk 早期版本一起使用 - Where to get the tools.jar to use with the Java 8 jdk early release 如何才能及早访问Oracle Java更新,这样我可以测试我的RIA并在公开这些更新时避免消防演习? - How can I get early access to Oracle Java updates, so I can test my RIA and avoid fire-drills when these updates are made public? 使用最新的imcache版本无法构建redis缓存(0.1.2) - Can't build redis cache with the latest imcache release(0.1.2) 如何使用比最新TZupdater版本更新的IANA文件更新Java时区信息? - How can I update the Java timezone information with a IANA file newer than the one used by the latest TZupdater release? build b144 是 java-7 的当前最新版本吗? - is build b144 the current latest version for java-7? Java - 无法获得使用 selenium 的最新 Edge/Chromium 版本 - Java - Unable to get the latest Edge/Chromium release working with selenium 在哪里可以找到最新版本的Xj3D - Where can I find the latest release of Xj3D TeamCity ::如何在Java中访问teamcity构建ID - TeamCity :: How can I access teamcity build ID in Java 如何在Java类中获取当前数据库 - How can I get the current database in a Java class
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM