| quartz:/trunk/src/java/org/quartz/simpl/ |
jump to detailed chart | hide Line HistoryConstraint |
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
838
by jhouse on
05 September 2008, 18:07:47 -0500
(2 months 26 days ago)
QUARTZ-691: improper calculation of whether newly added trigger is earlier than the currently acquired trigger.
./RAMJobStore.java
838
824
by jhouse on
19 August 2008, 23:27:54 -0500
(3 months 12 days ago)
QUARTZ-668, QUARTZ-669: fixes to threading issues with multicore/multicpu systems.
./SimpleThreadPool.java
824
813
by jhouse on
01 August 2008, 17:56:18 -0500
(4 months ago)
QUARTZ-659: RamJobStore does not remember paused job groups
./RAMJobStore.java
813
811
by jhouse on
20 June 2008, 08:38:51 -0500
(5 months 12 days ago)
QUARTZ-674: Superfluous info logged in SimpleThreadPool shutdown()
./SimpleThreadPool.java
811
796
by jhouse on
25 April 2008, 21:02:43 -0500
(7 months ago)
QUARTZ-577: JobInitializationPlugin can't find quartz-jobs.xml within a JAR file
./CascadingClassLoadHelper.java
796
./InitThreadContextClassLoadHelper.java
796
./LoadingLoaderClassLoadHelper.java
796
./SimpleClassLoadHelper.java
796
./ThreadContextClassLoadHelper.java
796
784
by jhouse on
10 April 2008, 12:41:09 -0500
(7 months ago)
QUARTZ-657: Deadlock in RAMJobStore - change all synchronization to be upon triggerLock, since we can't rely on order of operations to avoid deadlocks.
./RAMJobStore.java
784
775
by jhouse on
21 March 2008, 11:46:13 -0500
(8 months ago)
QUARTZ-563: RAMJobStore.triggerFired() fails to return null in some cases
./RAMJobStore.java
775
735
by jhouse on
21 October 2007, 14:05:48 -0500
(13 months ago)
QUARTZ-521 : possible infinite loop during deletion of trigger if it was already removed/replaced.
./RAMJobStore.java
735
725
by bayard on
19 September 2007, 01:20:22 -0500
(14 months ago)
Applying the patch from QUARTZ-581 to null protect the tnft variable
./RAMJobStore.java
725
723
by bayard on
07 September 2007, 09:51:19 -0500
(14 months ago)
Applying the patch from QUARTZ-606 based on Marko's suggested change in Quartz.NET
./RAMJobStore.java
723
709
by bayard on
07 May 2007, 13:07:05 -0500
(18 months ago)
Applying patches from QUARTZ-465 so that triggerFinalized is notified in the right places
./RAMJobStore.java
709
705
by bayard on
03 May 2007, 12:23:00 -0500
(18 months ago)
Removing unnecessary package name
./RAMJobStore.java
705
658
by perfnorm on
10 March 2007, 07:02:55 -0600
(20 months ago)
Fixed checkstyle warnings
./SimpleThreadPool.java
658
612
by jhouse on
27 August 2006, 11:36:42 -0500
(2 years 3 months ago)
general overhaul of locking, thread-handoff within SimpleThreadPool
./SimpleThreadPool.java
612
604
by jrosenberg on
28 July 2006, 07:57:21 -0500
(2 years 4 months ago)
Issue number: Checkstyle
Fixed misplaced curly brace
./SimpleThreadPool.java
604
603
by jhouse on
27 July 2006, 09:01:34 -0500
(2 years 4 months ago)
QUARTZ-491 - fix synchronization of availCount
./SimpleThreadPool.java
603
597
by jhouse on
24 July 2006, 11:02:15 -0500
(2 years 4 months ago)
QUARTZ-491
./SimpleThreadPool.java
597
595
by jrosenberg on
18 July 2006, 08:40:20 -0500
(2 years 4 months ago)
Issue number: QUARTZ-13
Fixed off by one issue with count of available threads
./SimpleThreadPool.java
595
592
by jrosenberg on
13 July 2006, 05:40:53 -0500
(2 years 4 months ago)
Issue number: Checkstyle
Fixed checkstyle warnings
./RAMJobStore.java
592
583
by jhouse on
11 July 2006, 17:45:48 -0500
(2 years 4 months ago)
makes locks final, just because.
./RAMJobStore.java
583
582
by jhouse on
11 July 2006, 17:42:13 -0500
(2 years 4 months ago)
QUARTZ-107 - different operation between RAMJobStore and JobStoreTX
./RAMJobStore.java
582
579
by jrosenberg on
07 July 2006, 14:18:09 -0500
(2 years 4 months ago)
Issue number: QUARTZ-249, QUARTZ-12
Backed out preliminary work to acquire more than one trigger at a time. Backed out original priority implementation, and replaced with a simple tie-breaker impleme…
./RAMJobStore.java
579
574
by jrosenberg on
05 July 2006, 08:51:14 -0500
(2 years 4 months ago)
Issue number: QUARTZ-13
Fixed checkstyle issues.
./SimpleThreadPool.java
574
570
by jhouse on
21 June 2006, 18:16:39 -0500
(2 years 5 months ago)
QUARTZ-13 - don't acquire trigger until thread is available.
./SimpleThreadPool.java
570
549
by jrosenberg on
06 June 2006, 10:12:46 -0500
(2 years 5 months ago)
Issue number: QUARTZ-458
Clone a trigger when it is being stored so that user changes after the store call are ignored. (replaced accidental removal of setting trigger in wrapper)
./RAMJobStore.java
549
548
by jrosenberg on
06 June 2006, 10:10:48 -0500
(2 years 5 months ago)
Issue number: QUARTZ-458
Clone a trigger when it is being stored so that user changes after the store call are ignored.
./RAMJobStore.java
548
545
by jrosenberg on
01 June 2006, 09:29:08 -0500
(2 years 6 months ago)
Job: 3475
Always return a clone of a Trigger, including now applyMisfire() where an uncloned was trigger passed to trigger listeners and retrieveTrigger() where an uncloned trigger was returned.
./RAMJobStore.java
545
528
by jrosenberg on
20 May 2006, 10:27:33 -0500
(2 years 6 months ago)
Issue number: QUARTZ-450
If "org.quartz.threadPool.makeThreadsDaemons" is true and "org.quartz.threadPool.threadsInheritGroupOfInitializingThread" is false, then mark the new thread group as daemon.
./SimpleThreadPool.java
528
436
by jrosenberg on
24 March 2006, 10:24:38 -0600
(2 years 8 months ago)
Issue number: QUARTZ-306
Don't return misfired triggers that we have rescheduled.
./RAMJobStore.java
436
426
by jrosenberg on
20 March 2006, 15:40:36 -0600
(2 years 8 months ago)
Issue number: QUARTZ-374
Fixed main Quartz src to comply with checkstyle
./CascadingClassLoadHelper.java
426
./HostnameInstanceIdGenerator.java
426
./PropertySettingJobFactory.java
426
./RAMJobStore.java
426
./SimpleInstanceIdGenerator.java
426
|