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 f27c36d6 Fix action types
f27c36d6 is described below
commit f27c36d6cc43f056f888a05c7d9a8073eeb67aa3
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 29 13:15:50 2025 -0400
Fix action types
---
src/changes/changes.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 90c5b052..89995e9d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,9 +70,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix SpotBugs [ERROR] Medium: Operation on the "skipped" shared
variable in "ConstantUtf8" class is not atomic
[org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 134]
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">org.apache.bcel.util.ClassPath.addJdkModules(String,
List<String>) now reads the system property "jdk.module.path" instead of
"java.modules.path"; see
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#jdk.module.path.</action>
<!-- ADD -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Add Const.MAJOR_25.</action>
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Add Const.MINOR_25.</action>
- <action type="update" dev="ggregory" due-to="Piotr P.
Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #446.</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MAJOR_25.</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MINOR_25.</action>
+ <action type="add" dev="ggregory" due-to="Piotr P.
Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #446.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from
3.14.0 to 3.18.0 #334, #341, #351, #444.</action>
<action type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump org.jetbrains.kotlin:kotlin-stdlib from
2.0.0 to 2.2.0 #340, #347, #369, #390, #407, #422, #434, #441.</action>