Quartz

Checkout Tools
  • last updated 41 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge 2453 from trunk
Changes for TAB-4910
merge 2371 from trunk
MNK-5051 : make sure we define the source file encoding
revert accidental modification to 2.1.x branch
  1. … 699 more files in changeset.
deleting quartz-2.2.x branch - trunk will become 2.2.0-SNAPSHOT
    • -182
    • +0
    /branches/quartz-2.2.x/quartz/pom.xml
  1. … 699 more files in changeset.
Create Quartz 2.1.7 release tag.

    • -0
    • +340
    /tags/quartz-2.1.7/pom.xml
    • -0
    • +78
    /tags/quartz-2.1.7/quartz-all/pom.xml
    • -0
    • +188
    /tags/quartz-2.1.7/examples/pom.xml
    • -0
    • +26
    /tags/quartz-2.1.7/quartz-commonj/pom.xml
    • -1
    • +1
    /branches/quartz-2.1.x/examples/pom.xml
    • -1
    • +1
    /branches/quartz-2.1.x/quartz-all/pom.xml
    • -0
    • +31
    /tags/quartz-2.1.7/quartz-weblogic/pom.xml
    • -0
    • +15
    /tags/quartz-2.1.7/quartz-stubs/pom.xml
  1. … 8 more files in changeset.
QTZ-355 : some quick fixes - issue not yet fully settled
DEV-9254 : no reason we should be excluding triggers based on the fire time of the first selected trigger
QTZ-348 Fix API usage as method was introduced in Java 6 only

merge 2224

QTZ-348 Work out JMX remoting for operations: fixing wiring where it is possible, making failure explicit where it is not.

Added tests for RemoteMBeanScheduler showing current status

QTZ-348 Work out JMX remoting for operations: fixing wiring where it is possible, making failure explicit where it is not.

Added tests for RemoteMBeanScheduler showing current status - Work in progress

QTZ-348 Work out JMX remoting for attributes (get/is accessors): fixing wiring where it is possible, making failure explicit where it is not.

Added a test for RemoteMBeanSchedule showing current status

QTZ-337 Change creation of PoolingConnectionProvider so that all defined properties are honored.
QTZ-350 : getResource(..) and getResourceAsStream(..) not returning first result.
fix funny formatting from contributed patch
QTZ-336 : was possible to miss a schedule changed signal and wait longer than necessary.
Javadoc fixes: typos and references
QTZ-331 Fix boundary condition in getFireTimeAfter when afterTime parameter was under 1 sec of fire time
QTZ-329 Adapt cron expression regular expression to support , and - together in same cron field
QTZ-327 SimpleTrigger without repeat information now has a repeat-count of 0 instead of -1 (Infinite)
Fix daylight savings tests so they do not rely on default timezone to pass
QTZ-330 Fix and test for corner case in CalendarIntervalTriggerImpl.getFireTimeAfter due to daylight savings
QTZ-321 Only test on durability for adding a job detail without trigger
QTZ-346 : add default constructor to enable explicit use
QTZ-333 : unnecessary use of intern() in DBSemaphore class (originally there as a result of copying SimpleSemaphore class to create DBSemaphore a decade ago - which may also actually no longer need to use intern()).
QTZ-342 : possible failure to release a lock when using SimpleSemaphore
QTZ-322 : Typo in Job Scheduling Data XSD
QTZ-317 : Quartz tables_oracle.sql script is slightly broken
QTZ-325 : innodb mysql schema contains duplicate indexes