[resteasy/Resteasy] f02d82: RESTEASY-2459 MonoRxInvoker should be lazy
by Anil Gursel
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: f02d82b846ee697e43d615a4c8d58178d8dc9b53
https://github.com/resteasy/Resteasy/commit/f02d82b846ee697e43d615a4c8d58...
Author: Gursel, Anil(agursel) <agursel(a)paypal.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/AsyncClientResponseProvider.java
M resteasy-reactor/src/main/java/org/jboss/resteasy/reactor/MonoProvider.java
M resteasy-reactor/src/main/java/org/jboss/resteasy/reactor/MonoRxInvokerImpl.java
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/MonoProviderTest.java
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/ReactorResource.java
M resteasy-reactor/src/test/java/org/jboss/resteasy/reactor/ReactorTest.java
M resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleProvider.java
A resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/SingleProviderTest.java
Log Message:
-----------
RESTEASY-2459 MonoRxInvoker should be lazy
4 years, 11 months