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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 819d5687 Fix Base64.toIntegerBytes(BigInteger) for zero edge case 
(#441).
819d5687 is described below

commit 819d5687e4e574c04be22a4fa2cc238519a5bdb9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 9 11:24:28 2026 -0400

    Fix Base64.toIntegerBytes(BigInteger) for zero edge case (#441).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 415a78e4..5024a863 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="CODEC-339" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">URLCodec.encodeUrl(BitSet, byte[]) allows custom safe sets to 
emit URL encoding control characters.</action>
       <action type="fix" issue="CODEC-338" dev="ggregory" due-to="Ruiqi Dong, 
Gary Gregory">PercentCodec loses literal '+' when plusForSpace is 
enabled.</action>
       <action type="fix" issue="CODEC-337" dev="pkarwasz" due-to="Ruiqi Dong, 
Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the 
real input (#431).</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix 
Base64.toIntegerBytes(BigInteger) for zero edge case (#441).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 98 to 102.</action>

Reply via email to