-
Notifications
You must be signed in to change notification settings - Fork 264
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
Reported error contains other expression than the one provided #90
Comments
@francisdb This is a bug. The message should return the expression. Thank you for reporting it! |
@francisdb Fixed! |
👍 |
@francisdb The fix may not provide the same expression, but always one that is equivalent to the specified. Most times will be the same string. |
Fix published in release 4.0.1 |
@jmrozanec then this still is confusing... |
with 5.0.5 we now get this:
Which is ok for my part |
@francisdb great! Glad that you find the new message more useful. Thank you for the feedback! |
parsing
0/1 * * * * *
for quartz returnsInvalid CRON expression: Invalid cron expression: * * * * * *. Both, a day-of-week AND a day-of-month parameter, are not supported.
I would expect the error to contain the actual expression
The text was updated successfully, but these errors were encountered: