impl

Checkout Tools
  • last updated 55 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
QTZ-437 Fixed NPE from JobDetailImpl.hashCode()
    • -0
    • +19
    ./JobDetailImplTest.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).
    • -444
    • +444
    ./triggers/DailyTimeIntervalTriggerImplTest.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.
    • -10
    • +34
    ./triggers/DailyTimeIntervalTriggerImplTest.java
  1. … 1 more file in changeset.
QTZ-386 Internal logic to detect during trigger loading it being deleted concurrently
    • -0
    • +100
    ./jdbcjobstore/StdJDBCDelegateTest.java
  1. … 1 more file in changeset.
QTZ-382 : add unit test for UpdateLockRowSemaphore
    • -0
    • +107
    ./jdbcjobstore/UpdateLockRowSemaphoreTest.java
  1. … 1 more file in changeset.
Fixed QTZ-326: be able to remove trigger even if jobClass is no longer exists.
    • -0
    • +128
    ./jdbcjobstore/DeleteNonExistsJobTest.java
  1. … 3 more files in changeset.
ENG-54 : necessary changes to support Terracotta Rejoin functionality in Quartz (also improves DB failure behavior)
    • -0
    • +19
    ./jdbcjobstore/JdbcQuartzTestUtilities.java
  1. … 24 more files in changeset.
QTZ-389: fixed extra contructors not setting complete parameters.
    • -0
    • +37
    ./triggers/DailyTimeIntervalTriggerImplTest.java
  1. … 1 more file in changeset.
QTZ-369: DailyTimeIntervalTriggerImpl - if afterTime is before startTime, then return startTime directly.
    • -0
    • +60
    ./triggers/DailyTimeIntervalTriggerImplTest.java
  1. … 1 more file in changeset.
QTZ-367 : cleanup DriverDelegate constructors, initialization
    • -2
    • +3
    ./jdbcjobstore/StdJDBCDelegateTest.java
  1. … 18 more files in changeset.
clean-up warnings in javadoc and code, also resolve a number of in-code "TODOs"
    • -0
    • +50
    ./matchers/GroupMatcherTest.java
  1. … 9 more files 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

merge 2219

  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

merge 2218

  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

merge 2215

    • -0
    • +205
    ./RemoteMBeanSchedulerTest.java
  1. … 1 more file in changeset.
QTZ-301 Merge branch 2.2.x to trunk : copied classes and resources from quartz 2.2.x to quartz-core, quartz-plugins and quartz-jobs in trunk; fixed pom for examples and system tests modules to reference quartz-core; merged the quartz 2.2.x integrations tests to quartz-core and quartz-plugins tests; mvn clean install passes, import to eclipse ide with m2e works fine too
    • -3
    • +2
    ./jdbcjobstore/StdJDBCDelegateTest.java
    • -0
    • +34
    ./StdSchedulerFactoryCustomConnectionProviderTest.java
    • -447
    • +447
    ./triggers/DailyTimeIntervalTriggerImplTest.java
    • -0
    • +45
    ./MockConnectionProvider.java
    • -36
    • +35
    ./DirectSchedulerFactoryTest.java
    • -97
    • +81
    ./SchedulerDetailsSetterTest.java
    • -22
    • +6
    ./jdbcjobstore/JdbcJobStoreTest.java
    • -17
    • +5
    ./jdbcjobstore/JdbcQuartzTestUtilities.java
  1. … 348 more files in changeset.
fixed eclipse warnings and added missing headers
    • -34
    • +36
    ./DirectSchedulerFactoryTest.java
    • -1
    • +17
    ./jdbcjobstore/JdbcQuartzTestUtilities.java
    • -2
    • +2
    ./triggers/DailyTimeIntervalTriggerImplTest.java
    • -1
    • +17
    ./jdbcjobstore/JdbcJobStoreTest.java
    • -81
    • +97
    ./SchedulerDetailsSetterTest.java
    • -2
    • +3
    ./jdbcjobstore/StdJDBCDelegateTest.java
  1. … 393 more files in changeset.