Re: RFR: 8352719: Add an equals sign to the modules statement

2025-04-01 Thread Leo Korinth
On Mon, 24 Mar 2025 12:30:57 GMT, Leo Korinth wrote: > krb5/auto/TEST.properties: add an equals sign to the modules statement (this > is the only `TEST.properties` file that uses this undocumented feature) . > > compare: > > find -name "TEST.properties" | xargs grep 'modules.*java' > find -na

Re: RFR: 8352719: Add an equals sign to the modules statement

2025-03-25 Thread Leo Korinth
On Mon, 24 Mar 2025 14:17:19 GMT, Sean Mullan wrote: > The bug issue needs a `noreg-self` label. Fixed - PR Comment: https://git.openjdk.org/jdk/pull/24194#issuecomment-2751038421

Re: RFR: 8352719: Add an equals sign to the modules statement

2025-03-24 Thread Sean Mullan
On Mon, 24 Mar 2025 12:30:57 GMT, Leo Korinth wrote: > krb5/auto/TEST.properties: add an equals sign to the modules statement (this > is the only `TEST.properties` file that uses this undocumented feature) . > > compare: > > find -name "TEST.properties" | xargs grep 'modules.*java' > find -na

Re: RFR: 8352719: Add an equals sign to the modules statement

2025-03-24 Thread Weijun Wang
On Mon, 24 Mar 2025 12:30:57 GMT, Leo Korinth wrote: > krb5/auto/TEST.properties: add an equals sign to the modules statement (this > is the only `TEST.properties` file that uses this undocumented feature) . > > compare: > > find -name "TEST.properties" | xargs grep 'modules.*java' > find -na