Grails-Plugin-Consortium / grails-cxf

CXF Plugin for the Grails web framework
http://grails.org/plugin/cxf
38 stars 46 forks source link

Support CXF 3 #46

Closed rahulsom closed 9 years ago

rahulsom commented 9 years ago

CXF 3 has lots of significant changes, but the most important one is support for the netty transport for clients. This allows for fully asynchronous and non blocking clients.

http://cxf.apache.org/docs/30-migration-guide.html

ctoestreich commented 9 years ago

Super close.