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 61d05f68d chore(jacoco): exclude DefaultScopedValues from Jacoco -
doesn't work
61d05f68d is described below
commit 61d05f68df597e475836ddf95a28223eb998b2c8
Author: lprimak <[email protected]>
AuthorDate: Sun Feb 22 12:24:01 2026 -0600
chore(jacoco): exclude DefaultScopedValues from Jacoco - doesn't work
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index aeecca602..dae0a8593 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,6 +600,7 @@
<exclude>org/apache/shiro/testing/jakarta/ee/PropertyPrincipal</exclude>
<exclude>org/apache/shiro/testing/cdi/ComponentInjectionBean</exclude>
<exclude>org/apache/shiro/**/__EJB31_Generated*</exclude>
+
<exclude>org/apache/shiro/util/DefaultScopedValues</exclude>
<!-- cause too many coverage misses -->
<exclude>org/apache/shiro/**/Deployments</exclude>
</excludes>