quartz-2.1.x

Checkout Tools
  • last updated 48 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. … 713 more files in changeset.
deleting quartz-2.2.x branch - trunk will become 2.2.0-SNAPSHOT
  1. … 713 more files in changeset.
Create Quartz 2.1.7 release tag.

  1. … 12 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

    • -0
    • +205
    ./quartz/src/test/java/org/quartz/impl/RemoteMBeanSchedulerTest.java
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.
    • -0
    • +4
    ./quartz/.settings/org.eclipse.m2e.core.prefs
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
    • -0
    • +30
    ./quartz/src/test/java/org/quartz/DefaultSchedulerTest.java
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
    • -3
    • +0
    ./docs/dbTables/tables_mysql_innodb.sql