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
Tim Nolan opened SPR-9771 and commented
Relevant interface is MutableTrigger - see http://quartz-scheduler.org/api/2.1.0/org/quartz/impl/triggers/AbstractTrigger.html#setCalendarName%28java.lang.String%29.
Not really a bug, but without this, a drop in replacement is not always possible. Could add other properties as well as 'setCalendarName'.
Affects: 3.1.2
Issue Links:
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered:
Juergen Hoeller commented
Also considering the 'description' property:
#438 (comment)
Sorry, something went wrong.
Added "calendarName" and "description" properties to CronTriggerFactoryBean now. "description" is also available on SimpleTriggerFactoryBean.
jhoeller
No branches or pull requests
Tim Nolan opened SPR-9771 and commented
Relevant interface is MutableTrigger - see http://quartz-scheduler.org/api/2.1.0/org/quartz/impl/triggers/AbstractTrigger.html#setCalendarName%28java.lang.String%29.
Not really a bug, but without this, a drop in replacement is not always possible. Could add other properties as well as 'setCalendarName'.
Affects: 3.1.2
Issue Links:
Backported to: 3.2.7
The text was updated successfully, but these errors were encountered: