Oracle has released update 2 for Java 7, while it appears OpenJDK is still on the original build 147 which was released last summer.
Will/are updates available for OpenJDK?
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.
Thanks
Marc
I'm going to respond to my own question here to synthesize all my findings and the answers by @Agemen and @Kowser above.
We now have a combination of things that are making usage of Java really painful in open source server deployment
I just don't get it...
Marc
EDIT
As @Krige pointed out, things seems to have finally kicked into gear with OpenJDK builds available with the latest updates!
I may be wrong, but I think sources can be retrieved with mercurial on a different repository. It seems to be dedicated from the one linked by Peter Lawrey in a comment on the question. The addrees is http://hg.openjdk.java.net/jdk7u/jdk7u-dev
I don't know exactly how branches and tags are managed by Oracle and the OpenJDK contributors, but maybe are the first stable released definitely frozen, and a cloned repo is used instead to ensure inclusion of fixes...
To answer the question, I'm not sure that the OpenJDK sites are supposed to propose any packaged version of the JDK. Oracle's infrastructure is made for that, I guess... I may have missed something, but I think the packaged JDK's that are given on the Oracle website is jsut a bundled, compiled version of the OpenJDK. As it has become the reference implementation, and is actively maintained Oracle, I can't see why it should be different.
EDIT : BTW, I can't find a direct link that I can use to download a packaged OpenJDK on the OpenJDK website, even for the first stable release. But once again, I may miss something obvious :-p
EDIT 2 : I've fixed the link - you know have the link to the repo of all the sources, not only the jdk ;-)
Moreover, as pointed in a link given in the comments, there are many projects under OpenJDK... So the repo structure is a bit complex, with hg "forests" (that I didn't know before trying to compile OpenJDK 7 by myself...).
From this blog post, it tries to clarify, it will not be expected to get update for OpenJDK unless specification for Java is revised.
From the author's comment, which was given as explanation, is quoted below
To clarify OpenJDK is the RI (Reference Implementation) from Oracle.
I did not tried for exact information from oracle. But I am convinced with the blog post.
So the thing I can understand:
Neither expect any update nor any bug fixes for OpenJDK.