v2.1.0-Alpha3 🦝 🚀
Pre-release
Pre-release
·
42 commits
to 2.x-dev
since this release
💗 Happy with
cffu! 🦝 and be a "shifu"~ 😆
☘️ Features
- feat: support concurrency limit executor 🧵 🚀
🧪 Tests
- test: add
ExecutorStudyTests🧵 - add study demo
concurrency limit executorimplementations 🧵
📚 Documentation
- docs: add
@since 2.1.0for 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>