Skip to content

v1.1.16: Java 25 support 🦝 ☕️

Choose a tag to compare

@oldratlee oldratlee released this 19 Sep 14:22
· 2 commits to 1.x-dev since this release

shifu

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

☘️ Features

  • feat: support Java 25 ☕️

🛠 Refactor/Improvements

  • refactor: fix @CheckReturnValue annotations usage for either* methods 📝

📚 Documentation

  • docs: improve wording 📚

🚜 Build/Chore

  • chore(CI): add Java 25 into CI 🤖
  • chore(deps): upgrade dependencies/plugins 📦

🔌 API Docs

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

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu</artifactId>
    <version>1.1.16</version>
</dependency>

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

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