spring-batch
spring-batch copied to clipboard
Prefix for JobScope changed to scopedTarget
trafficstars
I had a problem with JobScope when xml and java-config is mixed.
I could solve it, with changing the TARGET_NAME_PREFIX in the class JobScope. I also wrote a JUnit-Test for this fix.