David

Results 32 issues of David

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

I'm trying to implement a generic logging via `retry.getEventPublisher().onRetry(event -> log.warn("Retrying...` The event provides access to the exception if `retry-exception-predicate` is used. But if `result-predicate` is used its a similar...