Skip to content

2.1.0

Compare
Choose a tag to compare
@amanteaux amanteaux released this 17 May 12:19
· 70 commits to master since this release

Changelog

  • Do not execute the launcher thread in the job thread pool to avoid confusion
  • Add some thread pool statistics
  • Fix composition schedules to enable scheduling again a cancelled job
  • Add job last started time information (so the last job duration can be retrieved)
  • Job.timeInMillisSinceJobRunning() and Job.lastExecutionTimeInMillis() are deprecated in favor of Job.lastExecutionStartedTimeInMillis() and Job.lastExecutionEndedTimeInMillis()

Maven

<dependency>
    <groupId>com.coreoz</groupId>
    <artifactId>wisp</artifactId>
    <version>2.1.0</version>
</dependency>