This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 1e4e8376a Add and use Instants.toInstant(Instant[, Instant]) (#1690).
1e4e8376a is described below
commit 1e4e8376a3d516ea0990906e5275aa095892a420
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 13:42:40 2026 -0400
Add and use Instants.toInstant(Instant[, Instant]) (#1690).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c2785466..3059991f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -193,6 +193,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add StringUtils.trimAsciiControl(String) (#1681).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Instants.toMillisSince(Instant) (#1683).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int)
(#1685).</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 100
#1498.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to
1.15.0.</action>