Re: RFR: 8324571: JDK 22 RDP2 L10n resource files update

2024-01-23 Thread Justin Lu
On Tue, 23 Jan 2024 22:49:04 GMT, Alisen Chung wrote: > l10n update for jdk22 rdp2 LGTM, changes consistent with the original properties files - Marked as reviewed by jlu (Committer). PR Review: https://git.openjdk.org/jdk/pull/17542#pullrequestreview-1840144150

Re: RFR: 8324571: JDK 22 RDP2 L10n resource files update

2024-01-23 Thread Naoto Sato
On Tue, 23 Jan 2024 22:49:04 GMT, Alisen Chung wrote: > l10n update for jdk22 rdp2 Marked as reviewed by naoto (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/17542#pullrequestreview-1840103270

RFR: 8324571: JDK 22 RDP2 L10n resource files update

2024-01-23 Thread Alisen Chung
l10n update for jdk22 rdp2 - Commit messages: - fix ascii for doclets - fix ascii for javadoc changes - Revert "test ascii" - Revert "run native2ascii" - run native2ascii - test ascii - init commit Changes: https://git.openjdk.org/jdk/pull/17542/files Webrev: https://webrevs.

Re: RFR: JDK-8298405: Support Markdown in Documentation Comments [v7]

2024-01-23 Thread Pavel Rappo
On Fri, 19 Jan 2024 18:37:48 GMT, Jonathan Gibbons wrote: >> Please review a patch to add support for Markdown syntax in documentation >> comments, as described in the associated JEP. >> >> Notable features: >> >> * support for `///` documentation comments in `JavaTokenizer` >> * new module `j

Re: RFR: 8323698: Class use page does not include extends/implements type arguments [v3]

2024-01-23 Thread Chen Liang
> Currently in the javadoc tool, the generated class use page does not track > the occurrences of a class in the type arguments of the extends or implements > list, where they can appear. (See more details on the JBS issue) For example: > > public class One {} > > > import java.util.*; > publi

Re: RFR: 8323698: Class use page does not include extends/implements type arguments [v2]

2024-01-23 Thread Chen Liang
> Currently in the javadoc tool, the generated class use page does not track > the occurrences of a class in the type arguments of the extends or implements > list, where they can appear. (See more details on the JBS issue) For example: > > public class One {} > > > import java.util.*; > publi

Re: RFR: 8323698: Class use page does not include extends/implements type arguments [v2]

2024-01-23 Thread Chen Liang
On Mon, 22 Jan 2024 14:41:05 GMT, Hannes Wallnöfer wrote: >> Chen Liang has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains three additional >> comm