You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2021. It is now read-only.
The naming pattern between ItemReader-SkipReadListener, ItemProcessor-SkipProcessListener, and ItemWriter-SkipWriteProcessor would indicate that the ItemWriter.writeItems() method should correspond to SkipWriteProcessor.onSkipWriteItems(), not onSkipWriteItem() (no 's'), as is currently the case.
While the api method itself is spelled out as onSkipWriteItem(), all other references to the method (in comments) refer to it as onSkipWriteItems()