New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8215291: Broken links when generating from project without modules #1157
Conversation
👋 Welcome back basil! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@basil This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 8 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
Webrevs
|
I do not have JBS access. Can someone please submit the following comment with the
|
@TheRealMDoerr You've helped shepherd some of my previous backports to completion, for which I am grateful. Are you interested in shepherding this one to completion? I am not sure what else I need to do from my perspective to drive this forward. |
Label and comment added. Please wait for the "jdk11u-fix-yes" label before using |
/integrate |
/sponsor |
Going to push as commit 732d9bc.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr @basil Pushed as commit 732d9bc. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Thank you! |
Hi all,
This pull request contains a clean backport of JDK-8215291 (openjdk/jdk@cb55317).
The commit being backported was authored by @hns on December 21, 2018, and was reviewed by @jonathan-gibbons.
See JENKINS-68761 for the motivation behind this backport.
I tested this by reproducing the search problem described in JENKINS-68761 on
jdk11u-dev
and verified that I could no longer reproduce the problem after backporting this commit.Thanks!
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1157/head:pull/1157
$ git checkout pull/1157
Update a local copy of the PR:
$ git checkout pull/1157
$ git pull https://git.openjdk.org/jdk11u-dev pull/1157/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1157
View PR using the GUI difftool:
$ git pr show -t 1157
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1157.diff