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
Due to problems listed in the linked StackOverflow Q, I created an implementation of org.springframework.batch.core.JobParametersIncrementer based on Spring JDBC's org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer.
It looks like org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer is used several places in the Spring Batch project, but I could not find any that provided linkage to org.springframework.batch.core.JobParametersIncrementer.