hammock-project/hammock

CXFProvider can't start without sse impl classes.

Closed this issue · 1 comments

When using;
cxf.enable.sse.transport=false

and removing deps by excluding the cxf-rt-rs-sse artifact.

We get NoClassDefFoundError in the CXFProvider class on;
import org.apache.cxf.jaxrs.sse.SseFeature;
import org.apache.cxf.transport.sse.SseHttpTransportFactory;

It would be nice if users can use cxf without an/that sse implemention on classpath.

@immetoo yes, agreed. however, there's some problems within CXF. Finally they are fixed for the CXF 3.2.3 release, hopefully we will release that then switch over