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\>