On Mon, 24 Mar 2025 12:30:57 GMT, Leo Korinth <lkori...@openjdk.org> 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 -name "TEST.properties" | xargs grep 'modules.*java' | grep -v = This pull request has now been integrated. Changeset: 85a0baf0 Author: Leo Korinth <lkori...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/85a0baf0cb3366d6c16f9aadee123862117f5338 Stats: 12 lines in 1 file changed: 0 ins; 0 del; 12 mod 8352719: Add an equals sign to the modules statement Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/24194