Skip to content

v2.1.0-Alpha1: support `*AndForget` methods 🦝 📨

Pre-release
Pre-release

Choose a tag to compare

@oldratlee oldratlee released this 29 Nov 19:37
· 65 commits to 2.x-dev since this release

shifu

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

☘️ Features

  • feat: add *AndForget methods 📨

🚜 Build/Chore

  • chore(CI): update revapi config, ignore changes to QA annotations 👀
  • chore(build): enable semantic versioning for revapi-maven-plugin
  • chore(deps): upgrade dependencies/plugins
  • chore(build): update bump version scripts
  • chore(build): remove unneeded test-jar config

🔌 API Docs

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

🍪 Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu2</artifactId>
    <version>2.1.0-Alpha1</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-Alpha1</version>
  <scope>runtime</scope>
</dependency>