Package io.quarkus.runtime
Class JVMUnsafeWarningsControl
java.lang.Object
io.quarkus.runtime.JVMUnsafeWarningsControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis is a horrible hack to disable the Unsafe-related warnings that are printed on startup: we know about the problem, we're working on it, and there's no need to print a warning scaring our users with it.
-
Constructor Details
-
JVMUnsafeWarningsControl
public JVMUnsafeWarningsControl()
-
-
Method Details
-
disableUnsafeRelatedWarnings
public static void disableUnsafeRelatedWarnings()This is a horrible hack to disable the Unsafe-related warnings that are printed on startup: we know about the problem, we're working on it, and there's no need to print a warning scaring our users with it.
-