JDK 17 进入候选发布阶段,各位都用哪个版本的呢?

根据 JDK 17 计划,目前 JDK 项目处于候选发布阶段。

Per the JDK 17 schedule [1], we are now in the Release Candidate phase. The stabilization repository [2] is open for P1 bug fixes per the JDK Release Process (JEP 3) [3]. All changes require approval via the Fix-Request Process [4].

If you’re responsible for any of the bugs on the RC candidate-bug list [5] then please see JEP 3 for guidance on how to handle them.

We’ll tag the first Release Candidate build shortly.

  • Mark

邮件列表:JDK 17 is now in the Release Candidate Phase

java
1.4K views
Comments
登录后评论
Sign In
·

以前是 JDK8,现在我们生产环境用的 JDK 11,List 多了一些方法,http client 比其他库好用很多。

·

JDK 11,LTS,目前我们用这个版本,相比 JDK 8 多了一些实用的东东:

  • var 关键字,编码简洁不少
  • httpclient:再也不用使用第三方库了
  • 新的垃圾收集器(还没用过,据说性能够超强)

有很多公司上 11 版本了,坑也踩的差不多,我们 8 往 11 迁移没发现什么问题,很轻松。

·

我们后端还是清一色的 JDK8 joy 不是 JDK6/7 已经很好了......

·

JDK 11 用的越来越多了,更新的不敢尝试:

可以看看 2021 java 开发者报告:链接

·

今天 JDK 17 已经发布了,可以玩一玩:JDK 17 Release-Candidate Builds