You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-30Lines changed: 49 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,37 +9,26 @@ RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io)
9
9
10
10
It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.
11
11
12
-
#### Version 3.x ([Javadoc](http://reactivex.io/RxJava/4.x/javadoc/))
12
+
#### Version 4.x ([Javadoc](http://reactivex.io/RxJava/4.x/javadoc/))
13
+
14
+
-:+1: Native Java 25* implementation. Will go 26 or even 27 depending on how long it takes.
15
+
-:+1: No 3rd party library required at runtime.
16
+
-:+1: JPMS and :question: OSGi support still intact.
Learn more about RxJava in general on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.
33
-
34
-
:information_source: Please read the [What's different in 3.0](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0) for details on the changes and migration information when upgrading from 2.x.
35
-
36
-
#### Version 2.x
37
-
38
-
The [2.x version](https://github.com/ReactiveX/RxJava/tree/2.x) is end-of-life as of **February 28, 2021**. No further development, support, maintenance, PRs and updates will happen. The [Javadoc]([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/)) of the very last version, **2.2.21**, will remain accessible.
39
-
40
-
#### Version 1.x
41
-
42
-
The [1.x version](https://github.com/ReactiveX/RxJava/tree/1.x) is end-of-life as of **March 31, 2018**. No further development, support, maintenance, PRs and updates will happen. The [Javadoc]([Javadoc](http://reactivex.io/RxJava/1.x/javadoc/)) of the very last version, **1.3.8**, will remain accessible.
43
32
44
33
## Getting started
45
34
@@ -604,6 +593,36 @@ Further details on building can be found on the [Getting Started](https://github
604
593
605
594
For bugs, questions and discussions please use the [Github Issues](https://github.com/ReactiveX/RxJava/issues).
606
595
596
+
## Prior versions
597
+
598
+
#### Version 3.x ([Javadoc](http://reactivex.io/RxJava/3.x/javadoc/))
599
+
600
+
- Single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm).
Learn more about RxJava in general on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.
615
+
616
+
:information_source: Please read the [What's different in 3.0](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-3.0) for details on the changes and migration information when upgrading from 2.x.
617
+
618
+
#### Version 2.x
619
+
620
+
The [2.x version](https://github.com/ReactiveX/RxJava/tree/2.x) is end-of-life as of **February 28, 2021**. No further development, support, maintenance, PRs and updates will happen. The [Javadoc]([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/)) of the very last version, **2.2.21**, will remain accessible.
621
+
622
+
#### Version 1.x
623
+
624
+
The [1.x version](https://github.com/ReactiveX/RxJava/tree/1.x) is end-of-life as of **March 31, 2018**. No further development, support, maintenance, PRs and updates will happen. The [Javadoc]([Javadoc](http://reactivex.io/RxJava/1.x/javadoc/)) of the very last version, **1.3.8**, will remain accessible.
0 commit comments