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

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

commit a3d06c41661289549315fcebb065a51280266c86
Author: lprimak <[email protected]>
AuthorDate: Fri Jun 12 18:35:39 2026 -0500

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

diff --git a/pom.xml b/pom.xml
index cd2d1d084..cd4e970ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -593,6 +593,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