Skip to content

Commit 8de726a

Browse files
committed
Add SmallRye implementation to streams README
Fixes #77. Also removed the Lightbend RxJava implementation link since it's been deleted (SmallRye now provides an RxJava implementation).
1 parent 886a91d commit 8de726a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streams/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ For additional API naming and scope, Akka Streams, RxJava and Reactor have been
4646

4747
MicroProfile Reactive Streams does not contain an implementation itself but only provides the specified API, a TCK and documentation.
4848

49-
The following Implementations are available
49+
The following Implementations are available:
5050

5151
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/akka[Akka Streams]
5252
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/zerodep[Zero Dependency] - intended as a possible reference implementation for when this is proposed to the JDK, but not the reference implementation for MicroProfile as MicroProfile does not have reference implementations.
53-
* https://github.com/lightbend/microprofile-reactive-streams/tree/master/rxjava[RxJava]
53+
* https://github.com/smallrye/smallrye-reactive-streams-operators[SmallRye] - based on RxJava 2 and Eclipse Vert.x.
5454

5555
== Design
5656

0 commit comments

Comments
 (0)