8380051: Update commonmark-java to 0.27.1#30630
Conversation
|
👋 Welcome back hannesw! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@hns To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
/label javadoc |
|
@hns |
Please review a change to update commonmark-java used for Markdown documentation comments to version 0.27.1.
https://github.com/commonmark/commonmark-java/tree/commonmark-parent-0.27.1
The code in
jdk.internal.org.commonmarkand subpackages is updated to the release code with minimal changes:jdk.internalpackage prefix@SuppressWarningsand@Deprecatedannotations to avoid warnings during compilationOur
MarkdownTransformeradapter class required some changes as a method we previously implemented to resolve JavaDoc references was deprecated and replaced by a different method.Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30630/head:pull/30630$ git checkout pull/30630Update a local copy of the PR:
$ git checkout pull/30630$ git pull https://git.openjdk.org/jdk.git pull/30630/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30630View PR using the GUI difftool:
$ git pr show -t 30630Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30630.diff
Using Webrev
Link to Webrev Comment