Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Eclipse Jetty 12.0.0 has been released!

Thanks guys,

During runtime the 11.x.x ALP en JSL4J jars where picked up. I replaced these with the 12.0.0 ones and now everything seems to work!

Silvio

On 10-08-2023 15:36, Joakim Erdfelt wrote:
Inline ...

On Thu, Aug 10, 2023 at 8:28 AM Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
Another note: my jetty-io-12.0.0.jar does contain org.eclipse.jetty.io.ssl.SslConnection and some nested class like org.eclipse.jetty.io.ssl.SslConnection$SslEndPoint but no $DecryptedEndPoint.

That's a hallmark of mixing Jetty versions.
Make sure all of your Jetty jars are at the same version.

- Joakim



Back to the top