spring-batch
spring-batch copied to clipboard
Refactor JobKeyGenerator to use JobParameters instead of generic type
The JobKeyGenerator<T> interface currently uses a generic type parameter <T> to represent the source used to generate a job key. However, in practice, all known implementations and usages of this interface rely specifically on JobParameters as the source type.
resolves #4886