Skip to content

Releases: q3769/conseq4j

20230619.20230729.20230730

30 Jul 04:36

Choose a tag to compare

+ conseq4j.execute.ConseqExecutor.shutdown no longer await anything b…

20230619.20230729.0

29 Jul 20:13

Choose a tag to compare

+ added isIdle api

20230619.0.0

20 Jun 01:00

Choose a tag to compare

+ moved concurrent utils to coco4j

20230618.0.0

18 Jun 22:06

Choose a tag to compare

+ renamed blocking retry policy API

20230520.0.20230617

17 Jun 19:31

Choose a tag to compare

+ adjusted blocking retry policy's retry period impl

20230520.0.20230608

08 Jun 14:27

Choose a tag to compare

+ fixed ConseqExecutor#shutdown to block-check workThreadPool actual …

20230520.0.0: + fixed ConseqServiceFactory shutdown failure

07 Jun 20:44

Choose a tag to compare

+ using single thread pool for ConseqExecutor admin work, instead of cached thread pool
+ fixed ConseqExecutor shutdown to check empty executor map first
+ changed to blocking retry policy to re-submit task via Executor API instead of force-enqueue

20230510.20230513.20230518: + fixed ConseqServiceFactory shutdown failure

18 May 04:09

Choose a tag to compare

+ using single thread pool for ConseqExecutor admin work, instead of cached thread pool

20230510.20230513.0

13 May 00:57

Choose a tag to compare

+ added workQueueType option in ConseqExecutor.Builder, default to Li…

20230510.0.0: + new method signature conseq4j.execute.ConseqExecutor.from

10 May 20:20

Choose a tag to compare

+ fixed conseq4j.execute.ConseqExecutor.shutdown to be non-blocking