[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] Jetty 12.0.1 build vs 12.0.0 build
|
Hi Simone,
That could very easily be the problem. I am using OpenJDK 20 (so the
Scala compiler also runs in 20). I will try compiling 12.0.1 using 20
myself and see if that solves the issue. And my distro should upgrade to
21 in a few days so then I can check the standard jars.
Thanks a lot!
On 04-09-2023 14:48, Simone Bordet wrote:
Hi,
On Mon, Sep 4, 2023 at 1:23 PM Silvio Bierman via jetty-users
<jetty-users@xxxxxxxxxxx> wrote:
I have a strange issue that is probably not directly Jetty related but
only occurs when I compile against the 12.0.1 jars and not when using
the 12.0.0 jars so I was hoping for some info.
My Scala compiler crashes with an internal error when compiling against
the 12.0.1 jars and not when using the 12.0.0 jars.
Jetty 12.0.0 has been compiled with Java 20 --release 17.
Jetty 12.0.1 has been compiled with Java 21 --release 17.
Could be that in Java 21 the javac compiler does something slightly
different that scalac does not like.