Just to let everyone know, I started a page to record any migration issues for CXF 2.7:
https://cwiki.apache.org/confluence/display/CXF20DOC/2.7+Migration+Guide I just made a rather large commit to refactor the HTTPConduit stuff a bit. I've pulled all the HTTPUrlConnection logic out of it and into a subclass. I'm working on a new httpcompontent-asyncclient subclass as well. Pulling the HTTPUrlConnection stuff out allows quite a bit of reuse of much of the logic while making sure code that would do things like: HTTPConduit conduit = (HTTPConduit)client.getConduit(); conduit.setC....() will still work. However, anyone that has already subclassed the HTTPConduit (likely very rare) may have migration issues. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
