Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-299: Fix @Recover with Class Level @Retryable #300

Merged
merged 1 commit into from
May 18, 2022

Conversation

garyrussell
Copy link
Contributor

Resolves #299

Caused by the fix for #244, recover methods should not be considered
as retryable, with class level annotation.

cherry-pick to 1.3.x

Resolves spring-projects#299

Caused by the fix for spring-projects#244, recover methods should not be considered
as retryable, with class level annotation.

**cherry-pick to 1.3.x**
@artembilan artembilan merged commit c02e546 into spring-projects:main May 18, 2022
@garyrussell garyrussell deleted the GH-299 branch May 18, 2022 17:30
@artembilan
Copy link
Member

Back-ported as 7063d36 after fixing conflicts. Mostly JUnit 5 -> JUnit 4 migration back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalArgumentException when migrating from 1.3.1 to 1.3.2 and using class annotations
2 participants