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
As of v6.0 M3, the interface JobParametersIncrementer is defined in org.springframework.batch.core.job.parameters while the two built-in implementations RunIdIncrementer and DataFieldMaxValueJobParametersIncrementer are in org.springframework.batch.core.launch.support.
Support classes should be moved to the same package (or a support sub-package) on the concept they implement.