Hi John

I've started preparing the reactor invoker to be able to handle Flux which is expected to publish many items, without the service code itself having to do with tying it to AsyncResponse, as I noted earlier at CXF-7535.
One thing I've noticed, if I run, in systests/jaxrs:

mvn clean test -Dtest=MonoReactorTest

then it fails, while

mvn clean test -Dtest=FluxReactorTest

passes,

as well as both MonoReactorTest and FluxReactorTest pass when I do

mvn clean install

Minor issue, have a look please after New Year :-)

Sergey



Reply via email to