Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
Executable WAR uses sun.misc.Signal for --logfile argument. Signal API will not be available in future. Code compiles with Java 11.0.14 and passes automated tests.
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool , which lists alternatives, doesn't list any replacement API for the signal handling.