Skip to content

v1.1.3 🦝 📚

Latest
Compare
Choose a tag to compare
@oldratlee oldratlee released this 22 Apr 05:33
· 14 commits to main since this release

shifu

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

📚 Documentation

  • improve wording of README and javadoc 📚 💕

🚜 Build/Chore

  • chore(deps): bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre (#326)

🔌 API Docs

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

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

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

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

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