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 51254ed5 Fix ConcurrentModificationException in
org.apache.bcel.util.SyntheticRepository.getInstance() #275
51254ed5 is described below
commit 51254ed5ec044681d2936cc39535af474c8a8929
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 20 10:43:22 2024 -0500
Fix ConcurrentModificationException in
org.apache.bcel.util.SyntheticRepository.getInstance() #275
---
src/changes/changes.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 47c5aa3d..aa9ee01d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,9 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="6.8.2" date="20YY-MM-DD" description="Maintenance and
bug fix release.">
- <!-- FIX -->
+ <!-- FIX -->
+ <action type="add" dev="ggregory" due-to="Guillaume Nodet">Fix
ConcurrentModificationException in
org.apache.bcel.util.SyntheticRepository.getInstance() #275.</action>
+
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven
property project.build.outputTimestamp for build reproducibility.</action>
<!-- UPDATE -->