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: 431 ( +0, -1 )

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

793 annotated / raw | Diffs: previous, other | Lines: 432 ( +2, -1 )

Created: 2008-04-24 10:42:11 -0500 (8 months ago) | Author: jhouse | Changeset: 793

QUARTZ-632: Scheduling change causes a paused/blocked scheduler to do unnecessary trigger release

Properties

 svn:eol-style = native

703 annotated / raw | Diffs: previous, other | Lines: 431 ( +122, -120 )

Created: 2007-05-01 21:07:19 -0500 (20 months ago) | Author: bayard | Changeset: 703

Wrapping the body of the run() method in a try-finally so that the UserTransaction in JTAJobRunShell is assured of being released as per QUARTZ-340

Properties

 svn:eol-style = native

658 annotated / raw | Diffs: previous, other | Lines: 429 ( +1, -2 )

Created: 2007-03-10 07:02:55 -0600 (22 months ago) | Author: perfnorm | Changeset: 658

Fixed checkstyle warnings

Properties

 svn:eol-style = native

651 annotated / raw | Diffs: previous, other | Lines: 430 ( +25, -2 )

Created: 2006-11-06 12:15:36 -0600 (2 years 2 months ago) | Author: jhouse | Changeset: 651

QUARTZ-432 - Having a TriggerListener veto a StatefulJob strands the Trigger in BLOCKED state

Branch point for: quartz_1-6

Properties

 svn:eol-style = native

636 annotated / raw | Diffs: previous, other | Lines: 407 ( +1, -1 )

Created: 2006-09-24 07:17:00 -0500 (2 years 3 months ago) | Author: perfnorm | Changeset: 636

Issue number: QUARTZ-514
Catch all exceptions thrown by a job's execution including those that extend java.lang.Error such as out of memory.

Properties

 svn:eol-style = native

424 annotated / raw | Diffs: previous, other | Lines: 407 ( +20, -16 )

Created: 2006-03-20 13:19:06 -0600 (2 years 9 months ago) | Author: jrosenberg | Changeset: 424

Issue number: QUARTZ-374, QUARTZ-340
Fixed to comply with checkstyle
Fixed completeTriggerRetryLoop check

Tags: quartz_1-6-0-alpha

Properties

 svn:eol-style = native

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

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

341 annotated / raw | Diffs: previous, other | Lines: 404 ( +1, -9 )

Created: 2006-02-24 09:52:31 -0600 (2 years 10 months ago) | Author: jrosenberg | Changeset: 341

Issue number:  QUARTZ-325
Removed Exception catch which was redundant with Throwable catch

Properties

 svn:eol-style = native

307 annotated / raw | Diffs: previous, other | Lines: 412 ( +8, -0 )

Created: 2006-02-11 18:27:46 -0600 (2 years 10 months ago) | Author: jhouse | Changeset: 307

Issue number:  QUARTZ-312
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

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

Created: 2005-07-12 22:16:40 -0500 (3 years 5 months ago) | Author: jhouse | Changeset: 151

clean up some messy imports.
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

Properties

 svn:eol-style = native

145 new annotated / raw | Lines: 405 ( +405, -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 20:53 -0600