Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

2025-01-14 Thread Chen Liang
On Wed, 15 Jan 2025 04:57:03 GMT, Chen Liang wrote: >> The new API specification for class file attributes link to non-SE modules >> of jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. >> This patch removes those links and replace them with plain module name >> referenc

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

2025-01-14 Thread David Holmes
On Wed, 15 Jan 2025 04:57:03 GMT, Chen Liang wrote: >> The new API specification for class file attributes link to non-SE modules >> of jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. >> This patch removes those links and replace them with plain module name >> referenc

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

2025-01-14 Thread Chen Liang
On Wed, 15 Jan 2025 04:53:46 GMT, Chen Liang wrote: >> The new API specification for class file attributes link to non-SE modules >> of jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. >> This patch removes those links and replace them with plain module name >> referenc

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

2025-01-14 Thread Chen Liang
> The new API specification for class file attributes link to non-SE modules of > jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. This > patch removes those links and replace them with plain module name references. Chen Liang has updated the pull request incrementally wi

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules [v2]

2025-01-14 Thread Joe Darcy
On Wed, 15 Jan 2025 04:53:46 GMT, Chen Liang wrote: >> The new API specification for class file attributes link to non-SE modules >> of jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. >> This patch removes those links and replace them with plain module name >> referenc

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules

2025-01-14 Thread Joe Darcy
On Wed, 15 Jan 2025 04:27:14 GMT, Chen Liang wrote: > The new API specification for class file attributes link to non-SE modules of > jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. This > patch removes those links and replace them with plain module name references. Ma

Re: RFR: 8347762: ClassFile attribute specification refers to non-SE modules

2025-01-14 Thread David Holmes
On Wed, 15 Jan 2025 04:27:14 GMT, Chen Liang wrote: > The new API specification for class file attributes link to non-SE modules of > jdk.compiler and jdk.jlink, which caused docs build failure for SE docs. This > patch removes those links and replace them with plain module name references. Ch