Wisp v2.2.0 Release Notes
Release Date: 2020-02-13 // over 3 years agoPrevious 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()
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\>