Checkout
 

lorban in Quartz

TAB-6134: fix MBeans object name to include the client UUID the L1s JMX tunnel code expects
MNK-3929: fixed XMLSchedulingDataProcessorTest.testTimeZones on JDK 1.5 by using standard jaxb dependency
    • -3
    • +33
    /branches/quartz-2.1.x/quartz/pom.xml
QTZ-303: made CUBRID delegate compilable on JDK 1.5
fixed JDK 1.5 compilation error as OpenType hasn't been genericized before 1.6
MNK-3565: scheduler now waits for all jobs to be executed during shutdown to prevent false-positives with rogue threads detection
allow longer await time for ExpressShutdownTest
MNK-3423: more fine-tuning to handle other corner-cases
MNK-3423: WorkerThread-LastJob looks it it could be the culprit - add a thread dump on OOME to figure out what all those threads were doing
MNK-3423: tweaked quartz shutdown to help GC cleaning up PermGen
implemented QTZ-113: jobs can now execute on commonj work manager
  1. /branches/quartz-1.8.x/quartz-commonj/src
  2. /branches/quartz-1.8.x/quartz-commonj/src/main
    • -0
    • +29
    /branches/quartz-1.8.x/quartz-commonj/pom.xml
  3. … 3 more files in changeset.
forgot to call threadExecutor.initialize()
forgot to call threadExecutor.initialize()
implemented QTZ-113: jobs can now execute on commonj work manager
  1. /branches/quartz-2.0.x/quartz-commonj/src
  2. /branches/quartz-2.0.x/quartz-commonj/src/main
    • -0
    • +1
    /branches/quartz-2.0.x/quartz-all/pom.xml
    • -0
    • +28
    /branches/quartz-2.0.x/quartz-commonj/pom.xml
implemented QTZ-113: jobs can now execute on commonj work manager
  1. /trunk/quartz-commonj/src/main/java/org/quartz
    • -0
    • +28
    /trunk/quartz-commonj/pom.xml
merged fix for QTZ-54: SchedulerListeners are now notified when a new job is added
fixed QTZ-54: SchedulerListeners are now notified when a new job is added
changed slf4j-log4j to optional with scope runtime
fixed QTZ-47: slf4j-log4j is now a test dependency
fixed QTZ-47: slf4j-log4j is now a test dependency
fixed missing js.isClustered()
fixed ConcurrentModificationException
fix for QTZ-51: when TC is the configured job store

1) if the instance id is 'NON_CLUSTERED' it gets changed to 'TERRACOTTA_CLUSTERED'.

2) a ',node=' + uuid string is always appended at the end of the instance id.

fixed example
fixed example
    • -1
    • +1
    /trunk/examples/example15/instance2.sh
    • -1
    • +1
    /trunk/examples/example15/instance2.bat
    • -1
    • +1
    /trunk/examples/example15/instance1.bat
fixed example
fixed example
    • -2
    • +4
    /trunk/examples/example15/instance2.sh
    • -3
    • +3
    /trunk/examples/example15/instance1.bat
    • -1
    • +3
    /trunk/examples/example15/instance1.sh
    • -3
    • +3
    /trunk/examples/example15/instance2.bat
fixed example
fixed example
fixed example
fixed default TC_HOME