Wisp v2.2.0 Release Notes

Release Date: 2020-02-13 // about 4 years ago
  • ๐Ÿ”„ Changelog

    • ๐Ÿšš #8 Removed cached thread pool creation
    • โฑ #4 Enable to customize the time zone for CronSchedule

    Maven

    \<dependency\> \<groupId\>com.coreoz\</groupId\> \<artifactId\>wisp\</artifactId\> \<version\>2.2.0\</version\> \</dependency\>
    

Previous changes from v2.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() 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\>