Re: [jdk24] RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-24 Thread Chen Liang
On Thu, 23 Jan 2025 16:55:20 GMT, Chen Liang wrote: > This is a non-clean backport the java.lang.classfile.attribute documentation > improvements 973c630777d4075bc85c7ddc1eb02cc65904344d to JDK 24 , the release > where the API is finalized. Also backported a tier1 docs build hotfix > 28e01e655

Re: [jdk24] RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-24 Thread Adam Sotona
On Thu, 23 Jan 2025 16:55:20 GMT, Chen Liang wrote: > This is a non-clean backport the java.lang.classfile.attribute documentation > improvements 973c630777d4075bc85c7ddc1eb02cc65904344d to JDK 24 , the release > where the API is finalized. Also backported a tier1 docs build hotfix > 28e01e655

[jdk24] RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-23 Thread Chen Liang
This is a non-clean backport the java.lang.classfile.attribute documentation improvements 973c630777d4075bc85c7ddc1eb02cc65904344d to JDK 24 , the release where the API is finalized. Also backported a tier1 docs build hotfix 28e01e6559a79720d03355444a4e1c1fbf0b0373 for the broken links. No rela

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v3]

2025-01-14 Thread Chen Liang
On Wed, 15 Jan 2025 00:20:02 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v3]

2025-01-14 Thread Joe Darcy
On Wed, 15 Jan 2025 00:20:02 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v3]

2025-01-14 Thread Chen Liang
> Improve documentation for `class` file attributes. This include better > specification for user attributes, some more general information about > attributes, such as the usage of non-JVMS attributes, and updated some > attribute information in the base package too, such as Annotation and > Si

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-13 Thread Chen Liang
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-12 Thread Adam Sotona
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-10 Thread Chen Liang
On Fri, 10 Jan 2025 20:25:06 GMT, Chen Liang wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute informa

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute [v2]

2025-01-10 Thread Chen Liang
> Improve documentation for `class` file attributes. This include better > specification for user attributes, some more general information about > attributes, such as the usage of non-JVMS attributes, and updated some > attribute information in the base package too, such as Annotation and > Si

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-10 Thread Chen Liang
On Fri, 10 Jan 2025 12:15:33 GMT, Adam Sotona wrote: >> Improve documentation for `class` file attributes. This include better >> specification for user attributes, some more general information about >> attributes, such as the usage of non-JVMS attributes, and updated some >> attribute inform

Re: RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-10 Thread Adam Sotona
On Fri, 10 Jan 2025 07:32:24 GMT, Chen Liang wrote: > Improve documentation for `class` file attributes. This include better > specification for user attributes, some more general information about > attributes, such as the usage of non-JVMS attributes, and updated some > attribute information

RFR: 8342466: Improve API documentation for java.lang.classfile.attribute

2025-01-09 Thread Chen Liang
Improve documentation for `class` file attributes. This include better specification for user attributes, some more general information about attributes, such as the usage of non-JVMS attributes, and updated some attribute information in the base package too, such as Annotation and Signature. A