Skip to main content

[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,

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.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top