-
Bug
-
Resolution: Done
-
Major
-
6.2.1.Final
-
None
-
3
-
-
Compatibility/Configuration
-
In Progress
Given a Java Interface that describes a remote Service using Mono<T> and Flux<T> as method return types, and given that we depend on resteasy-reactor, when calling proxy(Interface.class) and they calling the proper methods on the generated proxy, weird errors about not finding the proper messageBodyReader are shown.
summary Proxy Framework fails to Produce Mono<T> at runtime when proxying a java Interface
- relates to
-
RESTEASY-3262 Remove the dependency on io.reactive on the client
- Open