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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 0702d6c Configure JaCoCo to exclude the platform class loader such
that it can prepare the agent when the embedded ASM version doesn't support the
current byte code version.
0702d6c is described below
commit 0702d6c6a98b4249258e28b75b395086f1ec7254
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:45:04 2026 -0400
Configure JaCoCo to exclude the platform class loader such that it can
prepare the agent when the embedded ASM version doesn't support the
current byte code version.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f251d4..e6ed81b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="102" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Configure
JaCoCo to exclude the platform class loader such that it can prepare the agent
when the embedded ASM version doesn't support the current byte code
version.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Configure
JaCoCo to exclude the platform class loader such that it can prepare the agent
when the embedded ASM version doesn't support the current byte code version.
See https://github.com/jacoco/jacoco/issues/2152</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
biz.aQute.bnd:biz.aQute.bndlib from 7.2.3 to 7.3.0 on Java 17 and up.</action>