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
Bug description
Depending on whether you create an instance of RepositoryItemReader via :
bean factory using RepositoryItemReader's afterPropertiesSet()
or RepositoryItemReaderBuilder
The validation won't be the same in the case of we set these 3 parameters : repository + methodName + sorts
if we make an instance via RepositoryItemReader, calling afterPropertiesSet() at the send, it's 🆗
if we make an instance via RepositoryItemReaderBuilder, it's ❌ with this exception : java.lang.IllegalStateException: A name is required when saveState is set to true.