Move RxJava to Ancients

For new projects developers should use Reactor (it's an official recomendation from the author of RxJava https://twitter.com/akarnokd/status/774590596740685824 )
This commit is contained in:
heldev
2017-09-10 20:29:02 -04:00
parent 248d545e0c
commit 00e80b678b

View File

@ -96,6 +96,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [JUnit](http://junit.org/) - Common testing framework.
* [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables.
* [Quartz](https://github.com/quartz-scheduler/quartz) - Open-source job scheduler library with Apache 2.0 license.
* [RxJava](https://github.com/ReactiveX/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
* [TestNG](http://testng.org/) - Testing framework inspired by JUnit and NUnit, with different functionalities.
* [Trove](http://trove.starlight-systems.com/) - High-performance primitive collections.
@ -691,7 +692,6 @@ A curated list of awesome Java frameworks, libraries and software.
* [Akka](http://akka.io) - Toolkit and runtime for building concurrent, distributed, fault-tolerant and event-driven applications.
* [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provides a standard for asynchronous stream processing with non-blocking backpressure.
* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications.
* [RxJava](https://github.com/ReactiveX/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM.
* [vert.x](http://vertx.io/) - Polyglot event-driven application framework.
## REST Frameworks