Skip to content

v1.0.0-Alpha29 🦝 πŸ—οΈ

Latest
Compare
Choose a tag to compare
@oldratlee oldratlee released this 16 Nov 17:53
· 2 commits to main since this release

shifu

Note

🦝 Cffu has arrived at v1.0 Alpha series~ πŸŽ‰

  • Development tries to keep the compatibility for main API.
  • The incompatible changes are marked with ⚠️.

Welcome to try out cffu. πŸ’•

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

πŸ›  Refactor/Improvements

  • extract LLCF(Low Level CompletableFuture Utils) from CFU πŸ—οΈ
  • split cffu-listenable-future module from cffu-core πŸ“¦
  • add @ApiStatus.OverrideOnly for SPI ExecutorWrapperProvider

🚜 Build/Chore

  • upgrade dependencies/plugins πŸ› οΈ

πŸ”Œ API Doc

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

πŸͺ Maven dependencies

cffu core lib, including cffu enhancement for Java CompletableFuture:

<dependency>
    <groupId>io.foldright</groupId>
    <artifactId>cffu</artifactId>
    <version>1.0.0-Alpha29</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-Alpha29</version>
  <scope>runtime</scope>
</dependency>