Skip to content

Commit

Permalink
+ Conseq version bump addressing shutdown issue
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Jun 8, 2023
1 parent 9ec6ee0 commit 8e6bfe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.github.elf4j</groupId>
<artifactId>elf4j-engine</artifactId>
<version>11.0.2</version>
<version>11.0.3</version>
<packaging>jar</packaging>
<name>elf4j-engine</name>
<description>A stand-alone Java log engine implementing the ELF4J (Easy Logging Facade for Java) API</description>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.github.q3769</groupId>
<artifactId>conseq4j</artifactId>
<version>20230520.0.0</version>
<version>20230520.0.20230608</version>
</dependency>
<dependency>
<groupId>com.dslplatform</groupId>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/elf4j/engine/service/util/MoreExecutors.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 8e6bfe5

Please sign in to comment.