This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 3d5229641 Improve container detection by mimicing systemd #1323
3d5229641 is described below
commit 3d52296417d630d7a41edd70e23ae223440ef9f2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 2 09:08:58 2024 -0500
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 a0e878d07..930aa2573 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1511" type="fix" dev="ggregory" due-to="david cogen,
Gary Gregory, Bruno P. Kinoshita">SystemUtils is missing important
documentation.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Make Failable.run(FailableRunnable) null-safe.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Make Failable.accept(*) null-safe.</action>
+ <action type="fix" dev="ggregory" due-to="maxxedev,
Piotr P. Karwasz, Gary Gregory">Improve container detection by mimicing systemd
#1323.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Strings and refactor StringUtils.</action>
<action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B.
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and
get([Failable]Supplier).</action>