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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,6 @@ RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io)
8
8
9
9
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.
10
10
11
-
#### Version 1.x ([Javadoc](http://reactivex.io/RxJava/1.x/javadoc/))
12
-
13
-
Looking for version 1.x? Jump [to the 1.x branch](https://github.com/ReactiveX/RxJava/tree/1.x).
14
-
15
-
Timeline plans for the 1.x line:
16
-
17
-
-**June 1, 2017** - feature freeze (no new operators), only bugfixes
18
-
-**March 31, 2018** - end of life, no further development
19
-
20
11
#### Version 2.x ([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/))
21
12
22
13
- single dependency: [Reactive-Streams](https://github.com/reactive-streams/reactive-streams-jvm)
@@ -31,6 +22,10 @@ Version 2.x and 1.x will live side-by-side for several years. They will have dif
31
22
32
23
See the differences between version 1.x and 2.x in the wiki article [What's different in 2.0](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0). Learn more about RxJava in general on the <ahref="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.
33
24
25
+
#### Version 1.x
26
+
27
+
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.
28
+
34
29
## Getting started
35
30
36
31
### Setting up the dependency
@@ -527,6 +522,8 @@ All code inside the `io.reactivex.internal.*` packages is considered private API
0 commit comments