Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 838 145

latest revision download trunk

838 annotated / raw | Diffs: previous, other | Lines: 1614 ( +6, -0 )

Created: 2008-09-05 18:07:47 -0500 (4 months 4 days ago) | Author: jhouse | Changeset: 838

QUARTZ-691: improper calculation of whether newly added trigger is earlier than the currently acquired trigger.

Properties

 svn:eol-style = native

813 annotated / raw | Diffs: previous, other | Lines: 1608 ( +20, -1 )

Created: 2008-08-01 17:56:18 -0500 (5 months 8 days ago) | Author: jhouse | Changeset: 813

QUARTZ-659: RamJobStore does not remember paused job groups

Properties

 svn:eol-style = native

784 annotated / raw | Diffs: previous, other | Lines: 1589 ( +20, -24 )

Created: 2008-04-10 12:41:09 -0500 (9 months ago) | Author: jhouse | Changeset: 784

QUARTZ-657: Deadlock in RAMJobStore - change all synchronization to be upon triggerLock, since we can't rely on order of operations to avoid deadlocks.

Properties

 svn:eol-style = native

775 annotated / raw | Diffs: previous, other | Lines: 1593 ( +4, -14 )

Created: 2008-03-21 11:46:13 -0500 (9 months ago) | Author: jhouse | Changeset: 775

QUARTZ-563: RAMJobStore.triggerFired() fails to return null in some cases

Properties

 svn:eol-style = native

735 annotated / raw | Diffs: previous, other | Lines: 1603 ( +2, -0 )

Created: 2007-10-21 14:05:48 -0500 (14 months ago) | Author: jhouse | Changeset: 735

QUARTZ-521 : possible infinite loop during deletion of trigger if it was already removed/replaced.

Properties

 svn:eol-style = native

725 annotated / raw | Diffs: previous, other | Lines: 1601 ( +3, -1 )

Created: 2007-09-19 01:20:22 -0500 (15 months ago) | Author: bayard | Changeset: 725

Applying the patch from QUARTZ-581 to null protect the tnft variable

Properties

 svn:eol-style = native

723 annotated / raw | Diffs: previous, other | Lines: 1599 ( +15, -9 )

Created: 2007-09-07 09:51:19 -0500 (16 months ago) | Author: bayard | Changeset: 723

Applying the patch from QUARTZ-606 based on Marko's suggested change in Quartz.NET

Properties

 svn:eol-style = native

709 annotated / raw | Diffs: previous, other | Lines: 1593 ( +1, -0 )

Created: 2007-05-07 13:07:05 -0500 (20 months ago) | Author: bayard | Changeset: 709

Applying patches from QUARTZ-465 so that triggerFinalized is notified in the right places

Properties

 svn:eol-style = native

705 annotated / raw | Diffs: previous, other | Lines: 1592 ( +1, -1 )

Created: 2007-05-03 12:23:00 -0500 (20 months ago) | Author: bayard | Changeset: 705

Removing unnecessary package name

Properties

 svn:eol-style = native

592 annotated / raw | Diffs: previous, other | Lines: 1592 ( +15, -3 )

Created: 2006-07-13 05:40:53 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 592

Issue number: Checkstyle
Fixed checkstyle warnings

Branch point for: quartz_1-6

Tags: quartz_1-6-0-alpha

Properties

 svn:eol-style = native

583 annotated / raw | Diffs: previous, other | Lines: 1580 ( +2, -2 )

Created: 2006-07-11 17:45:48 -0500 (2 years 5 months ago) | Author: jhouse | Changeset: 583

makes locks final, just because.

Properties

 svn:eol-style = native

582 annotated / raw | Diffs: previous, other | Lines: 1580 ( +78, -88 )

Created: 2006-07-11 17:42:13 -0500 (2 years 5 months ago) | Author: jhouse | Changeset: 582

QUARTZ-107 - different operation between RAMJobStore and JobStoreTX

Properties

 svn:eol-style = native

579 annotated / raw | Diffs: previous, other | Lines: 1590 ( +32, -183 )

Created: 2006-07-07 14:18:09 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 579

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 implementation of priority.

Properties

 svn:eol-style = native

549 annotated / raw | Diffs: previous, other | Lines: 1741 ( +1, -0 )

Created: 2006-06-06 10:12:46 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 549

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)

Properties

 svn:eol-style = native

548 annotated / raw | Diffs: previous, other | Lines: 1740 ( +2, -5 )

Created: 2006-06-06 10:10:48 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 548

Issue number: QUARTZ-458
Clone a trigger when it is being stored so that user changes after the store call are ignored.

Properties

 svn:eol-style = native

545 annotated / raw | Diffs: previous, other | Lines: 1743 ( +5, -2 )

Created: 2006-06-01 09:29:08 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 545

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.

Properties

 svn:eol-style = native

436 annotated / raw | Diffs: previous, other | Lines: 1740 ( +5, -4 )

Created: 2006-03-24 10:24:38 -0600 (2 years 9 months ago) | Author: jrosenberg | Changeset: 436

Issue number:  QUARTZ-306
Don't return misfired triggers that we have rescheduled.

Properties

 svn:eol-style = native

426 annotated / raw | Diffs: previous, other | Lines: 1739 ( +310, -247 )

Created: 2006-03-20 15:40:36 -0600 (2 years 9 months ago) | Author: jrosenberg | Changeset: 426

Issue number: QUARTZ-374
Fixed main Quartz src to comply with checkstyle

Properties

 svn:eol-style = native

413 annotated / raw | Diffs: previous, other | Lines: 1676 ( +3, -1 )

Created: 2006-03-16 11:03:27 -0600 (2 years 9 months ago) | Author: jrosenberg | Changeset: 413

Issue number: QUARTZ-369
Cleaned up the logging to be consistent, following these rules:
1. Do not cache the log statically, to avoid potential redeployment issues.
2. Where appropriate, do cache the log in a private final member. By appropriate, I mean if the class always uses the log during normal execution, or if very few of the object are ever created.
For example, AttributeRestoringConnectionWrapper does not cache the log because it only uses the log for warning cases, and an instance is created per connection.
   private final Log log = LogFactory.getLog(getClass());
3. Expose the log through a protected non-static getLog() method that can be then used by any subclass (existing public methods are left public for backwards compatibility, though in a few cases a static getLog() method was changed to be non-static which would break backwards compatibility if the methods were being used, though it seems extremely unlikely they would be.)
4. Pass getClass() to LogFactory.getLog() rather than ClassName.class, so that subclasses always get the correct category name
5. One exception to these rules is UserTransactionHelper which is an all static class, and so has a static getLog method, does not cache the log, and must use the UserTransactionHelper.class category.
6. Also did a quick run through to make sure any debug messages that are building strings dynamically are protected by isDebugEnabled()

Properties

 svn:eol-style = native

386 annotated / raw | Diffs: previous, other | Lines: 1674 ( +16, -15 )

Created: 2006-03-07 12:38:37 -0600 (2 years 10 months ago) | Author: jrosenberg | Changeset: 386

Issue number: QUARTZ-359
Remove unnecessary map key lookups by using entrySet() (or in once case of StdJDBCDelegate.convertFromProperty() just passing the Properties to add to the HashMap constructor)

Properties

 svn:eol-style = native

365 annotated / raw | Diffs: previous, other | Lines: 1673 ( +1, -1 )

Created: 2006-03-03 11:34:14 -0600 (2 years 10 months ago) | Author: jrosenberg | Changeset: 365

Issue number:  QUARTZ-346
Cleaned up javadoc warnings

Properties

 svn:eol-style = native

281 annotated / raw | Diffs: previous, other | Lines: 1673 ( +174, -27 )

Created: 2005-11-13 00:49:14 -0600 (3 years 1 month ago) | Author: jhouse | Changeset: 281

Issue number:  QUARTZ-249
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

175 annotated / raw | Diffs: previous, other | Lines: 1526 ( +1, -0 )

Created: 2005-07-19 20:26:27 -0500 (3 years 5 months ago) | Author: jhouse | Changeset: 175

fix bug of distant-firing trigger being removed from the list of triggers to fire.
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Branch point for: b_quartz_1-5-x

Tags: quartz_1_5_0_rc1 v1_5_0 quartz_1-5-1 quartz_1-5-2

Properties

 svn:eol-style = native

169 annotated / raw | Diffs: previous, other | Lines: 1525 ( +85, -56 )

Created: 2005-07-16 23:20:18 -0500 (3 years 5 months ago) | Author: jhouse | Changeset: 169

Issue number:  QUARTZ-221
Obtained from: jhouse
Submitted by:  jhouse
Reviewed by:   jhouse
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

145 new annotated / raw | Lines: 1496 ( +1496, -0 )

Created: 2005-07-12 15:28:48 -0500 (3 years 5 months ago) | Author: jhouse | Changeset: 145

new files (reorganizing repository)
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Properties

 svn:eol-style = native

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 2009-01-09 21:39 -0600