Skip to content

v0.81 simple-react

Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 27 Mar 15:13

fixes for v0.81

Fix issue with block for LazyFutureStream (was causing it run sequentially)
Fix issue #17 where xxxFutures methods running sequentially.
Fix api issue where some methods returning FutureStream rather than specific type

Adding SimpleReact as a Dependency

Gradle

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.81'

Maven

 <dependency>
   <groupId>com.aol.simplereact</groupId>
     <artifactId>simple-react</artifactId>
      <version>0.81</version>
     <scope>compile</scope>
   </dependency>

Javadoc

http://www.javadoc.io/doc/com.aol.simplereact/simple-react/0.81