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 a64aca3  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.
a64aca3 is described below

commit a64aca3d312055e22699b211b59efbd1115b72e8
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 16:44:23 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.
---
 pom.xml                 | 3 +++
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 324df97..971aa2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,6 +625,9 @@
               <goals>
                 <goal>prepare-agent</goal>
               </goals>
+              <configuration>
+                
<exclClassLoaders>jdk.internal.loader.ClassLoaders$PlatformClassLoader</exclClassLoaders>
+              </configuration>
             </execution>
             <execution>
               <id>report</id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d416d4..3f251d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +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>
         <!-- 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>  
      

Reply via email to