As of v5.2, all APIs related to jobs and steps are mixed and defined under the same package org.springframework.batch.core, even though there are already sub-packages core.job and core.step.
For better consistency and cohesion, job/step related APIs should be moved to their dedicated sub-packages.
As of v5.2, all APIs related to jobs and steps are mixed and defined under the same package
org.springframework.batch.core, even though there are already sub-packagescore.jobandcore.step.For better consistency and cohesion, job/step related APIs should be moved to their dedicated sub-packages.