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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 6b4ad754 Use modern Mockito on Java 11+ (#528)
6b4ad754 is described below
commit 6b4ad754502a394571c9ddee56a2fb5da4de0dad
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 21 14:37:00 2026 -0400
Use modern Mockito on Java 11+ (#528)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6aadd7a..75fc3d6c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="6.14.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Use modern Mockito on Java 11+ (#528).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add and use ClassFormatException.ClassFormatException(String,
Object...).</action>
<!-- UPDATE -->