Piotrek
Results
1
comments of
Piotrek
just add new static method in CronMapper class: ` public static CronMapper fromQuartzToSpring53() { return new CronMapper( CronDefinitionBuilder.instanceDefinitionFor(CronType.QUARTZ), CronDefinitionBuilder.instanceDefinitionFor(CronType.SPRING53), setQuestionMark() ); }` and then try to use in some test...