Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

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.

./impl/jdbcjobstore/JobStoreSupport.java 838 history download (+7 -0) diffs

./core/JobRunShell.java 838 history download (+0 -1) diffs

./core/QuartzSchedulerThread.java 838 history download (+4 -3) diffs

./simpl/RAMJobStore.java 838 history download (+6 -0) diffs

837 by jhouse on 25 August 2008, 14:17:30 -0500 (3 months 6 days ago) fix bug in patch for QUARTZ-640.

./CronExpression.java 837 history download (+2 -2) diffs

… 1 more file in changeset.
832 by jhouse on 21 August 2008, 08:46:09 -0500 (3 months 11 days ago) ambiguate wording in docs a bit ;-)

./Trigger.java 832 history download (+4 -4) diffs

830 by jhouse on 20 August 2008, 16:24:51 -0500 (3 months 11 days ago) QUARTZ-688: triggers firing early.

./core/QuartzSchedulerThread.java 830 history download (+8 -4) diffs

828 by jhouse on 20 August 2008, 08:49:13 -0500 (3 months 12 days ago) fix type-o.

./JobExecutionContext.java 828 history download (+1 -1) diffs

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.

./core/QuartzSchedulerThread.java 824 history download (+100 -139) diffs

./simpl/SimpleThreadPool.java 824 history download (+23 -12) diffs

823 by jhouse on 19 August 2008, 23:21:43 -0500 (3 months 12 days ago) QUARTZ-579: TimeZone setting lost when setCronExpression(String) is called.

./CronTrigger.java 823 history download (+14 -1) diffs

822 by jhouse on 03 August 2008, 15:18:39 -0500 (3 months 28 days ago) QUARTZ-675: FileScanJob cannot load files with spaces or special characters in path.

./jobs/FileScanJob.java 822 history download (+2 -1) diffs

./plugins/xml/JobInitializationPlugin.java 822 history download (+3 -2) diffs

821 by jhouse on 02 August 2008, 23:05:52 -0500 (3 months 29 days ago) QUARTZ-686: New config property: org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializer

./core/QuartzSchedulerResources.java 821 history download (+19 -0) diffs

./core/QuartzSchedulerThread.java 821 history download (+5 -0) diffs

./impl/StdSchedulerFactory.java 821 history download (+10 -0) diffs

./impl/jdbcjobstore/JobStoreSupport.java 821 history download (+29 -0) diffs

820 by jhouse on 02 August 2008, 21:56:41 -0500 (3 months 29 days ago) QUARTZ-683: Error saving recovery trigger during cluster recovery for volatile jobs.

./impl/jdbcjobstore/JobStoreSupport.java 820 history download (+1 -0) diffs

819 by jhouse on 02 August 2008, 21:45:56 -0500 (3 months 29 days ago) DOCS ADDITION

./impl/jdbcjobstore/CloudscapeDelegate.java 819 history download (+2 -1) diffs

817 by jhouse on 02 August 2008, 21:28:51 -0500 (3 months 29 days ago) QUARTZ-679: AnnualCalendar is not usable over time and when you persist it
QUARTZ-680: AnnualCalendar isDayExcluded doesn't take the basecalendar into accounT

./impl/calendar/AnnualCalendar.java 817 history download (+72 -8) diffs

… 1 more file in changeset.
816 by jhouse on 02 August 2008, 21:26:33 -0500 (3 months 29 days ago) QUARTZ-678: CronTrigger may return a firing time not included in the calender

./CronTrigger.java 816 history download (+20 -5) diffs

815 by jhouse on 02 August 2008, 21:23:57 -0500 (3 months 29 days ago) QUARTZ-667: FileScanJob can only access files in WEB-INF/lib

./jobs/FileScanJob.java 815 history download (+2 -1) diffs

814 by jhouse on 02 August 2008, 15:40:35 -0500 (3 months 29 days ago) QUARTZ-673: Update docs to reflect limits of '#' character in day-of-week field.

./CronExpression.java 814 history download (+3 -1) diffs

813 by jhouse on 01 August 2008, 17:56:18 -0500 (4 months ago) QUARTZ-659: RamJobStore does not remember paused job groups

./simpl/RAMJobStore.java 813 history download (+20 -1) diffs

… 1 more file in changeset.
812 by jhouse on 01 August 2008, 08:32:14 -0500 (4 months 1 day ago) QUARTZ-685 - JobDetail.equals() method had a recent copy-paste issue introduced to it.

./JobDetail.java 812 history download (+1 -1) diffs

811 by jhouse on 20 June 2008, 08:38:51 -0500 (5 months 12 days ago) QUARTZ-674: Superfluous info logged in SimpleThreadPool shutdown()

./simpl/SimpleThreadPool.java 811 history download (+0 -7) diffs

810 by jhouse on 16 June 2008, 09:22:30 -0500 (5 months 16 days ago) QUARTZ-665: Null pointer exception in Trigger.equals(), JobDetail.equals()

./JobDetail.java 810 history download (+28 -0) diffs

./Trigger.java 810 history download (+10 -3) diffs

… 1 more file in changeset.
809 by jhouse on 08 May 2008, 18:14:40 -0500 (6 months ago) QUARTZ-662: NullPointerException in NthIncludedDayTrigger.getFinalFireTime()

./NthIncludedDayTrigger.java 809 history download (+7 -2) diffs

808 by bayard on 08 May 2008, 09:59:32 -0500 (6 months ago) Adding an exception throwing when the day of week or day of month contains both an L and numbers as that is not (yet) supported. Reported in QUARTZ-640 by Rex Wong

./CronExpression.java 808 history download (+10 -0) diffs

… 1 more file in changeset.
802 by jhouse on 29 April 2008, 14:36:19 -0500 (7 months ago) fix issue with constructor param not being set on member variable for RecoverMisfiredJobResult.

./impl/jdbcjobstore/JobStoreSupport.java 802 history download (+2 -1) diffs

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

./jobs/FileScanJob.java 796 history download (+14 -1) diffs

./plugins/xml/JobInitializationPlugin.java 796 history download (+6 -21) diffs

./simpl/CascadingClassLoadHelper.java 796 history download (+14 -2) diffs

./simpl/InitThreadContextClassLoadHelper.java 796 history download (+11 -1) diffs

./simpl/LoadingLoaderClassLoadHelper.java 796 history download (+8 -2) diffs

… 4 more files in changeset.
793 by jhouse on 24 April 2008, 10:42:11 -0500 (7 months ago) QUARTZ-632: Scheduling change causes a paused/blocked scheduler to do unnecessary trigger release

./core/JobRunShell.java 793 history download (+2 -1) diffs

./core/QuartzScheduler.java 793 history download (+19 -19) diffs

./core/QuartzSchedulerResources.java 793 history download (+1 -0) diffs

./core/QuartzSchedulerThread.java 793 history download (+96 -32) diffs

./core/SchedulerSignalerImpl.java 793 history download (+12 -4) diffs

… 5 more files in changeset.
791 by jhouse on 20 April 2008, 17:02:30 -0500 (7 months ago) fix copy-paste bugs introduced with last change for fixes to QUARTZ-650 (third times the charm?)

./SimpleTrigger.java 791 history download (+2 -2) diffs

788 by jhouse on 13 April 2008, 14:44:48 -0500 (7 months ago) Fix NPE introduced by recent changes for QUARTZ-650

./SimpleTrigger.java 788 history download (+24 -6) diffs

787 by eagle79 on 12 April 2008, 11:08:58 -0500 (7 months ago) Fixes for QUARTZ-549

./NthIncludedDayTrigger.java 787 history download (+13 -5) diffs

… 1 more file in changeset.
785 by jhouse on 10 April 2008, 18:25:02 -0500 (7 months ago) QUARTZ-638: synchronize access/mutation of 'signaled' value.

./core/QuartzSchedulerThread.java 785 history download (+28 -16) diffs

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.

./simpl/RAMJobStore.java 784 history download (+20 -24) diffs

783 by jhouse on 26 March 2008, 21:34:42 -0500 (8 months ago) QUARTZ-641: Invalid run triggers with startTime older than about 248 days

./core/QuartzSchedulerThread.java 783 history download (+5 -5) diffs

earlier earlier | later later
Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 10:03 -0600