Note
π¦ Cffu
has arrived at v1.0 Alpha
series~ π
- Development tries to keep the compatibility for main API.
- The incompatible changes are marked with
β οΈ .
Welcome to try out cffu
. π
π Happy with cffu
! π¦ and be a "shifu"~ π
π Refactor/Improvements
- extract
LLCF
(Low Level CompletableFuture Utils) fromCFU
ποΈ - split
cffu-listenable-future
module fromcffu-core
π¦ - add
@ApiStatus.OverrideOnly
for SPIExecutorWrapperProvider
π Build/Chore
- upgrade dependencies/plugins π οΈ
π API Doc
cffu Java API doc
: https://foldright.io/api-docs/cffu/1.0.0-Alpha29/
πͺ Maven dependencies
cffu
core lib, including cffu
enhancement for Java CompletableFuture
:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>1.0.0-Alpha29</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-Alpha29</version>
<scope>runtime</scope>
</dependency>