From 6d19fbb90868022c9de09a402880f176c4bec7bc Mon Sep 17 00:00:00 2001 From: heldev Date: Tue, 3 Oct 2017 17:00:19 -0400 Subject: [PATCH] Move RxJava to Ancients again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ab487..d37f392 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,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. @@ -687,7 +688,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