spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Prefix for JobScope changed to scopedTarget

Open MrCoffee77 opened this issue 2 years ago • 4 comments
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.

MrCoffee77 avatar Apr 14 '23 10:04 MrCoffee77