quartz-jobs

Checkout Tools
  • last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
trunk to 2.2.4-SNAPSHOT
  1. … 17 more files in changeset.
TABINF-4092 Bump to next development version 2.2.3-SNAPSHOT

* Bump system-tests-parent version to 4.3.1-SNAPSHOT

  1. … 17 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.
Changes to javadoc for TAB-4910
4.0.4-rc
  1. … 912 more files in changeset.
added details to appease Maven central
  1. … 1 more file in changeset.
QTZ-378: exlucde quartz-jobs from quartz
  1. … 1 more file in changeset.
Version updates.
  1. … 12 more files in changeset.
INT-2312: correcting quartz version from 2.2.0-SNAPSHOT to 2.2.1-SNAPSHOT
  1. … 17 more files in changeset.
MNK-5203: use job listener
QTZ-371: move to JEE 6
QTZ-121: added EJB3InvokerJob
    • -0
    • +110
    ./src/main/java/org/quartz/jobs/ee/ejb/EJB3InvokerJob.java
QTZ-79: refactored test
    • -0
    • +20
    ./src/test/java/org/quartz/jobs/SendMailJobFakeAuth.java
    • -0
    • +25
    ./src/test/java/org/quartz/jobs/SimpleValidator.java
    • -0
    • +17
    ./src/test/java/org/quartz/jobs/SendMailJobRealAuth.java
    • -0
    • +39
    ./src/test/java/org/quartz/jobs/MyJobListener.java
    • -0
    • +88
    ./src/test/java/org/quartz/jobs/SendMailJobAuthTestBase.java
fixed dependency
use different port for different test case
QTZ-79: add test
    • -0
    • +121
    ./src/test/java/org/quartz/jobs/SendMailJobTest.java
    • -0
    • +150
    ./src/test/java/org/quartz/jobs/SendMailJobAuthTest.java
    • -0
    • +8
    ./src/test/resources/log4j.properties
QTZ-79 wired up authenticator
QTZ-79 wired up authenticator
account for existing settings
QTZ-79: allow arbitrary smtp settings so authentication could be set up
revert 2271 due to unwanted format changes
QTZ-79: allow arbitrary smtp settings so authentication could be set up
clean-up warnings in javadoc and code (many changes are enabled by no longer supporting java 1.5)
    • -11
    • +6
    ./src/main/java/org/quartz/jobs/NativeJob.java
  1. … 23 more files in changeset.
realign 2.2.x code to match 2.1.x code as closely as possible (but without tabs)
    • -82
    • +65
    ./src/main/java/org/quartz/jobs/NativeJob.java
  1. … 56 more files in changeset.
trunk is now 2.2.0-SNAPSHOT
  1. … 17 more files in changeset.
DEV-9254 : merge 2226 from 2.1.x
  1. … 12 more files in changeset.
Toolkit2 merge quartz-os
  1. … 72 more files in changeset.
QTZ-301 Merge branch 2.2.x to trunk : ignoring eclipse IDEand checkstyle artifacts : if using eclipse, please use the m2eclipse plugin, and then File->Import... Maven projects ; m2e will then configure your your modules
  1. … 15 more files in changeset.
QTZ-301 Merge branch 2.2.x to trunk : removed by accident the org.quartz.jobs package, re adding it, using quartz 2.2.x core version
    • -65
    • +82
    ./src/main/java/org/quartz/jobs/NativeJob.java