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 822 145

latest revision download trunk

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

Created: 2008-08-03 15:18:39 -0500 (3 months 18 days ago) | Author: jhouse | Changeset: 822

QUARTZ-675: FileScanJob cannot load files with spaces or special characters in path.

Properties

 svn:eol-style = native

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

Created: 2008-08-02 21:23:57 -0500 (3 months 18 days ago) | Author: jhouse | Changeset: 815

QUARTZ-667: FileScanJob can only access files in WEB-INF/lib

Properties

 svn:eol-style = native

796 annotated / raw | Diffs: previous, other | Lines: 134 ( +14, -1 )

Created: 2008-04-25 21:02:43 -0500 (6 months ago) | Author: jhouse | Changeset: 796

QUARTZ-577: JobInitializationPlugin can't find quartz-jobs.xml within a JAR file

Properties

 svn:eol-style = native

453 annotated / raw | Diffs: previous, other | Lines: 121 ( +9, -8 )

Created: 2006-04-13 12:46:24 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 453

Issue number: QUARTZ-410
Use the Merged JobDataMap from the JobExecutionContext rather than the JobDataMap from the JobDetail so users can override parameters in their Triggers' JobDataMaps.

Branch point for: quartz_1-6

Tags: quartz_1-6-0-alpha

Properties

 svn:eol-style = native

426 annotated / raw | Diffs: previous, other | Lines: 120 ( +10, -8 )

Created: 2006-03-20 15:40:36 -0600 (2 years 8 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: 118 ( +4, -4 )

Created: 2006-03-16 11:03:27 -0600 (2 years 8 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

172 annotated / raw | Diffs: previous, other | Lines: 118 ( +15, -5 )

Created: 2005-07-17 17:57:35 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 172

Issue number:  QUARTZ-94, QUARTZ-154
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.

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

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

Created: 2005-07-12 15:28:48 -0500 (3 years 4 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 2008-11-21 16:53 -0600