> On May 31, 2019, at 10:54 AM, Romain Manni-Bucau <[email protected]> > wrote: > > Was not thinking to drop it from the parent but more to get soap free > flavors of cxf features which would then be usable in jaxrs apps without > any issue. > In other words we would get a cxf.AbstractCxfFeature used as base for all > impl and current existing ones would be deprecated and would delegate to > the new ones. No backward compat issue I think.
We cannot deprecate them as they would still be required for JAX-WS users. We then have extra naming issues which can be confusing. “LoggingFeature” is the jax-ws one, what is the non-jax-ws one called? Maybe prefix them all with CXF like “CXFLoggingFeature”. -- Daniel Kulp [email protected] <mailto:[email protected]> - http://dankulp.com/blog <http://dankulp.com/blog> Talend Community Coder - http://talend.com <http://coders.talend.com/>
