💗 Happy with
cffu! 🦝 and be a "shifu"~ 😆
🛠 Refactor/Improvements
- refactor: remove needless
f_castinvocation
📚 Documentation
- docs: improve wording of README and Javadoc 💕📚
🚜 Build/Chore
- build(CI): do not install java 25 included in ubuntu image to speed up CI 🤖
- chore(
bump_cffu_version.sh): fix regex - chore(deps): upgrade dependencies/plugins 📦
🔌 API Docs
cffu Java API doc: https://foldright.io/api-docs/cffu2/2.0.2/
🍪 Maven dependencies
cffu core lib, including cffu enhancement for Java CompletableFuture:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu2</artifactId>
<version>2.0.2</version>
</dependency>cffu executor wrapper SPI implementation for 📌 TransmittableThreadLocal(TTL):
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu2-ttl-executor-wrapper</artifactId>
<version>2.0.2</version>
<scope>runtime</scope>
</dependency>