Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: j-easy/easy-jobs

v0.4

24 Jul 06:51
Compare
Choose a tag to compare

This release fixes a classpath issue #28 which prevented the UI from starting.

Many thanks to @TelaJulien for reporting the problem!

v0.3

05 Nov 11:07
Compare
Choose a tag to compare

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

  • issue #17 : Add ej_ prefix to tables
  • issue #18 : Rename job_request table to job_execution_request

v0.2

28 Jun 22:09
Compare
Choose a tag to compare

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

22 Jun 22:08
Compare
Choose a tag to compare

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!