Skip to content

v0.9.4 🦝 : implement `cffu-ttl-executor-wrapper` πŸͺπŸ’—

Compare
Choose a tag to compare
@oldratlee oldratlee released this 03 May 06:39
· 387 commits to main since this release

shifu

πŸ’— Happy with cffu! 🦝 and be a "shifu"~ πŸ˜†

πŸ€ Features

  • implement cffu executor wrapper SPI for TTL πŸͺ
  • cffu support ExecutorWrapper 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>