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 d2aee92f3a54385aae8ebb387aed58f6e5bfb02c Author: lprimak <[email protected]> AuthorDate: Fri Feb 6 13:33:14 2026 -0600 add cglib to jacoco exclusions --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f209a730d..692074efd 100644 --- a/pom.xml +++ b/pom.xml @@ -589,6 +589,7 @@ <include>org/apache/shiro/**</include> </includes> <excludes> + <exclude>**/*$$SpringCGLIB$$*</exclude> <exclude>**/*$$FastClassBy*$$*</exclude> <exclude>**/*$$EnhancerBy*CGLIB$$*</exclude> <exclude>**/*$MockitoMock$*</exclude>
