As there is now a provision to generate Java CXF-specific Rest server stub (#1854), we would like to see codegen to support generation of Java CXF-specific Rest client. This is because we use CXF as our JAX-RS implementation and would like to leverage this implementation for our client libraries (specifically for inter-service interaction). The current client generator uses Jersey which causes conflict when being used in conjunction with CXF.