Skip to content

v0.8.3 🦝 : more Kotlin extension methods and Test 🍩 ☔️

Compare
Choose a tag to compare
@oldratlee oldratlee released this 04 Apr 06:02
· 538 commits to main since this release

shifu

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

☘️ Features

  • add combine kotlin extension methods 🍩 for CompletableFuture

☔️ Test

  • add test case for forbidObtrudeMethods of CffuFactory
  • add test case for executor setting of CffuFactory
  • add more test case for cffuJoin
  • check UOE message because of minimal stage
  • use Blocker instead of explicit CountDownLatch

📚 Documentation

  • improve javadoc of Cffu
  • improve API doc of CffuExtensions.kt

🚜 Chore/Bulid

  • bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#20)

🔌 Java API Doc

https://foldright.io/cffu/apidocs/0.8.3/index.html

🍪 Maven dependency

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