unique4j icon indicating copy to clipboard operation
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

Results 5 unique4j issues
Sort by recently updated
recently updated
newest added

Bumps commons-io:commons-io from 2.7 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.7&new-version=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...

dependencies

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...

dependencies

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...

enhancement
security