-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: coretype: enhancement
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: coretype: enhancement