Skip to content

Add support for passing objects as job parameters [BATCH-966] #2615

Closed
@spring-projects-issues

Description

@spring-projects-issues

Eddie Mc Greal opened BATCH-966 and commented

As discussed in http://forum.springframework.org/showthread.php?t=64673

At the moment there is no way of passing objects to the job execution. This would very useful when executing a batch from within e.g. a web application where by a user uploads a file to be processed. There is currently no way of passing this resource to the ItemReader - you have to save it to disk with a static URL so as the ItemReader can pick it up or you can use the dynamic filename mechanism.

In any case I think its something to consider for a future release!


No further details from BATCH-966

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: corestatus: declinedFeatures that we don't intend to implement or Bug reports that are invalid or missing enough detailstype: feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions