Skip to content

v1.0.0 🦝 πŸš€βœ¨

Compare
Choose a tag to compare
@oldratlee oldratlee released this 25 Jan 18:27
· 12 commits to main since this release

shifu

πŸ’— Happy with cffu! 🦝 and be a "shifu"~ πŸ˜†

First GA Release v1.0.0 πŸš€βœ¨πŸŽ‰

Same as v1.0.0-Alpha33 but bump version.

πŸ”Œ API Doc

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

πŸͺ Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

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

cffu executor wrapper SPI implementation for πŸ“Œ TransmittableThreadLocal(TTL):

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