This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 427fe93fb MINOR: japicmp checks are failing after Java 11 release
(#3388)
427fe93fb is described below
commit 427fe93fb305b328e4cf52095c3c55801ce85037
Author: Aaron Niskode-Dossett <[email protected]>
AuthorDate: Tue Jan 20 02:15:23 2026 -0600
MINOR: japicmp checks are failing after Java 11 release (#3388)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index a4589d71b..b9c4f90fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,6 +571,8 @@
</excludeModules>
<excludes>
<exclude>${shade.prefix}</exclude>
+ <!-- JDK 11 adds interface methods/bridges on
PrimitiveIterator.OfInt; ignore japicmp source incompatibility -->
+
<exclude>org.apache.parquet.internal.column.columnindex.IndexIterator</exclude>
<!-- Removal of a protected method in a class that's not
supposed to be subclassed by third-party code -->
<exclude>org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader#gatherElementDataFromStreams(byte[])</exclude>
<!-- Due to the removal of deprecated methods -->