v1.1.15
💗 Happy with
cffu! 🦝 and be a "shifu"~ 😆
🛠 Refactor/Improvements
- fix
@CheckReturnValueannotations usage 📝 - refactor(
LLCF): reorder method; move common static fields to forward 🚞 - refactor: replace
if-elsestatements with?:expression 🗿
📚 Documentation
- docs: improve wording 📚
🚜 Build/Chore
- chore(deps): upgrade dependencies/plugins 📦
🔌 API Docs
cffu Java API doc: https://foldright.io/api-docs/cffu/1.1.15/
🍪 Maven dependencies
cffu core lib, including cffu enhancement for Java CompletableFuture:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>1.1.15</version>
</dependency>cffu executor wrapper SPI implementation for 📌 TransmittableThreadLocal(TTL):
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-ttl-executor-wrapper</artifactId>
<version>1.1.15</version>
<scope>runtime</scope>
</dependency>
