[jdk11u-dev] RFR: 8265773: incorrect jdeps message "jdk8internals" to describe a removed JDK internal API
Severin Gehwolf
sgehwolf at openjdk.java.net
Thu Jun 24 11:57:27 UTC 2021
On Thu, 24 Jun 2021 09:20:44 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
> > This is a clean backport. It only needs maintainer approval in the bug. Please add "Fix Request" comment and appropriate label.
>
> What does `jdk11u-fix-yes` label mean for the backport?
> Does it mean that the clean backport will be automatically backported to jdk11u-dev repository or it needs to be backported manually?
>
> According to [JDK11u](https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u) Wiki page:
>
> ```
> The maintainers will either approve by setting jdk11u-fix-yes or reject
> by setting jdk11u-fix-no...
> If and only if the fix gets approved, it may be pushed
> to the jdk11u-dev repository.
> ```
The wiki is correct. The confusion seems to be about pushing changes. Since jdk11u-dev is in Git now you have to push there. The way to do this is by using the /integrate pull request command if and only iff your bug was granted `jdk11u-fix-yes`.
> Is it still correct information and the backport needs to be manually pushed to jdk11u-dev mercurial repository?
No. Mercurial is read-only now.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/32
More information about the jdk-updates-dev
mailing list