v1.1.11
💗 Happy with
cffu! 🦝 and be a "shifu"~ 😆
☘️ Features
- feat: add method
CffuFactory.fromSyncCall📩
🛠 Refactor/Improvements
- refactor(
LLCF#relayAsync0): improve type argument 🧬 - refactor: add
@CheckReturnValueforfromSyncCallmethods 📩
🧪 Tests
- test(
LLCF): add test cases forNonExSwallowedmethods 💣 - test(
CFU): addtest_timeout_data_race, coverFutureCanceller.acceptandCfTimeout.run
🚜 Build/Chore
- chore(deps): bump org.assertj:assertj-bom from 3.27.3 to 3.27.4 (#363)
🔌 API Docs
cffu Java API doc: https://foldright.io/api-docs/cffu/1.1.11/
🍪 Maven dependencies
cffu core lib, including cffu enhancement for Java CompletableFuture:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>1.1.11</version>
</dependency>cffu executor wrapper SPI implementation for 📌 TransmittableThreadLocal(TTL):
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu-ttl-executor-wrapper</artifactId>
<version>1.1.11</version>
<scope>runtime</scope>
</dependency>