This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new f6c2f34d2 Update Error Prone
f6c2f34d2 is described below
commit f6c2f34d296ceeae71bed4a5ae83a8a5d13c294b
Author: Andreas Veithen <[email protected]>
AuthorDate: Tue Nov 19 21:58:41 2024 +0000
Update Error Prone
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 60259e24a..92ac4d4c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@
<groovy.version>4.0.24</groovy.version>
<auto-service.version>1.1.1</auto-service.version>
<asm.version>9.7.1</asm.version>
- <errorprone.version>2.35.1</errorprone.version>
+ <errorprone.version>2.36.0</errorprone.version>
<junit5.version>5.11.3</junit5.version>
<mime4j.version>0.8.11</mime4j.version>
<surefire.version>3.5.2</surefire.version>
@@ -1064,6 +1064,7 @@
<showWarnings>true</showWarnings>
<compilerArgs combine.children="append">
<compilerArg>-XDcompilePolicy=simple</compilerArg>
+ <compilerArg>--should-stop=ifError=FLOW</compilerArg>
<compilerArg>-Xplugin:ErrorProne
-XepExcludedPaths:.*/org/(jaxen|w3c)/.* -Xep:MissingOverride:ERROR</compilerArg>
</compilerArgs>
<annotationProcessorPaths combine.children="append">