JDK 10 Bug-Deferral Process
This process applies from Rampdown Phase One until the end of the release.
Requesting a deferral
If you own a bug that will not be fixed in the current phase of
JDK 10 development then you can request a deferral as follows:
Update the JBS issue to add a comment whose first line is "Deferral
Request". In that comment briefly describe the reason for the
deferral (e.g., insufficient time, complexity or risk of
fix, etc.). Add the label jdk10-defer-request
to the issue.
Deferrals will not be granted for TCK issues identified by the
label tck-red-10
, except possibly when new TCK tests
are involved. Deferrals are unlikely for bugs that prevent release
testing.
Reviewing deferral requests
The Area Leads, relevant Group Leads, and the JDK Project Lead will review pending deferral requests on a regular basis, several times per week. One of them will take one of the following actions:
-
Approve the request by adding the label
jdk10-defer-yes
. -
Reject the request by adding the label
jdk10-defer-no
, along with a comment describing the reason for this action. -
Request more information by adding the label
jdk10-defer-nmi
("nmi
" = "needs more information"), along with a comment describing what information is requested. -
In any case, do not remove the
jdk10-defer-request
label.
JBS query for pending requests: http://j.mp/jdk-defer-pending
Responding to actions taken on your request
-
If you're asked to provide more information for a deferral request then please do so in a new comment in the issue, and then remove the
jdk10-defer-nmi
label so that we see that it's ready for re-review. -
If your request is approved then no further action on your part is required.