Skip to content

v2.1.0-Alpha3 🦝 🚀

Pre-release
Pre-release

Choose a tag to compare

@oldratlee oldratlee released this 05 Dec 18:45
· 42 commits to 2.x-dev since this release

shifu

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

☘️ Features

  • feat: support concurrency limit executor 🧵 🚀

🧪 Tests

  • test: add ExecutorStudyTests 🧵
  • add study demo concurrency limit executor implementations 🧵

📚 Documentation

  • docs: add @since 2.1.0 for the new API 🔌

🔌 API Docs

cffu Java API doc: https://foldright.io/api-docs/cffu2/2.1.0-Alpha3/

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu2</artifactId>
    <version>2.1.0-Alpha3</version>
</dependency>

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

<dependency>
  <groupId>io.foldright</groupId>
  <artifactId>cffu2-ttl-executor-wrapper</artifactId>
  <version>2.1.0-Alpha3</version>
  <scope>runtime</scope>
</dependency>