Hi, On Thu, Apr 28, 2016 at 4:08 PM, Steve Sobol - Lobos Studios <[email protected]> wrote: > Do you expect to have any changes in 10.* that will break migrations from > 9.3.* or 9.4.*?
There could be, yes. The change of the major version number often brings breaking API changes if you use the Jetty API directly, or in Jetty XML files, or in structure, etc. similar to what happened between Jetty 8 and Jetty 9. If you are only concerned about applications based on Servlet APIs, there should not be breaking changes. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
