From 3d52296417d630d7a41edd70e23ae223440ef9f2 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 2 Dec 2024 09:08:58 -0500 Subject: [PATCH] Improve container detection by mimicing systemd #1323 Update changes.xml --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a0e878d0714..930aa25731c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The type attribute can be add,update,fix,remove. SystemUtils is missing important documentation. Make Failable.run(FailableRunnable) null-safe. Make Failable.accept(*) null-safe. + Improve container detection by mimicing systemd #1323. Add Strings and refactor StringUtils. Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).