Skip to content

Commit 32653cc

Browse files
authored
Update README.md
1 parent e753858 commit 32653cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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+
:warning: The 2.x version is now in **maintenance mode** and will be supported only through bugfixes until **February 28, 2021**. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to [3.x](https://github.com/ReactiveX/RxJava/tree/3.x) within this time period.
12+
1113
#### Version 2.x ([Javadoc](http://reactivex.io/RxJava/2.x/javadoc/))
1214

1315
- single dependency: [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm)

0 commit comments

Comments
 (0)