This is an automated email from the ASF dual-hosted git repository.
dpitkin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from a1376879ce GH-43185: [C++] Suggest a cast when Concatenate fails due
to offsets overflow (#43190)
add 4161898d5c GH-38051: [Java] Remove Java 8 support (#43139)
No new revisions were added by this update.
Summary of changes:
.env | 2 +-
.github/workflows/java.yml | 2 +-
ci/docker/conda-integration.dockerfile | 2 +-
ci/docker/conda-python-hdfs.dockerfile | 2 +-
ci/docker/conda-python-spark.dockerfile | 2 +-
ci/docker/java-jni-manylinux-201x.dockerfile | 2 +-
ci/docker/linux-apt-docs.dockerfile | 2 +-
dev/conbench_envs/README.md | 6 +-
dev/release/setup-rhel-rebuilds.sh | 4 +-
dev/release/verify-release-candidate.sh | 2 +-
dev/tasks/tasks.yml | 13 +-
docker-compose.yml | 4 +-
docs/source/developers/java/building.rst | 2 +-
docs/source/java/flight_sql_jdbc_driver.rst | 2 +-
docs/source/java/install.rst | 4 +-
java/README.md | 2 +-
java/adapter/jdbc/pom.xml | 45 ++-
java/adapter/jdbc/src/main/java/module-info.java | 1 +
java/bom/pom.xml | 6 +-
java/dataset/pom.xml | 22 +-
java/flight/flight-core/pom.xml | 25 +-
.../flight-core/src/main/java/module-info.java | 3 +
java/flight/flight-integration-tests/pom.xml | 24 +-
java/flight/flight-sql-jdbc-driver/pom.xml | 1 +
java/flight/flight-sql/pom.xml | 20 -
.../flight-sql/src/main/java/module-info.java | 1 +
java/flight/pom.xml | 13 -
.../module-info-compiler-maven-plugin/pom.xml | 124 ------
.../plugins/BaseModuleInfoCompilerPlugin.java | 88 -----
.../maven/plugins/ModuleInfoCompilerPlugin.java | 56 ---
.../plugins/ModuleInfoTestCompilerPlugin.java | 49 ---
java/maven/pom.xml | 419 ---------------------
java/memory/memory-core/pom.xml | 81 ++--
.../memory-core/src/main/java/module-info.java | 3 +
java/pom.xml | 109 +-----
java/tools/pom.xml | 24 +-
java/tools/src/main/java/module-info.java | 2 +-
37 files changed, 136 insertions(+), 1033 deletions(-)
delete mode 100644 java/maven/module-info-compiler-maven-plugin/pom.xml
delete mode 100644
java/maven/module-info-compiler-maven-plugin/src/main/java/org/apache/arrow/maven/plugins/BaseModuleInfoCompilerPlugin.java
delete mode 100644
java/maven/module-info-compiler-maven-plugin/src/main/java/org/apache/arrow/maven/plugins/ModuleInfoCompilerPlugin.java
delete mode 100644
java/maven/module-info-compiler-maven-plugin/src/main/java/org/apache/arrow/maven/plugins/ModuleInfoTestCompilerPlugin.java
delete mode 100644 java/maven/pom.xml