This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new e384e9d4c chore(jacoco): added exclusion for weld client proxy (#2769)
e384e9d4c is described below

commit e384e9d4c8e2f4fa6661cd631d84e8c48b091680
Author: Lenny Primak <[email protected]>
AuthorDate: Fri Jun 12 19:54:29 2026 -0400

    chore(jacoco): added exclusion for weld client proxy (#2769)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f085e74f1..ddf007689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -695,6 +695,7 @@
                         <exclude>**/*$$EnhancerBy*CGLIB$$*</exclude>
                         <exclude>**/*$MockitoMock$*</exclude>
                         <exclude>**/*$HibernateProxy$*</exclude>
+                        <exclude>**/*$Proxy$*WeldClientProxy</exclude>
                         
<exclude>org/apache/shiro/samples/guice/SampleShiroGuiceBootstrap</exclude>
                         
<exclude>org/apache/shiro/samples/guice/SampleShiroServletModule</exclude>
                         <exclude>org/apache/shiro/**/*Test</exclude>

Reply via email to