On Feb 20, 2014, at 12:45 PM, Javier Sigler <[email protected]> wrote: > First of all, I would like to thank you for your great job in the Apache > Community. > > I am writing you because I am interested in migrating some servers that are > using CXF&Jetty 8 to CXF&Jetty 9. Unfortunately, I have realised today that > the next release of CXF 3.0.0 will not yet support Jetty 9. > > Since I have to take a decision about this point, I would like to know if > you have already consider to support it in the next releases or if I should > consider other options.
If you use CXF as a servlet/war running in Jetty 9, you should be OK. That should work fine. However, if you want to use a more “standalone” approach with CXF’s Jetty transport, that won’t work with Jetty9. They changed a bunch of packages and class names so our current Jetty 7/8 based transport won’t work with it. If we move to Jetty 9 API’s we’d lose support for Jetty 7/8. Additionally, we cannot move to Jetty9 as Jetty9 has dropped support for Java6 which is something we also still support. I guess it depends on how you are planning to manage and deploy your application. If the war/servlet based approach is the plan, you should be OK. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
