RetryOperationsInterceptor 发生了什么?(春批)

Min*_*nsu 1 aop spring spring-batch spring-retry

对于重试功能,我想使用 org.springframework.batch.retry.interceptor.RetryOperationsInterceptor.

我可以在 spring-batch 2.1.X 中找到它,但在 spring-batch 2.2.X 中找不到。

被删除了吗?它有问题吗?

如果它被删除了,我应该使用不同的方法来代替,它是什么?

Gar*_*ell 5

它被转移到一个单独的项目spring-retry。它现在被多个项目使用,包括 Spring Integration 和 Spring AMQP。

当前版本是 1.1.2.RELEASE。