Hi CXF devs, Just a reminder when you are backmerging to 3.2.x-fixes to use Dan's DoMerges class instead of "git cherry-pick":
https://github.com/apache/cxf/blob/master/bin/DoMerges.java I copied that file to a ~/bin directory and compiled it there. Then when you merge to master and want to cherry-pick on 3.2.x-fixes do: java -cp ~/bin DoMerges -me That will list all merges that you have done to master that have yet to be merged to 3.2.x-fixes. Thanks, Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
