Skip to content

Fix method signature mismatch in Quartz #452

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

Closed
wants to merge 1 commit into from

Conversation

snicoll
Copy link
Member

@snicoll snicoll commented Jan 28, 2014

Quartz 2.2 provides methods to register JobListener and TriggerListener that the previous 2.0.x generations do not define. However, a method taking an extra list of KeyMatcher instances exists since 2.0.0

This commit uses this method instead of the one that was introduced as from 2.2.0 to ensure compatibility with previous 2.0.x releases.

It is hard to test such a change in the current infrastructure so a separate project was used to validate that the scheduler is properly created when those listeners are present. This has been tested against 1.8.6, 2.0.0, 2.1.0 and 2.2.0.

Issue: SPR-11362

Quartz 2.2 provides methods to register JobListener and TriggerListener
that the previous 2.0.x generations do not define. However, a method
taking an extra list of KeyMatcher instances exists since 2.0.0

This commit uses this method instead of the one that was introduced
as from 2.2.0 to ensure compatibility with previous 2.0.x releases

Issue: SPR-11362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants