From eec2aa4acca1d40bc59db8e614f38c5e411e500d Mon Sep 17 00:00:00 2001 From: lprimak Date: Fri, 12 Jun 2026 18:35:39 -0500 Subject: [PATCH] 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 f085e74f1f..ddf007689b 100644 --- a/pom.xml +++ b/pom.xml @@ -695,6 +695,7 @@ **/*$$EnhancerBy*CGLIB$$* **/*$MockitoMock$* **/*$HibernateProxy$* + **/*$Proxy$*WeldClientProxy org/apache/shiro/samples/guice/SampleShiroGuiceBootstrap org/apache/shiro/samples/guice/SampleShiroServletModule org/apache/shiro/**/*Test