Skip to content

Commit fefcfed

Browse files
authored
2.x: readme: mention 1.x eol; 2.x snapshot javadoc url (#5997)
1 parent d2941f4 commit fefcfed

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io)
88

99
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.
1010

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-
2011
#### Version 2.x ([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/))
2112

2213
- 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
3122

3223
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 <a href="https://github.com/ReactiveX/RxJava/wiki">Wiki Home</a>.
3324

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+
3429
## Getting started
3530

3631
### Setting up the dependency
@@ -527,6 +522,8 @@ All code inside the `io.reactivex.internal.*` packages is considered private API
527522

528523
- [Wiki](https://github.com/ReactiveX/RxJava/wiki)
529524
- [Javadoc](http://reactivex.io/RxJava/2.x/javadoc/)
525+
- [Latest snaphot Javadoc](http://reactivex.io/RxJava/2.x/javadoc/snapshot/)
526+
- Javadoc of a specific [release version](https://github.com/ReactiveX/RxJava/tags): `http://reactivex.io/RxJava/2.x/javadoc/2.x.y/`
530527

531528
## Binaries
532529

0 commit comments

Comments
 (0)