-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 2.6.0.ER1
-
Fix Version/s: 2.7.0.ER1
-
Component/s: DeltaSpike
-
Labels:None
-
Environment:
EAP 6.2.x
(and any 6.x that contains pre-1.1.22.Final Weld)
-
Target Release:
-
Steps to Reproduce:
-
Workaround Description:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Resolved Issue
-
Release Notes Text:
The Scheduler module contains a QuartzSchedulerProducer class which depends on a Quartz class org.quartz.Job through a type argument:
protected Scheduler<Job> produceScheduler()
|
...
|
Due to WELD-1669 this causes a deployment failure for any deployment that bundles the Scheduler module and not the Quartz library.