-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow composing
@Retryable
annotation
* fix(Retryable): allow composing `Retryable` annotation with recover argument annotated with @AliasFor by using `AnnotatedElementUtils.findMergedAnnotation` in `AnnotationAwareRetryOperationsInterceptor` * Updated README.md with example and explanation for custom annotation composition with @retryable Added author and fix import style. * Updated README.md removed version 2.0 mention on the Further customizations section # Conflicts: # src/main/java/org/springframework/retry/annotation/RecoverAnnotationRecoveryHandler.java
- Loading branch information
1 parent
7063d36
commit 2e7a73c
Showing
3 changed files
with
149 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters