v1.0.0 π¦ πβ¨
π Happy with
cffu
! π¦ and be a "shifu"~ π
First GA Release v1.0.0
πβ¨π
Same as v1.0.0-Alpha33
but bump version.
π API Doc
cffu Java API doc
: https://foldright.io/api-docs/cffu/1.0.0/
πͺ Maven dependencies
cffu
core lib, including cffu
enhancement for Java CompletableFuture
:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>1.0.0</version>
</dependency>
cffu executor wrapper SPI implementation
for π TransmittableThreadLocal(TTL)
:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-ttl-executor-wrapper</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>