sunng87 / diehard

Clojure resilience library for flexible retry, circuit breaker and rate limiter
Eclipse Public License 2.0
330 stars 27 forks source link

Use of getFailure is deprecated in FailSafe #51

Closed yenda closed 2 years ago

yenda commented 2 years ago

I got the following warning in Eastwood:

Instance method 'public java.lang.Throwable dev.failsafe.event.ExecutionCompletedEvent.getFailure()' is deprecated

according to the javadoc one should use getException instead https://failsafe.dev/javadoc/core/

sunng87 commented 2 years ago

Thank you for the information. I will create a fix this weekend.

sunng87 commented 2 years ago

Released in 0.11.3