Skip to content

Commit

Permalink
Bump jSerialComm for fixed POSIX signal handling (#138)
Browse files Browse the repository at this point in the history
jSerialComm 2.8.5 overeagerly blocks SIGINT and SIGTERM which prevents
normally terminating the Java application/VM. For example, stopping with
systemd takes way longer than necessary (when the process gets
SIGKILL-ed after a timeout) and shutdown hooks will not be run.

SIGTERM and SIGINT are no longer blocked with jSerialComm 2.9.1 and this
commit bumps the dependency to the most recent release 2.9.3.
  • Loading branch information
sirhcel authored Sep 13, 2023
1 parent 87df3ae commit c846ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.8.5</version>
<version>2.9.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c846ef1

Please sign in to comment.