OpenJDK的Java 7更新在哪里? [英] Where are the Java 7 updates for OpenJDK?

查看:294
本文介绍了OpenJDK的Java 7更新在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Oracle发布了针对Java 7的更新2,虽然看起来OpenJDK仍然在去年夏天发布的原始版本147上。

Oracle has released update 2 for Java 7, while it appears OpenJDK is still on the original build 147 which was released last summer.

是否可用的更新OpenJDK?

Will/are updates available for OpenJDK?

似乎有一个OpenJDK项目只是为了更新( http://openjdk.java.net/projects/jdk7u/ ),其中提到他们将与Oracle同时发布更新,但我找不到任何内容。

There does seem to be an OpenJDK project just for updates (http://openjdk.java.net/projects/jdk7u/), which mentions they will release updates at the same time as Oracle, but I just can't find anything.

谢谢

Marc

推荐答案

我将在这里回答我自己的问题,通过上面的@Agemen和@Kowser综合我的所有发现和答案。

I'm going to respond to my own question here to synthesize all my findings and the answers by @Agemen and @Kowser above.

  • OpenJDK is a reference implementation and does not change unless the spec changes
  • There is an OpenJDK update project which implements all updates in source (http://openjdk.java.net/projects/jdk7u/, source http://hg.openjdk.java.net/jdk7u/jdk7u-dev)
  • OpenJDK will not provide any compiled or packaged updates. In fact, OpenJDK provided binaries for the initial release just as a convenience.
  • It is the responsibility of third party OS/distributors to compile and package Java. E.g. RedHat and Ubuntu
  • No third party has yet released updates for Java 7
  • These third parties typically use IcedTea to do the compilation and packaging, but IcedTea itself does not do so. http://icedtea.classpath.org/wiki/Main_Page

我们现在有一些组合使用Java在开源服务器部署中非常痛苦

We now have a combination of things that are making usage of Java really painful in open source server deployment


  • Oracle JDK具有OpenJDK软件包所没有的更新(包括安全修复程序)。这使得使用除Oracle JDK以外的任何东西导致安全性降低

  • Oracle JDK无法再由第三方(例如Ubuntu)分发。现在我们必须在我们所有的服务器上手动安装或编写脚本并进行维护。

我只是不明白......

I just don't get it...

Marc

编辑

正如@Krige指出的那样,似乎事情似乎如此随着最新更新的OpenJDK版本的推出,终于开始了!

As @Krige pointed out, things seems to have finally kicked into gear with OpenJDK builds available with the latest updates!

这篇关于OpenJDK的Java 7更新在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆