Skip to content

Cyclops 10.4.1 : Upgrade Jackson Databind to latest, fix Memoize memoizeSupplierAsync issue

Latest
Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 15 May 23:30
· 2 commits to master since this release
c987af4

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 -

github 10.4.1 issues & PRs

Dependency changes

Jackson Databind to 2.13.2

Modules

Get cyclops X

Gradle

Cyclops

compile 'com.oath.cyclops:cyclops:10.4.1’

Cyclops AnyM

compile 'com.oath.cyclops:cyclops-anym:10.4.1’

Cyclops Futurestream

compile 'com.oath.cyclops:cyclops-futurestream:10.4.1’

Cyclops Pure

compile 'com.oath.cyclops:cyclops-pure:10.4.1’

Cyclops Reactive Collections

compile 'com.oath.cyclops:cyclops-reactive-collections:10.4.1’

Cyclops Reactor Integration

   compile 'com.oath.cyclops:cyclops-reactor-integration:10.4.1'

Cyclops RxJava2 Integration

   compile 'com.oath.cyclops:cyclops-rx2-integration:10.4.1'

Cyclops Jackson Integration

   compile 'com.oath.cyclops:cyclops-jackson-integration:10.4.1'

Maven

Cyclops

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops AnyM

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-anym</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops Futurestream

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-anym</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops Pure

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-pure</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops Reactive Collections

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-reactive-collections</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops Reactor Integration

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-reactor-integration</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops RxJava2 Integration

<dependency>
    <groupId>com.oath.cyclops</groupId>
    <artifactId>cyclops-rx2-integration</artifactId>
    <version>10.4.1</version>
</dependency>

Cyclops Jackson Integration

<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

New Contributors

Full Changelog: 10.4.0...10.4.1