impl

Checkout Tools
  • last updated 18 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. … 5 more files in changeset.
TAB-5908 Revert changes to system prop for skipping update checks to preserve existing API while preserving new default
  1. … 12 more files in changeset.
TAB-5908 Changed skipUpdateCheck to enableUpdateCheck, default is false.
  1. … 13 more files in changeset.
QTZ-468 : ensure failed job retrieval transitions triggers to error state
    • -2
    • +14
    ./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.
a few more tweaks/simplifications (and new test) related to qtz-401 fallout

    • -13
    • +2
    ./triggers/DailyTimeIntervalTriggerImpl.java
  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
    ./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
    ./triggers/DailyTimeIntervalTriggerImpl.java
  1. … 1 more file in changeset.
QTZ-403 : StringOperatorName.ANYTHING not supported in StdJDBCJobStore, JMX
  1. … 3 more files 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
QTZ-386 Internal logic to detect during trigger loading it being deleted concurrently
    • -6
    • +26
    ./jdbcjobstore/StdJDBCDelegate.java
  1. … 1 more file in changeset.
Fixed QTZ-326: be able to remove trigger even if jobClass is no longer exists.
    • -2
    • +22
    ./jdbcjobstore/StdJDBCDelegate.java
  1. … 1 more file in changeset.
QTZ-385 : ensure scheduler thread is shutdown before shutting down thread pool
  1. … 4 more files in changeset.
QTZ-382 : fix and refactor UpdateRowLockSemaphore
    • -79
    • +45
    ./jdbcjobstore/UpdateLockRowSemaphore.java
ENG-54 : necessary changes to support Terracotta Rejoin functionality in Quartz (also improves DB failure behavior)
    • -105
    • +123
    ./jdbcjobstore/JobStoreSupport.java
  1. … 23 more files in changeset.
QTZ-389: fixed extra contructors not setting complete parameters.
    • -1
    • +4
    ./triggers/DailyTimeIntervalTriggerImpl.java
  1. … 1 more file in changeset.
QTZ-369: DailyTimeIntervalTriggerImpl - if afterTime is before startTime, then return startTime directly.
    • -0
    • +5
    ./triggers/DailyTimeIntervalTriggerImpl.java
  1. … 1 more file in changeset.
QTZ-323: correctly set thread name prefix for thread pool
  1. … 1 more file in changeset.
QTZ-280 : clarify the effect of setting LockOnInsert to false
QTZ-315 : incliude both scheduled and fired time in recovery job data - align and correct various recovery job behaviors
    • -0
    • +10
    ./jdbcjobstore/FiredTriggerRecord.java
    • -22
    • +27
    ./jdbcjobstore/StdJDBCDelegate.java
  1. … 48 more files in changeset.
QTZ-306 : Modify CacheDelegate to correctly free Blob instances
    • -3
    • +124
    ./jdbcjobstore/CacheDelegate.java
QTZ-275 : Allow 'triggerless' initial storing of non-durable jobs.
  1. … 4 more files in changeset.
QTZ-368 : JDBC JobStore : For group matchers that use 'equals' operator, use sql =, rather than 'like'
    • -4
    • +25
    ./jdbcjobstore/StdJDBCDelegate.java
    • -2
    • +12
    ./jdbcjobstore/StdJDBCConstants.java
  1. … 1 more file in changeset.
clean-up warnings in javadoc and code (many changes are enabled by no longer supporting java 1.5)
    • -20
    • +13
    ./triggers/DailyTimeIntervalTriggerImpl.java
    • -3
    • +4
    ./jdbcjobstore/DailyTimeIntervalTriggerPersistenceDelegate.java
    • -7
    • +3
    ./triggers/CalendarIntervalTriggerImpl.java
  1. … 12 more files in changeset.
QTZ-366: remove deprecated CloudscapeDelegate
    • -86
    • +0
    ./jdbcjobstore/CloudscapeDelegate.java
  1. … 4 more files in changeset.
QTZ-367 : cleanup DriverDelegate constructors, initialization
    • -36
    • +12
    ./jdbcjobstore/StdJDBCDelegate.java
    • -30
    • +0
    ./jdbcjobstore/PostgreSQLDelegate.java
    • -37
    • +11
    ./jdbcjobstore/JobStoreSupport.java
    • -30
    • +0
    ./jdbcjobstore/CloudscapeDelegate.java
    • -31
    • +0
    ./jdbcjobstore/PointbaseDelegate.java
  1. … 5 more files in changeset.
change TODO note to better ignore for short term
clean-up warnings in javadoc and code, also resolve a number of in-code "TODOs"
    • -115
    • +115
    ./jdbcjobstore/JobStoreSupport.java
  1. … 8 more files in changeset.