Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine 9f39449bb0 Fix ClassCastException in RunIdIncrementer
Before this commit, the RunIdIncrementer was failing
with a ClassCastException if the run.id parameter is
not passed as a Long.

This commit makes the RunIdIncrementer more liberal
in what it accepts by trying to parse the parameter
to a Long.

Resolves #3799
2020-11-09 12:06:31 +01:00
..
2014-04-02 14:35:53 -04:00