v1.1.14
π 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>