Hi,

On Thu, Nov 24, 2022 at 3:37 PM Info <i...@betzel.net> wrote:
>
> Hi, Simone,
>
> I do need to create my own ALPNServerConnectionFactory because on
> startup of the OSGi environment the SPI FLY might be too early detecting
> ALPN processors.
> My ALPNServerConnectionFactory implementation now has a OSGi
> ServiceTracker for ALPN processors dealing with the OSGi livecycle and
> initializing and adding any ALPNProcessor.Server services found.
> The bundle implementing the ALPNServerConnectionFactory and the
> ALPNServerConnection is set on pax-web-jetty as a bundle fragment to
> expand its classpath so pax-web can execute the jetty.xml:

That's new.
AFAICT, other OSGi users do not need to do this.
We run OSGi tests without any "special" setup for ALPN.

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