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
The following commit(s) were added to refs/heads/3.x by this push:
new 82907a0f6 chore(jacoco): added exclusion for weld client proxy
82907a0f6 is described below
commit 82907a0f6b5424105ae53140206c1fed20586fcb
Author: lprimak <[email protected]>
AuthorDate: Fri Jun 12 15:19:04 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..2aba099ef 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>