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

Exception message incorrect in arguments check

Open wokier opened this issue 4 years ago • 0 comments
trafficstars

The exception is thrown with a message containing jobParameters , which is not what is used in the if to do the check.

https://github.com/spring-projects/spring-batch/blob/d24eb6a6eda857c9a6123795c76b11264622894e/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/SimpleJobRepository.java#L140

Exists since 3.0.10.RELEASE at least.

wokier avatar Nov 04 '21 16:11 wokier