This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 4b594b6ae MINOR: Bump error_prone_core.version from 2.42.0 to 2.50.0
(#1183)
4b594b6ae is described below
commit 4b594b6ae2908212c7962966ddbfedea5dd32e7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 20:09:08 2026 -0700
MINOR: Bump error_prone_core.version from 2.42.0 to 2.50.0 (#1183)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Li <[email protected]>
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 841b505b0..bee28e2a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@ under the License.
<forkCount>2</forkCount>
<checkstyle.version>10.23.0</checkstyle.version>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
- <error_prone_core.version>2.42.0</error_prone_core.version>
+ <error_prone_core.version>2.50.0</error_prone_core.version>
<checker.framework.version>4.2.1</checker.framework.version>
<logback.version>1.6.3</logback.version>
<doclint>none</doclint>
@@ -850,7 +850,7 @@ under the License.
-->
<id>error-prone</id>
<activation>
- <jdk>[17,)</jdk>
+ <jdk>[21,)</jdk>
<property>
<name>!m2e.version</name>
</property>
@@ -863,6 +863,7 @@ under the License.
<configuration>
<compilerArgs combine.children="append">
<arg>-XDcompilePolicy=simple</arg>
+ <arg>-XDaddTypeAnnotationsToSymbol=true</arg>
<arg>-Xplugin:ErrorProne
-XepExcludedPaths:.*/(target/generated-source|format/src/main/java/org/apache/arrow/flatbuf)/.*</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>