reactive-support icon indicating copy to clipboard operation
reactive-support copied to clipboard

RxJava 2 utilities.

Results 14 reactive-support issues
Sort by recently updated
recently updated
newest added

Current module is not sufficient for Reactor because it does not provide support for decorating `Callable`s which are used by Reactor's schedulers. Moreover, we can leverage Reactor's subscriber context mechanism...

There are a couple of subtle differences between this implementation and the `RxSpring4Util` class and test, which I will point out with some comments.

Bumps [javax.servlet-api](https://github.com/javaee/servlet-spec) from 3.1.0 to 4.0.1. Commits - [`5574e9b`](https://github.com/javaee/servlet-spec/commit/5574e9b39d806120ac4d3539826a75b2cea0165a) [maven-release-plugin] prepare release 4.0.1 - [`6430ada`](https://github.com/javaee/servlet-spec/commit/6430adae88c7be1c4d750adee995c221bc39ebbc) Update pom with latest copyright plugin version - [`7265df0`](https://github.com/javaee/servlet-spec/commit/7265df0dca6923b5d925ec1f85850e2f58f65b9b) Copyright changes. ([#192](https://github-redirect.dependabot.com/javaee/servlet-spec/issues/192)) - [`9a27193`](https://github.com/javaee/servlet-spec/commit/9a27193187705844371446cc15c3bfdcc96eee61) [maven-release-plugin]...

dependencies

I just add the rxjava-support dependency in my pom and created a class RxServletContextListener as suggested in https://github.com/PicnicSupermarket/reactive-support. But still I do not get the correct SecurityContext on Flowable's doOnComplete....