Closed
Description
abracadv8 opened BATCH-2845 and commented
The spring-batch-3.0.xsd specifies the old RetryPolicy class, which was removed/refactored when the SpringRetry project was created.
Type: <tool:expected-type type="org.springframework.batch.retry.RetryPolicy" />
I believe it should be org.springframework.retry.RetryPolicy
It's a minor issue which causes no functional issues other than my IDE (Intellij) highlights the attribute as a validation warning because type is unexpected.
I could submit a quick PR if welcome.