Checkout Tools
  • last updated 57 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
  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
    • -2
    • +2
    ./org/quartz/core/QuartzScheduler.java
    • -3
    • +3
    ./org/quartz/impl/StdSchedulerFactory.java
  1. … 11 more files in changeset.
Patched r2454: undefined symbol
    • -1
    • +1
    ./org/quartz/core/QuartzScheduler.java
TAB-5908 Changed skipUpdateCheck to enableUpdateCheck, default is false.
    • -3
    • +3
    ./org/quartz/impl/StdSchedulerFactory.java
    • -1
    • +1
    ./org/quartz/core/QuartzSchedulerResources.java
    • -1
    • +1
    ./org/quartz/core/QuartzScheduler.java
  1. … 11 more files in changeset.
QTZ-468 : ensure failed job retrieval transitions triggers to error state
  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
    • -5
    • +3
    ./org/quartz/core/QuartzScheduler.java
  1. … 2 more files in changeset.
    • -3
    • +5
    ./org/quartz/core/QuartzScheduler.java
  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
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).
  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.
  1. … 1 more file in changeset.
QTZ-403 : StringOperatorName.ANYTHING not supported in StdJDBCJobStore, JMX
    • -0
    • +8
    ./org/quartz/impl/RemoteMBeanScheduler.java
    • -0
    • +20
    ./org/quartz/core/jmx/QuartzSchedulerMBean.java
    • -4
    • +20
    ./org/quartz/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 more file in changeset.
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
    • -36
    • +42
    ./org/quartz/impl/StdSchedulerFactory.java
ENG-96 Make sure exception during shutdown after failed instantiation do not hide original exception
    • -9
    • +11
    ./org/quartz/impl/StdSchedulerFactory.java
ENG-5 : punctuation problem in error message.
QTZ-386 Internal logic to detect during trigger loading it being deleted concurrently
  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.
  1. … 5 more files in changeset.
Fixed QTZ-326: be able to remove trigger even if jobClass is no longer exists.
  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
    • +19
    ./org/quartz/core/QuartzSchedulerThread.java
    • -24
    • +37
    ./org/quartz/simpl/SimpleThreadPool.java
    • -18
    • +1
    ./org/quartz/core/QuartzScheduler.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
    ./org/quartz/core/QuartzSchedulerThread.java
    • -1
    • +1
    ./org/quartz/impl/jdbcjobstore/JobStoreTX.java
    • -22
    • +4
    ./org/quartz/core/QuartzScheduler.java
    • -0
    • +3
    ./org/quartz/spi/SchedulerSignaler.java
    • -0
    • +4
    ./org/quartz/core/SchedulerSignalerImpl.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.