Checkout Tools
  • last updated 52 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. … 3 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
    ./main/java/org/quartz/core/QuartzScheduler.java
  1. … 5 more files in changeset.
Patched r2454: undefined symbol
    • -1
    • +1
    ./main/java/org/quartz/core/QuartzScheduler.java
TAB-5908 Changed skipUpdateCheck to enableUpdateCheck, default is false.
    • -1
    • +1
    ./main/java/org/quartz/core/QuartzScheduler.java
  1. … 5 more files in changeset.
fix these tests permanently (or at least until 2051)
QTZ-468 : no need to wait unnecessarily in tests
QTZ-468 : ensure failed job retrieval transitions triggers to error state
clean tabs from JobDetailImpl
QTZ-437 Fixed NPE from JobDetailImpl.hashCode()
    • -0
    • +19
    ./test/java/org/quartz/impl/JobDetailImplTest.java
revert 2440
    • -5
    • +3
    ./main/java/org/quartz/core/QuartzScheduler.java
  1. … 1 more file in changeset.
    • -3
    • +5
    ./main/java/org/quartz/core/QuartzScheduler.java
  1. … 1 more file 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.
    • -2
    • +2
    ./main/java/org/quartz/CronExpression.java
MNK-5609 : rewrite this test to not make assumption about the performance of the test machine
a few more tweaks/simplifications (and new test) related to qtz-401 fallout

    • -165
    • +217
    ./test/java/org/quartz/DailyTimeIntervalScheduleBuilderTest.java
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).
QTZ-401: fix issues with computing first fire time of DailyTimeIntervalTrigger when start time is in the past or at other odd timings.
QTZ-403 : StringOperatorName.ANYTHING not supported in StdJDBCJobStore, JMX
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
    • -0
    • +106
    ./test/java/org/quartz/utils/PoolingConnectionProviderTest.java
Fixed QTZ-249 - Allow user to configure the default PoolingConnectionProvider to set C3P0 extra properties.
Added couple re-usable base classes for building easy integration tests with In-Memory and Database Schedulers.
MNK-5512 : try and be nice to derby - don't shutdown derby until the job thread has terminated
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
QTZ-395 Copy constructor now preserves TimeZone
    • -1
    • +1
    ./main/java/org/quartz/CronExpression.java
    • -0
    • +13
    ./test/java/org/quartz/CronExpressionTest.java
QTZ-385 : add test coverage
    • -0
    • +136
    ./test/java/org/quartz/core/QTZ385Test.java
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.
    • -0
    • +33
    ./test/resources/org/quartz/xml/overwrite-no-jobclass.xml
QTZ-382 : add unit test for UpdateLockRowSemaphore
  1. … 1 more file in changeset.