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
8263203: jconsole Online User Guide has wrong URL #4399
Conversation
|
@plummercj The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
Hi Chris, It has been a while but I think this may intend to link to the User Guide (not the tool reference) |
I think you are right. And there is a reference to jconsole.html from using-jconsole.html, so you can still get to it. I'll make the switch. |
...although I'm uncertain how to get to .../management/using-jconsole.html using the "lookup" syntax as was done for getting to jconsole.html. Will need to ask someone on the docs teame. |
Mailing list message from Mandy Chung on serviceability-dev: Try "using_jconsole" Mandy On 6/7/21 2:09 PM, Chris Plummer wrote: -------------- next part -------------- |
1 similar comment
Mailing list message from Mandy Chung on serviceability-dev: Try "using_jconsole" Mandy On 6/7/21 2:09 PM, Chris Plummer wrote: -------------- next part -------------- |
I already did. No luck. |
Actually that does work. My URL was using 17, which doesn't exist yet, but it seems to work with 16. |
@plummercj 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 85 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
|
No objection to this change but I think we should create a follow-on issue to drop this link from the About page. That will also avoid needing to periodically test that the link still works. Update: I see JDK-8268351 is created - good. |
Thanks Mandy! Can I get one more review please? |
/integrate |
@plummercj Since your change was applied there have been 105 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit bbd0313. |
The URL for the users guide, referenced from both the About dialog and from the "Help -> Online Users Guide" menu item, has not functioned for a few releases due the restructuring of the JDK online docs. This PR fixes the URL. Note I also filed JDK-8268351 to get rid of the URL, but for 17 I prefer to just fix the URL.
BTW, the change to MANAGE_HOTSPOT_MBEANS_IN_COLON_ is just my editor automatically getting rid of an extra space at the end of the line.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4399/head:pull/4399
$ git checkout pull/4399
Update a local copy of the PR:
$ git checkout pull/4399
$ git pull https://git.openjdk.java.net/jdk pull/4399/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4399
View PR using the GUI difftool:
$ git pr show -t 4399
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4399.diff