Skip to content

v2.0.4 🦝 💣

Latest

Choose a tag to compare

@oldratlee oldratlee released this 20 Nov 04:08
· 2 commits to 2.x-dev since this release

shifu

💗 Happy with cffu! 🦝 and be a "shifu"~ 😆

🛠 Refactor/Improvements

  • fix: handle InterruptedException in fromSyncCall method 💣
  • refactor: rename var name of exception 🔠
  • refactor: add static import for Thread.currentThread method

🔌 API Docs

cffu Java API doc: https://foldright.io/api-docs/cffu2/2.0.4/

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu2</artifactId>
    <version>2.0.4</version>
</dependency>

cffu executor wrapper SPI implementation for 📌 TransmittableThreadLocal(TTL):

<dependency>
  <groupId>io.foldright</groupId>
  <artifactId>cffu2-ttl-executor-wrapper</artifactId>
  <version>2.0.4</version>
  <scope>runtime</scope>
</dependency>