> 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 / joa...@webtide.com
_______________________________________________ jetty-users mailing list jetty-users@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users