Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty upgrade with ALPN

Thanks Simone. This is understood now.

Regards
Neha

On Fri, Apr 26, 2019 at 11:59 AM Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Fri, Apr 26, 2019 at 8:50 PM Neha Munjal <neha.munjal3@xxxxxxxxx> wrote:
> We are currently using JDK 8 with Jetty v9.4.7.v20170914, but we never had to set the openjdk8 library in the class path. Now, it seems that with the upgrade, this needs to be done. Has this implementation changed in the newer version of Jetty i.e.v v9.4.15.v2019021 that we are trying to upgrade to?

Yes.
Artifacts jetty-alpn-openjdk8-* have been introduced in Jetty 9.4.8,
to support also other ways to provide ALPN support (for example via
Conscrypt).

If you're upgrading to 9.4.15 then yes you need those artifacts in the
classpath.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-dev

Back to the top