Checkout Tools
  • last updated 29 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes for TAB-4910
    • -1
    • +1
    ./jobs/ee/jms/SendDestinationMessageJob.java
merge 2371 from trunk
  1. … 2 more files in changeset.
revert accidental modification to 2.1.x branch
    • -132
    • +182
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 713 more files in changeset.
deleting quartz-2.2.x branch - trunk will become 2.2.0-SNAPSHOT
    • -182
    • +132
    ./impl/jdbcjobstore/JobStoreSupport.java
  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
    • -18
    • +5
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 1 more file in changeset.
QTZ-348 Fix API usage as method was introduced in Java 6 only

merge 2224

    • -11
    • +15
    ./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
    ./impl/RemoteMBeanScheduler.java
  1. … 1 more file in changeset.
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
    ./impl/RemoteMBeanScheduler.java
  1. … 1 more file in changeset.
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

    • -58
    • +49
    ./impl/RemoteMBeanScheduler.java
  1. … 1 more file in changeset.
QTZ-337 Change creation of PoolingConnectionProvider so that all defined properties are honored.
QTZ-350 : getResource(..) and getResourceAsStream(..) not returning first result.
    • -3
    • +11
    ./simpl/CascadingClassLoadHelper.java
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
    • -35
    • +35
    ./impl/jdbcjobstore/JobStoreSupport.java
QTZ-331 Fix boundary condition in getFireTimeAfter when afterTime parameter was under 1 sec of fire time
  1. … 1 more file in changeset.
QTZ-327 SimpleTrigger without repeat information now has a repeat-count of 0 instead of -1 (Infinite)
  1. … 2 more files in changeset.
QTZ-330 Fix and test for corner case in CalendarIntervalTriggerImpl.getFireTimeAfter due to daylight savings
  1. … 1 more file in changeset.
QTZ-321 Only test on durability for adding a job detail without trigger
  1. … 1 more file in changeset.
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
    • -1
    • +1
    ./impl/jdbcjobstore/JobStoreSupport.java
update online docs ref in javadoc
QTZ-303: made CUBRID delegate compilable on JDK 1.5
    • -4
    • +14
    ./impl/jdbcjobstore/CUBRIDDelegate.java
QTZ-300 : javadoc clarification

  1. … 1 more file in changeset.
revert 2112

    • -40
    • +27
    ./impl/jdbcjobstore/StdJDBCDelegate.java
QTZ-303 : Add support for CUBRID database

    • -0
    • +150
    ./impl/jdbcjobstore/CUBRIDDelegate.java
  1. … 1 more file in changeset.
QTZ-306 : StdJDBCDelegate fails to free its blobs

    • -20
    • +33
    ./impl/jdbcjobstore/StdJDBCDelegate.java
  1. … 1 more file in changeset.
QTZ-307 : Incomprehensible JavaDoc for JobBuilder.storeDurably

  1. … 1 more file in changeset.
QTZ-313: DateBuilder.build() does not truncate 1 when setting the Calendar month

  1. … 1 more file in changeset.