Skip to content

allow nested tasklets to be specified in the schema [BATCH-1834] #1755

@spring-projects-issues

Description

@spring-projects-issues

Costin Leau opened BATCH-1834 and commented

The schema requires each tasklet to be specified as a bean which makes the definition quite verbose as one needs to define a step, then a nested tasklet with just a reference to another bean. In case of many steps, one ends up with a lot of top-level bean definitions that aren't used anywhere else.
By improving the schema to allow nested tasklet definitions, one can skip the tasklet ref declaration.
Further more by allowing other namespaces to create these definitions, the step declaration becomes even more concise (and pluggable).


Affects: 2.1.8

Referenced from: commits a0a7528, f767dc8

1 votes, 2 watchers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions