Skip to content

v1.1.14

Choose a tag to compare

@oldratlee oldratlee released this 03 Sep 17:03
· 14 commits to 1.x-dev since this release

shifu

πŸ’— Happy with cffu! 🦝 and be a "shifu"~ πŸ˜†

πŸ›  Refactor/Improvements

  • cleanup @SuppressWarnings("unchecked") 🧬✨

🚜 Build/Chore

  • chore(CI): configure qodana GitHub Action to fail the build if any warnings are found πŸ‘οΈβ€πŸ—¨οΈ
  • update maven_deploy.sh

πŸ”Œ API Docs

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

πŸͺ Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

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

cffu executor wrapper SPI implementation for πŸ“Œ TransmittableThreadLocal(TTL):

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