You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ScheduledJobParametersFactory
has no added value other than formatting/parsing a date property (which is hardcoded toschedule.date
). This is already provided by theDefaultJobParametersConverter
. Moreover, it is inconsistent with theDefaultJobParametersConverter
where the parameter type is expected to be specified as a prefix likeschedule.date(date)
(See Javadoc).ScheduledJobParametersFactory
should be deprecated in favour ofDefaultJobParametersConverter
.The text was updated successfully, but these errors were encountered: