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.
As of v6.0 M3, the interface
JobParametersIncrementeris defined inorg.springframework.batch.core.job.parameterswhile the two built-in implementationsRunIdIncrementerandDataFieldMaxValueJobParametersIncrementerare inorg.springframework.batch.core.launch.support.Support classes should be moved to the same package (or a
supportsub-package) on the concept they implement.