Skip to content

Spring should support Quartz 2.0 CronTrigger interface [SPR-8581] #13225

Closed
@spring-projects-issues

Description

@spring-projects-issues

Bozhidar Bozhanov opened SPR-8581 and commented

CronTriggerBean extends CronTrigger - this causes an IncompatibleClassChangeError with quartz 2.0.2 on the classpath, because CronTrigger is an interface in quartz 2.

Quartz 2 being around for a couple of months now, it will be good to upgrade spring to support it.

Note that this issue is not manifested in Tomcat 6 - only in Tomcat 7 (but it is missing in the version drop-down). I believe this is a classloader change, so I'm also reporting an issue to Tomcat. (We are not using this particular class, but tomcat still loads it).


Affects: 3.1 M2

Issue Links:

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions