-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a chance to have CronMapper from QUARTZ to SPRING53 ? #579
Comments
@unstoppable95 could you provide some PR with a test, to reproduce the issue? |
just add new static method in CronMapper class: and then try to use in some test e.g: and this results in "IllegalArgumentExpression....value missing for a#b cron expression" and main problem is in inside Regards & sorry for not creating PR, I did not have git installed on this PC and can't to this without local admin role... |
@unstoppable95 Do you happen to know if SPRING53 to QUARTZ mapping works correctly? I mean, if you build a custom |
It seems to work (at least for simple cases) but it would be nice to have the |
Hi guys,
I'd like to have a mapper from QUARTZ format to SPRING53 as I need to support additional L, # for days of the week and L,W day of the month. After creating my custom one and calling .map method I keep getting a problem that "value missing for a#b cron expresion" even it it's already there inside Cron when I call mapper.map() method (from is quartz definition and to is spring53 type inside CronMapper constuctor). Is there a chance to support this feature in upcoming weeks/months?
The text was updated successfully, but these errors were encountered: