-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
has: backportsLegacy label from JIRA. Superseded by "for: backport-to-x.x.x"Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"in: documentationtype: bug
Milestone
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.
Metadata
Metadata
Assignees
Labels
has: backportsLegacy label from JIRA. Superseded by "for: backport-to-x.x.x"Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"in: documentationtype: bug