CSS Stylesheet |
---|
.wiki-content .confluenceTh, .wiki-content .confluenceTd { border: 2px solid #e76f00; } |
After a new Project Lead was not identified and several months of inactivity, the Project was dissolved Apr 2023. Discussion about reinstating a JDK 7 Updates Project may be held on discuss. |
Pre-requisite
Before asking for code review, make sure your fix is applied on the most recent revision of the code you intend to work on, that there are no build errors on the supported platforms for the release you're working on, and that any included or otherwise applicable tests pass without failures on all relevant platforms. If you're not able to build or test on all supported platforms, you MUST let the reviewers know which ones you were able to build and test on, as well as whether you anticipate any issues on the platforms you haven't been able to build and test on.
...
Code reviews for public JDK 7 Update forests MUST be done publicly: Either through e-mail on jdk7u-dev@openjdk.java.netorg mailing list, or using some other suitable public mechanism. If a code review is not done on the jdk7u-dev@openjdk.java.netorg mailing list, as part of the approval request for inclusion of the fix into a public JDK 7 Updates forest, which you MUST send to the jdk7u-dev@openjdk.java.netorg mailing list, a URL for the public code review MUST be provided.
...
- A very small changeset MAY be submitted as a simple patch, as described in httphttps://openjdk.java.netorg/contribute/
- Other than that, changesets SHOULD be submitted as webrevs on the code review server, cr.openjdk.java.netorg.
- Alternatively, a URL for the webrev of the changeset MAY be provided
...