Checkout Tools
  • last updated 36 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge 2453 from trunk
  1. … 1 more file in changeset.
Changes for TAB-4910
merge 2371 from trunk
  1. … 1 more file in changeset.
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.
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
    • -11
    • +0
    ./main/java/org/quartz/simpl/RAMJobStore.java
QTZ-348 Fix API usage as method was introduced in Java 6 only

merge 2224

    • -11
    • +15
    ./main/java/org/quartz/impl/RemoteMBeanScheduler.java
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

    • -84
    • +97
    ./main/java/org/quartz/impl/RemoteMBeanScheduler.java
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

    • -50
    • +73
    ./main/java/org/quartz/impl/RemoteMBeanScheduler.java
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
    ./test/java/org/quartz/impl/RemoteMBeanSchedulerTest.java
    • -58
    • +49
    ./main/java/org/quartz/impl/RemoteMBeanScheduler.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.
  1. … 4 more files in changeset.
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
    • -1
    • +1
    ./main/java/org/quartz/core/QuartzScheduler.java
    • -0
    • +30
    ./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
update online docs ref in javadoc
QTZ-303: made CUBRID delegate compilable on JDK 1.5
merge r2125 from 2.2.x to 2.1.x
  1. … 6 more files in changeset.
QTZ-300 : javadoc clarification