RxJava 1.x end-of-life
See original GitHub issueThe end-of-life for the RxJava 1.x version is nearing, March 31, 2018. However, there are still a bunch of components marked as @Beta
or @Experimental
. Most of these have been made standard in 2.x from the beginning and users are encouraged to upgrade for some time now anyway.
There could be a final 1.4 release where these components are promoted to standard, however, the remaining 1-1.5 months aren’t really that much time for support if some very latecommers start using them and find bugs.
Alternatively, the RxJava 1.x era could simply end with a 1.3.x patch version and without any promotion.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What is the rxjava version for jdk 17 - Stack Overflow
So, we are using rxjava 1.x and java 8 for several years now in one of our projecrs. I guess no one upgraded...
Read more >How we migrated from RxJava1 to RxJava2 - Medium
Timeline plans for the 1.x line: June 1, 2017 — feature freeze (no new operators), only bugfixes. March 31, 2018 — end of...
Read more >RxJava 1 - Eclipse Vert.x
RxJava1 is end-of-life as of March 31, 2018. Bindings for new Vert.x modules will not be generated. Consider migrating to Vert.x RxJava3.
Read more >RxJava | SpringerLink
RxJava is the open source library for reactive programming that is ... is preferable to RxJava 1.x since it is scheduled for end-of-life....
Read more >RxJava - Twitter
RxJava 3.1.1 released with a few bugfixes and API promotions. ... End of life: March 2018 2.x: Bugfixes and documentation changes only.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d keep
@Beta
and@Experimental
annotations as is, end-of-life is end-of-life. Less changes we do - less we need to worry about.Closing via 1.3.8. No changes to the tags.