Skip to content

v2.0.2 🦝 🛠

Latest

Choose a tag to compare

@oldratlee oldratlee released this 26 Oct 13:20
· 4 commits to 2.x-dev since this release

shifu

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

🛠 Refactor/Improvements

  • refactor: remove needless f_cast invocation

📚 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>