Skip to content

Introduce @Retryable AOP support (based on core.retry and Reactor retry functionality) #34529

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

Open
jhoeller opened this issue Mar 3, 2025 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@jhoeller
Copy link
Contributor

jhoeller commented Mar 3, 2025

There have been several requests for retry functionality at the core Spring Framework level, along the lines of the separate Spring Retry project. The 7.0 release seems like a good time to reconsider common functionality from Spring Retry in a Spring Framework re-implementation in spring-core / spring-aop.

@jhoeller jhoeller added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Mar 3, 2025
@jhoeller jhoeller added this to the 7.0.x milestone Mar 3, 2025
@jhoeller jhoeller self-assigned this Mar 8, 2025
@jhoeller jhoeller changed the title Introduce retry functionality (along the lines of Spring Retry) Introduce core retry functionality and @Retryable AOP support (along the lines of Spring Retry) Mar 20, 2025
@jhoeller
Copy link
Contributor Author

jhoeller commented Jun 5, 2025

#34716 covers the core.retry package for 7.0 M6 now, so this ticket will specifically be about @Retryable support (on top of core.retry as well as Reactor's retry support for reactive methods).

@jhoeller jhoeller changed the title Introduce core retry functionality and @Retryable AOP support (along the lines of Spring Retry) Introduce @Retryable AOP support (based on core.retry and Reactor retry functionality) Jun 5, 2025
@jhoeller jhoeller modified the milestones: 7.0.x, 7.0.0-M7 Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant