Hi,

On Mon, Sep 4, 2023 at 1:23 PM Silvio Bierman via jetty-users
<jetty-users@eclipse.org> 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.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to