This is an automated email from the ASF dual-hosted git repository.
henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 9c3ab070 JEXL : skip findbugs on Java28+
9c3ab070 is described below
commit 9c3ab070ed96449fcf335621ee9182f35ba3b508
Author: Henrib <[email protected]>
AuthorDate: Wed Aug 12 15:56:46 2026 +0200
JEXL : skip findbugs on Java28+
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 3059a7af..fe3893da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,7 @@
</activation>
<properties>
<jacoco.skip>true</jacoco.skip>
+ <spotbugs.skip>true</spotbugs.skip>
</properties>
</profile>
</profiles>