dowenliu-xyz

Results 33 comments of dowenliu-xyz

Reproduced within [my test project](https://github.com/dowenliu-xyz/resilience4j-plays/tree/main/issue2097). This issue effects from version 2.0.0 to 2.2.0, version 1.7.1 is OK. | R4j version | Java version | SpringBoot version | dependency | effected...

It seems that the `intervalFunction` and `intervalBiFunction` fields in `io.github.resilience4j.retry.RetryConfig.Builder` should never be both non-null at any time. Am I right? @RobWin

I have implemented the fix locally, but now I can't run the test without modifying the `build.gradle` file. Locally, I removed the `org.asciidoctor.convert` plugin and the `asciidoctorj` block. After that...