Files
spring-cloud-task/spring-cloud-starter-single-step-batch-job
Michael Minella a7e8aa1102 Updated generics on single step batch job starter
This commit updates the generics for the domain object used in the
single step batch job starter from a 'Map<Object, Object>' to a
'Map<String, Object>'. This better reflects what is actually used.
2020-12-01 13:52:38 -06:00
..