wildfly-extras / wildfly-mp-reactive-feature-pack

A galleon feature pack to add the MicroProfile reactive subsystems to your WildFly installation
Apache License 2.0
2 stars 10 forks source link

Include RSO converters #7

Closed kabir closed 4 years ago

kabir commented 4 years ago

smallrye-reactive-streams-operators-project:smallrye-reactive-converter-reactive-streams-operators - this converter ought to be present since it is viable that a method returns PublisherBuilder.

This is needed in the WIP Narayana async handling https://github.com/ochaloup/narayana/blob/async-handling-from-quarkus-fully-integrated/ArjunaJTA/cdi/classes/com/arjuna/ats/jta/cdi/async/ContextPropagationAsyncHandler.java#L58

Once done, this needs testing

kabir commented 4 years ago

Actually the main use case seems to be to return Publisher and call PublisherBuilder.buildRs()