AO Cron Changelog
ao-cron-3.0.2
Release Notes
- Specified task resubmit sleep delay on
ThreadDeath
. - Log when unable to resubmit task, which results on cron daemon dying.
- Updated underlying dependencies to resolve cron daemon timer death.
ao-cron-3.0.1
Release Notes
- Now properly restoring Thread interrupted state on
InterruptedException
.
ao-cron-3.0.0
Release Notes
- Now supports Java 9+ modules with included
module-info.class
. - Maven artifact relocated from
com.aoindustries:ao-cron
to com.aoapps:ao-cron
. - Package renamed from
com.aoindustries.cron
to com.aoapps.cron
.
ao-cron-2.0.0
Release Notes
- Minimum Java version changed from 1.7 to 1.8.
-
Reduced use of property substitutions in
pom.xml
.
This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
- Gracefully ignoring calls to add or remove null CronJob.
- Default methods on CronJob interface.
- Default CronJob thread priority changed to Thread.NORM_PRIORITY.
-
Now using executors instead of threads, including cron jobs being able to select
their executor class (per-processor, sequential, unbounded).
- Moved
CronJobScheduleMode
to CronJob.ScheduleMode
. - Simplified method names in
CronJob
and Schedule
.
ao-cron-1.1.2
Release Notes
-
Changed from
Calendar.getInstance()
to new GregorianCalendar()
to work correctly independent of locale settings.
ao-cron-1.1.1
Release Notes
- Updated version of AO OSS Parent.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
ao-cron-1.1.0
Release Notes
- Minimum Java version changed from 1.6 to 1.7.
- Removed some incorrect uses of
Thread.currentThread().interrupt()
.
ao-cron-1.0.3
Release Notes
- Added Life Cycle to project documentation.
- Updated dependencies.
ao-cron-1.0.2
Release Notes
- New AO OSS Parent POM to simplify
pom.xml
files. - Project documentation moved to per-project book in SemanticCMS format.
- Added changelog as top-level project link.
ao-cron-1.0.1
Release Notes
- Improved Javadoc formatting.
- Improved README formatting.
ao-cron-1.0.0
Release Notes
- Project moved to GitHub and Maven.