Wisp v2.1.0 Release Notes

Release Date: 2019-05-17 // almost 5 years ago
  • ๐Ÿ”„ 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\>