Skip to content

Scope SPI support for EL binding [SPR-5224] #9898

Closed
@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-5224 and commented

Need to have late binding to scope-specific attributes in Spring Batch, e.g.

<bean class="..." scope="step">
<property name="resource" value="#{stepAttributes.inputFile}"/>
</bean>

or

<bean class="..." scope="step">
<property name="reader" ref="#{stepAttributes.readerRef}"/>
</bean>


Issue Links:

  • BATCH-282 Make input parameters easier to access from ItemReaders, etc. ("is depended on by")

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions