| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Cyclops 10.4.1 _ Upgrade Jackson Databind to latest, fix Memoize memoizeSupplierAsync issue.tar.gz | 2022-05-13 | 1.7 MB | |
| Cyclops 10.4.1 _ Upgrade Jackson Databind to latest, fix Memoize memoizeSupplierAsync issue.zip | 2022-05-13 | 2.9 MB | |
| README.md | 2022-05-13 | 5.1 kB | |
| Totals: 3 Items | 4.5 MB | 0 | |
Cyclops 10.4.1
What’s new Cyclops 10.4.1
- Upgrade Jackson Databank and fix compatibility issue with latest
- Fix bug in Memoize Memoize.memoizeSupplierAsync
Changelog
Check out the features delivered and bugs fixed -
Dependency changes
Jackson Databind to 2.13.2
Modules
- cyclops - Persistent data structures and control types
- cyclops-futurestream - Parrallel asynchronous streaming
- cyclops-reactive-collections - Fast, non-blocking, asynchronous extensions for JDK and Persistent Collections
- cyclops-anyM - Higher kinded abstractions for working with any Java Monad type.
- cyclops-pure - Higher kinded type classes for pure functional programming in Java
- cyclops-reactor-integration - Reactive collections and AnyM integrations with Reactor.
- cyclops-rxjava2-integration - Reactive collections and AnyM integrations with Rx Java 2.
- cyclops-jackson-integration - Jackson databindings for Cyclops persistent data structures and control types.
Get cyclops X
Gradle
Cyclops
:::groovy
compile 'com.oath.cyclops:cyclops:10.4.1’
Cyclops AnyM
:::groovy
compile 'com.oath.cyclops:cyclops-anym:10.4.1’
Cyclops Futurestream
:::groovy
compile 'com.oath.cyclops:cyclops-futurestream:10.4.1’
Cyclops Pure
:::groovy
compile 'com.oath.cyclops:cyclops-pure:10.4.1’
Cyclops Reactive Collections
:::groovy
compile 'com.oath.cyclops:cyclops-reactive-collections:10.4.1’
Cyclops Reactor Integration
:::groovy
compile 'com.oath.cyclops:cyclops-reactor-integration:10.4.1'
Cyclops RxJava2 Integration
:::groovy
compile 'com.oath.cyclops:cyclops-rx2-integration:10.4.1'
Cyclops Jackson Integration
:::groovy
compile 'com.oath.cyclops:cyclops-jackson-integration:10.4.1'
Maven
Cyclops
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops AnyM
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-anym</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops Futurestream
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-anym</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops Pure
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-pure</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops Reactive Collections
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-reactive-collections</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops Reactor Integration
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-reactor-integration</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops RxJava2 Integration
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-rx2-integration</artifactId>
<version>10.4.1</version>
</dependency>
Cyclops Jackson Integration
:::xml
<dependency>
<groupId>com.oath.cyclops</groupId>
<artifactId>cyclops-jackson-integration</artifactId>
<version>10.4.1</version>
</dependency>
License
cyclops-react is licensed under the Apache 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0#
What's Changed
- Improve GRADLE build Performance by @shisheng-1 in https://github.com/aol/cyclops/pull/1110
- Improve Travis CI build Performance by @YunLemon in https://github.com/aol/cyclops/pull/1109
- chore: Upgrade to Gradle 7.2 by @johnmcclean in https://github.com/aol/cyclops/pull/1112
- fix: Memoize issue fix by @johnmcclean in https://github.com/aol/cyclops/pull/1111
New Contributors
- @shisheng-1 made their first contribution in https://github.com/aol/cyclops/pull/1110
- @YunLemon made their first contribution in https://github.com/aol/cyclops/pull/1109
Full Changelog: https://github.com/aol/cyclops/compare/10.4.0...10.4.1