The constructor of JsonItemReader should call setExecutionContextName() #3681
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: infrastructure
type: bug
Milestone
Uh oh!
There was an error while loading. Please reload this page.
When the constructor of JsonItemReader is called directly and
open(ExectionConext)
is called, it makes exceptions atExecutionContextUserSupport.getKey(..)
The constructor of JsonItemReader should call
setExecutionContextName(String)
similar to JsonFileItemWriter.java#L71The text was updated successfully, but these errors were encountered: