v0.9.4 π¦ : implement `cffu-ttl-executor-wrapper` πͺπ
π Happy with
cffu
! π¦ and be a "shifu"~ π
π Features
- implement
cffu executor wrapper
SPI forTTL
πͺ cffu
supportExecutorWrapper SPI
π
π οΈ Refactor
- extract private check helper methods of
Cffu
π Documentation
- add missing
minimal stage
caution - improve wording, underneath -> underlying
π Build/Chore
- change to multiple module maven project π
- bump junit-bom from 5.9.2 to 5.9.3 (#25)
- bump kotlin.version from 1.8.20 to 1.8.21 (#26)
- bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#27)
π Java API Doc
https://foldright.io/cffu/apidocs/0.9.4/index.html
πͺ Maven dependency
cffu
core lib:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.9.4</version>
</dependency>
cffu executor wrapper SPI implementation for π TransmittableThreadLocal(TTL)
:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-ttl-executor-wrapper</artifactId>
<scope>runtime</scope>
<version>0.9.4</version>
</dependency>