2.1.0
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()
andJob.lastExecutionTimeInMillis()
are deprecated in favor ofJob.lastExecutionStartedTimeInMillis()
andJob.lastExecutionEndedTimeInMillis()
Maven
<dependency>
<groupId>com.coreoz</groupId>
<artifactId>wisp</artifactId>
<version>2.1.0</version>
</dependency>