Reactor 2.0.0.RC1 with native Reactive Streams support now available!
The Reactor team is happy to announce the release of 2.0.0.RC1, which is now available in the spring.io Maven repository as well as Maven central. Version 2.0 is an #uberupdate
from Reactor version 1.1 and contains several new components as well as complete rewrites of important classes like Stream
, which now implements the Reactive Streams standard.
Please note that the Maven coordinates for Reactor 2.0 have changed from those for Reactor 1.x. The new coordinates all fall under the group ID io.projectreactor
rather than the previous org.projectreactor
. A sample dependencies block for a Gradle…