Skip to content

Commit b5ad3d9

Browse files
authored
Update README.md
Link to JDK 9 and JDK 21 interop libraries
1 parent e7eedba commit b5ad3d9

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
1111

1212
#### Version 3.x ([Javadoc](http://reactivex.io/RxJava/3.x/javadoc/))
1313

14-
- single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm)
15-
- Java 8+ or Android API 21+ required
16-
- Java 8 lambda-friendly API
17-
- [Android](https://github.com/ReactiveX/RxAndroid) desugar friendly
18-
- fixed API mistakes and many limits of RxJava 2
19-
- intended to be a replacement for RxJava 2 with relatively few binary incompatible changes
20-
- non-opinionated about the source of concurrency (threads, pools, event loops, fibers, actors, etc.)
21-
- async or synchronous execution
22-
- virtual time and schedulers for parameterized concurrency
23-
- test and diagnostic support via test schedulers, test consumers and plugin hooks
14+
- Single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm).
15+
- Java 8+ or Android API 21+ required.
16+
- Java 8 lambda-friendly API.
17+
- [Android](https://github.com/ReactiveX/RxAndroid) desugar friendly.
18+
- Fixed API mistakes and many limits of RxJava 2.
19+
- Intended to be a replacement for RxJava 2 with relatively few binary incompatible changes.
20+
- Non-opinionated about the source of concurrency (threads, pools, event loops, fibers, actors, etc.).
21+
- Async or synchronous execution.
22+
- Virtual time and schedulers for parameterized concurrency.
23+
- Test and diagnostic support via test schedulers, test consumers and plugin hooks.
24+
- Interop with newer JDK versions via 3rd party libraries, such as
25+
- [Java 9 Flow API](https://github.com/akarnokd/RxJavaJdk9Interop)
26+
- [Java 21 Virtual Threads](https://github.com/akarnokd/RxJavaFiberInterop#rxjavafiberinterop)
2427

2528
Learn more about RxJava in general on the <a href="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.
2629

0 commit comments

Comments
 (0)