Quartz 2.4.0 RC2
Pre-release
Pre-release
jhouserizer
released this
24 Apr 18:37
·
275 commits
to main
since this release
This is a Release Candidate for 2.4.0
Most Significant Changes This Release:
- Quartz 2.4.0 now requires minimum Java version of Java 8
- Quartz build system moved to Gradle
- 3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
- Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
- Removal of old TerracottaJobStore
- "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
- Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.
All changes/updates: