JDK 7 Update Releases
The goal of this Project is to develop updates to JDK 7.
This Project is sponsored by the Build Group.
The Project's primary mailing list is jdk7u-dev.
A Q&A is here.
Processes
- Ground Rules
- Repository Management
- Bulk Changes
- Public Code Review
- Phase2 Integration Process
- Proposing critical 7u fixes for CPU releases
Templates
People
- Dalibor Topić serves as the Project Lead.
- Edvard Wendelin serves as the Technical Lead.
- The list of Reviewers, Committers, and Authors can be found in the jdk7u entry of the OpenJDK Census.
Maintainers
Status
We're working on 7u80.
Source code
The jdk7u-dev forest for ongoing development can be cloned using
this command: hg clone
http://hg.openjdk.java.net/jdk7u/jdk7u-dev;cd jdk7u-dev;sh
get_source.sh
.
The corresponding master forest jdk7u can be cloned using this
command: hg clone http://hg.openjdk.java.net/jdk7u/jdk7u;cd
jdk7u;sh get_source.sh
.
In addition, the source code for the last release, 7u60, is
available by cloning the 7u60 master forest : http://hg.openjdk.java.net/jdk7u/jdk7u60/.
The final build of that release was tagged as
jdk7u60-b19
.