All Versions
10
Latest Version
Avg Release Cycle
135 days
Latest Release
1506 days ago

Changelog History

  • v2.2.0 Changes

    February 13, 2020

    ๐Ÿ”„ 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\>
    
  • v2.1.0 Changes

    May 17, 2019

    ๐Ÿ”„ 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\>
    
  • v2.0.1 Changes

    March 03, 2019

    ๐Ÿ”„ Changelog

    • โฑ Scheduler minimum thread value takes in consideration the launcher thread

    Maven

    \<dependency\> \<groupId\>com.coreoz\</groupId\> \<artifactId\>wisp\</artifactId\> \<version\>2.0.1\</version\> \</dependency\>
    
  • v2.0.0 Changes

    March 03, 2019

    ๐Ÿ”„ Changelog

    โฌ†๏ธ Upgrade instructions from 1.x.x version to 2.x.x version

    • โฌ†๏ธ If a cron schedule is used, then cron-utils must be upgraded to version 8.0.0
    • โฑ Constructors Scheduler(int maxThreads, long minimumDelayInMillisToReplaceJob) and Scheduler(int maxThreads, long minimumDelayInMillisToReplaceJob, TimeProvider timeProvider) are deprecated in favor of Scheduler(SchedulerConfig config)
    • ๐Ÿ”ง The monitor for long running jobs detection might be configured

    Maven

    \<dependency\> \<groupId\>com.coreoz\</groupId\> \<artifactId\>wisp\</artifactId\> \<version\>2.0.0\</version\> \</dependency\>
    
  • v2.0.0-beta1

    January 10, 2019
  • v1.0.0

    September 02, 2017
  • v1.0.0-rc4

    March 19, 2017
  • v1.0.0-rc3

    January 27, 2017
  • v1.0.0-rc2

    October 16, 2016
  • v1.0.0-rc1

    October 15, 2016