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 80e2f27f Fix EmptyVisitorTestCase on Java 21
80e2f27f is described below
commit 80e2f27ff197024515e58a7036cc75b0cda1ed10
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Sun Oct 15 08:08:29 2023 -0400
Fix EmptyVisitorTestCase on Java 21
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa368cb8..0f0d50d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,6 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="BCEL-367" type="fix" dev="ggregory" due-to="Katherine
Hough, Gary Gregory">Fixes java.lang.IndexOutOfBoundsException for ATHROW on
empty stack #223.</action>
<action issue="BCEL-368" type="fix" dev="ggregory" due-to="Katherine
Hough, Gary Gregory">Fixes java.lang.StackOverflowError in
Select#toString(boolean) #229.</action>
<action type="fix" dev="ggregory" due-to="nbauma109,
Judit Knoll, Gary Gregory">Fix for type.getType(...) use on non-signature type
names #221.</action>
+ <action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix EmptyVisitorTestCase on Java 21.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-parent from 54 to 64 #189, #198, #222.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>