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

Refactor JobKeyGenerator to use JobParameters instead of generic type

Open patrickwinti opened this issue 5 months ago • 0 comments

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

patrickwinti avatar Jun 13 '25 14:06 patrickwinti