This is an automated email from the ASF dual-hosted git repository.
sergeyb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 6be7575 Adding beans.xml to opentracing integration so the providers
/ features could be discovered by CDI
new 169427a [CXF-7535] Preparing ReactorInvoker to handle Flowable
sequence
new 8efd362 [CXF-7535] Introducing the common invoker
new e63890f Merge branch 'master' of
https://gitbox.apache.org/repos/asf/cxf
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../server/AbstractReactiveInvoker.java} | 38 ++++++++++++++--------
rt/rs/extensions/reactor/pom.xml | 7 ++++
.../cxf/jaxrs/reactor/server/ReactorInvoker.java | 31 +++++++++---------
.../cxf/jaxrs/rx2/server/ReactiveIOInvoker.java | 34 +++++++------------
.../jaxrs/reactive/JAXRSRxJava2FlowableTest.java | 11 +++++++
.../jaxrs/reactive/RxJava2FlowableService.java | 16 ++++++++-
.../cxf/systest/jaxrs/reactor/FluxReactorTest.java | 8 +++++
.../cxf/systest/jaxrs/reactor/FluxService.java | 11 ++++++-
.../cxf/systest/jaxrs/reactor/MonoService.java | 2 +-
.../cxf/systest/jaxrs/reactor/ReactorServer.java | 34 +++++++++++++++----
10 files changed, 130 insertions(+), 62 deletions(-)
copy
rt/rs/extensions/{rx/src/main/java/org/apache/cxf/jaxrs/rx/server/ObservableInvoker.java
=>
reactivestreams/src/main/java/org/apache/cxf/jaxrs/reactivestreams/server/AbstractReactiveInvoker.java}
(50%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].