Skip to content

v1.1.15

Choose a tag to compare

@oldratlee oldratlee released this 13 Sep 17:15
· 8 commits to 1.x-dev since this release

shifu

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

🛠 Refactor/Improvements

  • fix @CheckReturnValue annotations usage 📝
  • refactor(LLCF): reorder method; move common static fields to forward 🚞
  • refactor: replace if-else statements with ?: expression 🗿

📚 Documentation

  • docs: improve wording 📚

🚜 Build/Chore

  • chore(deps): upgrade dependencies/plugins 📦

🔌 API Docs

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

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

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

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

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