@Retry only works on endpoints #46427
Labels
area/fault-tolerance
kind/bug
Something isn't working
triage/needs-reproducer
We are waiting for a reproducer.
Describe the bug
As per https://quarkus.io/guides/smallrye-fault-tolerance#adding-resiliency-retries
I'm trying to use
@Retry
, but it only works on endpoints and when using it on a service@ApplicationScoped
it does not give me errors or warning about not being properly usedOutput of
java -version
Java 21
Quarkus version or git rev
3.18.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven
The text was updated successfully, but these errors were encountered: