Skip to content
Zemian Deng edited this page Jun 30, 2017 · 26 revisions

Welcome to the quartz-scheduler!

See http://www.quartz-scheduler.org for more info.

What is the Quartz Job Scheduling Library?

Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components that may execute virtually anything you may program them to do. The Quartz Scheduler includes many enterprise-class features, such as support for JTA transactions and clustering.

Quartz is freely usable, licensed under the Apache 2.0 license.

Current Active Branches and Required JDKs

  • master (quartz-2.3.x) is the latest active development branch. Requires JDK7.

  • quartz-2.2.x is the 2.2 series maintenance branch. Requires JDK6.

Deprecated and old branches

  • quartz-2.1.x is the 2.1 series maintenance branch. Requires JDK5.

  • quartz-2.0.x is the 2.0 series maintenance branch. Requires JDK5. This is when we introduced Fluent/Build API for Quartz.

  • quartz-1.8.x is the 2.0 series maintenance branch. Requires JDK5. The original quartz code base.

Clone this wiki locally