Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 12 schedule?

> There are, though, two incompatible jakarta-namespaced APIs, Servlet 5 and 6. That's where we're having issues because we implement facades for the APIs that can't load on both at once.

>  We can implement separate ones for 5 and 6 (and thus Jetty 11 and 12) but we're not sure how we'll manage it if we do.

The best advice I can offer is that your Servlet 5 facade should not implement a facade for any API that is deprecated.
Once you do that, it gets much much easier.

Do you have an open source project where you have these facades created?

Joakim Erdfelt / joakim@xxxxxxxxxxx

Back to the top