Closed
Description
ScheduledJobParametersFactory
has no added value other than formatting/parsing a date property (which is hardcoded to schedule.date
). This is already provided by the DefaultJobParametersConverter
. Moreover, it is inconsistent with the DefaultJobParametersConverter
where the parameter type is expected to be specified as a prefix like schedule.date(date)
(See Javadoc).
ScheduledJobParametersFactory
should be deprecated in favour of DefaultJobParametersConverter
.