https://github.com/phax/ph-schedule
Java scheduling library based on Quartz with scope support
https://github.com/phax/ph-schedule
Last synced: 7 months ago
JSON representation
Java scheduling library based on Quartz with scope support
- Host: GitHub
- URL: https://github.com/phax/ph-schedule
- Owner: phax
- License: apache-2.0
- Created: 2014-08-25T20:00:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:44:06.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:05:45.189Z (over 1 year ago)
- Language: Java
- Size: 2.85 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-schedule
[](https://img.shields.io/maven-central/v/com.helger.schedule/ph-schedule-parent-pom)
[](https://javadoc.io/doc/com.helger.schedule/ph-schedule-parent-pom)
[](https://codecov.io/gh/phax/ph-schedule)
Java scheduling library based on Quartz with ph-scope support (see [ph-commons](https://github.com/phax/ph-commons))
# Maven usage
Add the following to your pom.xml to use this artifact, replacing `x.y.z` with the effective version number:
```xml
com.helger.schedule
ph-schedule
x.y.z
```
# News and noteworthy
v6.0.0 - 2025-08-25
* Requires Java 17 as the minimum version
* Updated to ph-commons 12.0.0
v5.0.1 - 2024-03-27
* Updated to ph-commons 11.1.5
* Added Java 21 compatibility
v5.0.0 - 2023-01-12
* Using Java 11 as the baseline
* Updated to ph-commons 11
v4.2.0 - 2021-03-21
* Updated to ph-commons 10
* Changed Maven group ID from `com.helger` to `com.helger.schedule`
v4.1.1 - 2020-09-17
* Updated dependencies
v4.1.0 - 2020-03-29
* Improved debug logging
* Improved code quality slightly
* Updated to ph-commons 9.4.0
v4.0.1 - 2018-11-12
* Fixed OSGI ServiceProvider configuration
* Removed `com.helger.quartz.xml` package
v4.0.0 - 2017-12-06
* Updated to ph-commons 9.0.0
v3.6.1 - 2017-03-29
* Started updating MiniQuartz API for Java 8
v3.6.0 - 2016-12-12
* Moved AbstractScopeAwareJob to ph-web (reverted dependencies)
v3.5.0 - 2016-07-22
* Using a forked version of Quartz with less dependencies - "Mini quartz"
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.