Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jSerialComm for fixed POSIX signal handling #138

Conversation

sirhcel
Copy link
Contributor

@sirhcel sirhcel commented May 12, 2023

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.

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.
@steveohara steveohara merged commit c846ef1 into steveohara:development Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants