From 8e6bfe581aa7635c5df14b78bbe08f88cfc0ab56 Mon Sep 17 00:00:00 2001 From: q3769 Date: Thu, 8 Jun 2023 10:17:00 -0500 Subject: [PATCH] + Conseq version bump addressing shutdown issue --- pom.xml | 4 ++-- src/main/java/elf4j/engine/service/util/MoreExecutors.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 55ea57e..77e656f 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ io.github.elf4j elf4j-engine - 11.0.2 + 11.0.3 jar elf4j-engine A stand-alone Java log engine implementing the ELF4J (Easy Logging Facade for Java) API @@ -72,7 +72,7 @@ io.github.q3769 conseq4j - 20230520.0.0 + 20230520.0.20230608 com.dslplatform diff --git a/src/main/java/elf4j/engine/service/util/MoreExecutors.java b/src/main/java/elf4j/engine/service/util/MoreExecutors.java index bd40f00..7bad7f5 100644 --- a/src/main/java/elf4j/engine/service/util/MoreExecutors.java +++ b/src/main/java/elf4j/engine/service/util/MoreExecutors.java @@ -47,6 +47,8 @@ public static ThreadPoolExecutor newSingleThreadBlockingRetryExecutor() { } /** + * @param workQueueCapacity + * max size of work queue * @return single thread executor with specified work queue capacity and blocking retry execution rejection handling * policy */