unique4j
unique4j copied to clipboard
Java library to allow only single instance of a java application to run and enable communication between first instance and subsequent instances
Bumps commons-io:commons-io from 2.7 to 2.14.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
This PR adds support for using Unix sockets instead of the default TCP one, either via the junixsocket library (Java 1.7+) or the SocketChannel implementation introduced by Java 16. It...
Hi Pratanu :) I recently upgraded all my projects to the latest Java version including the introduction of modules in Java 9. To make a long story short: I had...
The server socket currently binds to `0.0.0.0`, which is more broad than required. For security reasons the server socket should bind to `127.0.0.1` (or should at least be configurable). It...