This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new bf2848449 Disabling errorprone
bf2848449 is described below
commit bf28484491071c1c7d9805f7cef48d48c61650cf
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Sep 16 06:07:00 2026 +0100
Disabling errorprone
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index a493d6630..bd99e50e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,7 @@
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
</compilerArgs>
+ <!-- TODO Re-enable once we pick up Java 21+
<annotationProcessorPaths>
<path>
<groupId>com.google.errorprone</groupId>
@@ -223,6 +224,7 @@
<version>2.38.0</version>
</path>
</annotationProcessorPaths>
+ -->
</configuration>
</plugin>
<plugin>