quartz

Checkout Tools
  • last updated 45 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
TAB-6619 : fix batch trigger acquisition logic to prevent early firing of trigger and preserve the fix for DEV-9254
    • -5
    • +9
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 4 more files in changeset.
TAB-5908 Revert changes to system prop for skipping update checks to preserve existing API while preserving new default
  1. … 11 more files in changeset.
Patched r2454: undefined symbol
TAB-5908 Changed skipUpdateCheck to enableUpdateCheck, default is false.
  1. … 11 more files in changeset.
QTZ-468 : ensure failed job retrieval transitions triggers to error state
    • -2
    • +14
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 1 more file in changeset.
clean tabs from JobDetailImpl
QTZ-437 Fixed NPE from JobDetailImpl.hashCode()
  1. … 1 more file in changeset.
revert 2440
  1. … 2 more files in changeset.
  1. … 2 more files in changeset.
TABQA-7341 : Path issue in Quartz XMLSchedulingDataProcessor ,making sure we use toURI() to encode the path, code paths simplified by Chris Dennis
    • -35
    • +16
    ./xml/XMLSchedulingDataProcessor.java
fix doc typo.
a few more tweaks/simplifications (and new test) related to qtz-401 fallout

  1. … 1 more file in changeset.
remove tabs from files (that have been there a long time, and suddenly checkstyle doesn't like them in the monkey's though it is fine with them on the command line).
    • -14
    • +14
    ./impl/triggers/DailyTimeIntervalTriggerImpl.java
  1. … 1 more file in changeset.
QTZ-401: fix issues with computing first fire time of DailyTimeIntervalTrigger when start time is in the past or at other odd timings.
    • -86
    • +85
    ./impl/triggers/DailyTimeIntervalTriggerImpl.java
  1. … 1 more file in changeset.
QTZ-403 : StringOperatorName.ANYTHING not supported in StdJDBCJobStore, JMX
    • -0
    • +3
    ./impl/jdbcjobstore/StdJDBCDelegate.java
    • -0
    • +20
    ./core/jmx/QuartzSchedulerMBean.java
    • -4
    • +20
    ./core/QuartzSchedulerMBeanImpl.java
  1. … 1 more file in changeset.
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
    • -1
    • +1
    ./utils/PoolingConnectionProvider.java
  1. … 1 more file in changeset.
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
ENG-96 Make sure exception during shutdown after failed instantiation do not hide original exception
ENG-5 : punctuation problem in error message.
QTZ-386 Internal logic to detect during trigger loading it being deleted concurrently
    • -6
    • +26
    ./impl/jdbcjobstore/StdJDBCDelegate.java
  1. … 1 more file in changeset.
QTZ-395 Copy constructor now preserves TimeZone
  1. … 1 more file in changeset.
QTZ-326: Ensure we re-throw exception if it's not the case of no class found.
QTZ-326: Fixed xml directives for job override and dup flag to process when existing job class is no longer exist.
    • -16
    • +20
    ./xml/XMLSchedulingDataProcessor.java
  1. … 5 more files in changeset.
Fixed QTZ-326: be able to remove trigger even if jobClass is no longer exists.
    • -1
    • +1
    ./impl/jdbcjobstore/JobStoreSupport.java
    • -2
    • +22
    ./impl/jdbcjobstore/StdJDBCDelegate.java
    • -0
    • +9
    ./impl/jdbcjobstore/DriverDelegate.java
  1. … 1 more file in changeset.
not all JDKs do equality comparison in the same order
QTZ-385 : ensure scheduler thread is shutdown before shutting down thread pool
    • -1
    • +5
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 1 more file in changeset.
QTZ-382 : fix and refactor UpdateRowLockSemaphore
ENG-54 : necessary changes to support Terracotta Rejoin functionality in Quartz (also improves DB failure behavior)
    • -137
    • +15
    ./core/QuartzSchedulerThread.java
    • -105
    • +123
    ./impl/jdbcjobstore/JobStoreSupport.java
  1. … 17 more files in changeset.
QTZ-389: fixed extra contructors not setting complete parameters.
  1. … 1 more file in changeset.
QTZ-369: DailyTimeIntervalTriggerImpl - if afterTime is before startTime, then return startTime directly.
  1. … 1 more file in changeset.