This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Releases: j-easy/easy-jobs
Releases · j-easy/easy-jobs
v0.4
v0.3
The main addition of this release is the administration web interface.
This release also fixes a few bugs and adds some features and improvements.
Features
- issue #15 : Add administration web interface
- issue #16 : Add custom banner
- issue #20 : Add REJECTED status in JobExecutionRequestStatus
Fixed bugs
- issue #19 : NullPointerException when job directory is not specified
Enhancements
v0.2
This second release comes with the following changes:
Fixed bugs
- issue #3 : Inconsistent job execution state
- issue #4 : Isolate jobs classpath from server's classpath
Enhancements
- issue #8 : Use YAML in jobs descriptor
- issue #9 : Add a job example in the distribution
- issue #10 : Add config file templates in the distribution
Many thanks to @nabilov for taking time to test the first version and giving his valuable feedback!!
v0.1
This first release provides the following features:
- Initial implementation of the Job Server
- Job definition parsing and validation
- Support for H2 and MySQL databases
- Restful API to query and submit job requests
More to come.. keep tuned!