Skip to content
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

CronTriggerFactoryBean doesn't allow calendar name and description to be specified [SPR-9771] #14405

Closed
spring-projects-issues opened this issue Sep 6, 2012 · 2 comments
Assignees
Labels
status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Sep 6, 2012

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

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Also considering the 'description' property:

#438 (comment)

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Added "calendarName" and "description" properties to CronTriggerFactoryBean now. "description" is also available on SimpleTriggerFactoryBean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants