Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-29 Thread via GitHub
pjfanning closed issue #1751: Java 11 compile issues in nightly build URL: https://github.com/apache/pekko/issues/1751 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-29 Thread via GitHub
pjfanning commented on issue #1751: URL: https://github.com/apache/pekko/issues/1751#issuecomment-2622172381 @He-Pin I don't think the verify jdk9 script is being run - I think it just compiling the code. The println of the result that appears in the script does not lead to a result being p

Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-29 Thread via GitHub
pjfanning commented on issue #1751: URL: https://github.com/apache/pekko/issues/1751#issuecomment-2622162115 @gedochao found the issue in https://github.com/VirtusLab/scala-cli/issues/3464 The license header breaks the script with scala-cli 1.6.1. It now must appear after the using d

Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-29 Thread via GitHub
He-Pin commented on issue #1751: URL: https://github.com/apache/pekko/issues/1751#issuecomment-2622152750 It works before , but starting failing after scala cli 1.6.3 released, I don't have my PC by my side for now. -- This is an automated message from the Apache Git Service. To respond t

Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-29 Thread via GitHub
tgodzik commented on issue #1751: URL: https://github.com/apache/pekko/issues/1751#issuecomment-2621011653 Does it happen with `--server=false` or works with Scala CLI 1.6.1 and Scala 3.5.2 ? -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [I] Java 11 compile issues in nightly build [pekko]

2025-01-28 Thread via GitHub
pjfanning commented on issue #1751: URL: https://github.com/apache/pekko/issues/1751#issuecomment-2619982620 Last time this passed on Java 11, we had: ``` Scala CLI version: 1.5.4 Scala version (default): 3.5.2 ``` -- This is an automated message from the Apache Git Service

[I] Java 11 compile issues in nightly build [pekko]

2025-01-28 Thread via GitHub
pjfanning opened a new issue, #1751: URL: https://github.com/apache/pekko/issues/1751 Happening for a few days. Affects all Java 11 builds but not other Java versions. Example: https://github.com/apache/pekko/actions/runs/13000969784/job/36259394315 Very weird ref to scala 3.6.3