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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 61268f79 Fix the @return tags in the Javadoc for
JexlArithmetic.toBigInteger() overloads (#403)
61268f79 is described below
commit 61268f794fee03ddfbed64e5f36d32e9d05a22fd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 27 17:32:07 2026 -0400
Fix the @return tags in the Javadoc for JexlArithmetic.toBigInteger()
overloads (#403)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7fd6f7a7..dd5a8515 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action dev="henrib" type="fix" issue="JEXL-458" due-to="Daniil
Averin">Improve permissions expressivity</action>
<action dev="henrib" type="fix" issue="JEXL-457" due-to="Daniil
Averin">Reduce default exposure for RESTRICTED JexlPermissions</action>
<action dev="henrib" type="fix" issue="JEXL-456" due-to="Vincent
Bussol">Change in template parser behavior.</action>
+ <action dev="ggregory" type="fix" due-to="David Costanzo">Fix the
@return tags in the Javadoc for JexlArithmetic.toBigInteger() overloads
(#403).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 100.</action>