Skip to content

v2.0.3 🦝 🛠

Choose a tag to compare

@oldratlee oldratlee released this 08 Nov 07:54
· 5 commits to 2.x-dev since this release

shifu

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

🛠 Refactor/Improvements

  • fix(Cffu): add missing cffuScreened(executor) for executor parameters 🔧

📚 Documentation

  • docs: improve wording of README and Javadoc 💕📚

🚜 Build/Chore

  • chore(CI): update build scripts
  • chore(deps): upgrade dependencies/plugins 📦

🔌 API Docs

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

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

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

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

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