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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new e0f7a91e Update due-to
e0f7a91e is described below
commit e0f7a91e269d1cebb7a5e2218ddb76c9b75b0dd3
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 09:54:52 2026 -0500
Update due-to
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1193529..5eb43e4d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,8 +67,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Make the build reproducible on the Azul JDK.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Exception message in Args.requireU4() refers to the wrong data
type.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Exception message in Args.requireU2() refers to the wrong upper range
value.</action>
- <action type="fix" dev="ggregory" due-to="Gary
Gregory">Code.Code(int, int, DataInput, ConstantPool) now throws a
ClassFormatException if the code array is greater than the JVM specification
allows.</action>
- <action type="fix" dev="ggregory" due-to="Gary
Gregory">Code.Code(int, int, int, int, byte[], CodeException[], Attribute[],
ConstantPool) now throws a ClassFormatException if the code array is greater
than the JVM specification allows.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Stanislav Fort">Code.Code(int, int, DataInput, ConstantPool) now throws a
ClassFormatException if the code array is greater than the JVM specification
allows.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Stanislav Fort">Code.Code(int, int, int, int, byte[], CodeException[],
Attribute[], ConstantPool) now throws a ClassFormatException if the code array
is greater than the JVM specification allows.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Code.setCode(byte[]) now throws a ClassFormatException if the code
array is greater than the JVM specification allows.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MAJOR_26.</action>