| commit | 8b05638ce720cc56f9533f8d63fb4804c5c997a7 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Oct 13 08:37:38 2025 -0700 |
| committer | Dongjoon Hyun <dongjoon@apache.org> | Mon Oct 13 08:37:38 2025 -0700 |
| tree | 09c2b13d55d2c1f9a37cc5cf6f13af92a9922cb0 | |
| parent | 05f6d1642e4d01e012124a5197635ddf6151a086 [diff] |
ORC-2023: Upgrade `maven-dependency-plugin` to 3.9.0 Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-dependency-plugin/releases">org.apache.maven.plugins:maven-dependency-plugin's releases</a>.</em></p> <blockquote> <h2>3.9.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li>Use Resolver API in go-offline for dependencies resolving (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1533">#1533</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Use Resolver API in go-offline for plugins resolving (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1532">#1532</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Fixes <a href="https://redirect.github.com/apache/maven-dependency-plugin/issues/1522">#1522</a>, add render-dependencies mojo (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1523">#1523</a>) <a href="https://github.com/rmannibucau"><code>rmannibucau</code></a></li> <li>Use Resolver API in resolve-plugin (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1521">#1521</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MEDP-964">[MEDP-964]</a> - unconditionally ignore dependencies known to be loaded by reflection (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1492">#1492</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li>Update maven-dependency-analyzer to support Java24 (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/528">#528</a>) <a href="https://github.com/talios"><code>talios</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-972">[MDEP-972]</a> - copy-dependencies: copy signatures alongside artifacts (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/514">#514</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>Ndacyayisenga-droid</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-776">[MDEP-776]</a> - Warn when multiple dependencies have the same file name (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/463">#463</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-966">[MDEP-966]</a> - Migrate AnalyzeDepMgt to Sisu (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/473">#473</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-957">[MDEP-957]</a> - By default, don't report slf4j-simple as unused (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/433">#433</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>ProjectBuildingRequest should not be modified (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1520">#1520</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Fix - markersDirectory is not working when unpack goal is executed from command line (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/537">#537</a>) <a href="https://github.com/vaibhavbatra15"><code>vaibhavbatra15</code></a></li> <li>Fix broken link for analyze-exclusions-mojo on usage-page (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/521">#521</a>) <a href="https://github.com/Bukama"><code>Bukama</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-839">[MDEP-839]</a> - Avoid extra blank lines in file (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/495">#495</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li>Update collect URL (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/510">#510</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-689">[MDEP-689]</a> - Fixes ignored dependency filtering in go-offline goal (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/417">#417</a>) <a href="https://github.com/ldhardy"><code>ldhardy</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-960">[MDEP-960]</a> - Repair silent logging (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/447">#447</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MDEP-933">[MDEP-933]</a> - Document dependency tree output formats (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/535">#535</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>Ndacyayisenga-droid</code></a></li> <li>Add additional comment to clarify the minimal supported version of ou… (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/465">#465</a>) <a href="https://github.com/gluxhappy"><code>gluxhappy</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename "Goals" to "Plugin Documentation" (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/511">#511</a>) <a href="https://github.com/Bukama"><code>Bukama</code></a></li> <li>Unix file separators (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/507">#507</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Simplify usage of RepositoryManager and DependencyResolver (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1518">#1518</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Use Resolver API in copy and unpack (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1514">#1514</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Update site descriptor to 2.0.0 (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1508">#1508</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1503">#1503</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Fix <a href="https://issues.apache.org/jira/browse/MDEP-931">[MDEP-931]</a> - Replace PrintWriter with Writer in AbstractSerializing Visitor and subclasses (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/530">#530</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>Ndacyayisenga-droid</code></a></li> <li>Cleanups dependencies (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1496">#1496</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Copy edit parameter descriptions (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/1488">#1488</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li>Small Javadoc clarifications (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/533">#533</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-967">[MDEP-967]</a> - Change info to debug logging in AbstractFromConfigurationMojo (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/529">#529</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>Ndacyayisenga-droid</code></a></li> <li>fix: remove duplicate maven-resolver-api and maven-resolver-util dependencies in pom.xml (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/526">#526</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>Ndacyayisenga-droid</code></a></li> <li>Enable GH issues (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/522">#522</a>) <a href="https://github.com/Bukama"><code>Bukama</code></a></li> <li>Remove redundant/unneeded code (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/519">#519</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> <li>Add PR Automation and Stale actions (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/513">#513</a>) <a href="https://github.com/slawekjaranowski"><code>slawekjaranowski</code></a></li> <li>Keep files in temporary directory to be deleted after test (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/508">#508</a>) <a href="https://github.com/pzygielo"><code>pzygielo</code></a></li> <li>Drop unnecessary call (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/509">#509</a>) <a href="https://github.com/pzygielo"><code>pzygielo</code></a></li> <li>Avoid deprecated ArtifactFactory (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/489">#489</a>) <a href="https://github.com/elharo"><code>elharo</code></a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/826e5f064fb023b3b714280e9d2007dec1fae189"><code>826e5f0</code></a> [maven-release-plugin] prepare release maven-dependency-plugin-3.9.0</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/0db1acc3929ab2b91998d3910078d6f494af8f8b"><code>0db1acc</code></a> Use Resolver API in go-offline for dependencies resolving (<a href="https://redirect.github.com/apache/maven-dependency-plugin/issues/1533">#1533</a>)</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/e50031a17b4349ddd80c41371fe43f2f2ce8ecfd"><code>e50031a</code></a> Use Resolver API in go-offline for plugins resolving</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/6ed4b1abf463556391e957b1c3201662276ef0b1"><code>6ed4b1a</code></a> Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/8776c61b557b162a364d5d7eef7b2c75069787f8"><code>8776c61</code></a> Bump org.assertj:assertj-core from 3.27.5 to 3.27.6</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/d2af78edcf2f8b59fcb6df0f8b02c54a4963d47c"><code>d2af78e</code></a> Ignore Mockito 5.x and SLF4j 2.x by dependabot</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/dcd4b7d18a10906c56ad2e4f5a602479d68aa7dc"><code>dcd4b7d</code></a> Bump org.assertj:assertj-core from 3.27.4 to 3.27.5</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/752394802bb182db81dc9348540cbae850a0d571"><code>7523948</code></a> Strict check of dependencies usage</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/23186d4462bf16ddd566a5e64f1e1c21580e7f51"><code>23186d4</code></a> Fixes <a href="https://redirect.github.com/apache/maven-dependency-plugin/issues/1522">#1522</a>, add render-dependencies mojo (<a href="https://redirect.github.com/apache/maven-dependency-plugin/issues/1523">#1523</a>)</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/bc1893f40ddad014bc33d77621068dfd3b145455"><code>bc1893f</code></a> Use Resolver API in resolve-plugin</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Closes #2439 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-dependency-plugin-3.9.0. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query. Because ORC files are type-aware, the writer chooses the most appropriate encoding for the type and builds an internal index as the file is written. Predicate pushdown uses those indexes to determine which stripes in a file need to be read for a particular query and the row indexes can narrow the search to a particular set of 10,000 rows. ORC supports the complete set of types in Hive, including the complex types: structs, lists, maps, and unions.
This project includes both a Java library and a C++ library for reading and writing the Optimized Row Columnar (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files.
Releases:
The current build status:
Bug tracking: Apache Jira
The subdirectories are:
To build a release version with debug information:
% mkdir build % cd build % cmake .. % make package % make test-out
To build a debug version:
% mkdir build % cd build % cmake .. -DCMAKE_BUILD_TYPE=DEBUG % make package % make test-out
To build a release version without debug information:
% mkdir build % cd build % cmake .. -DCMAKE_BUILD_TYPE=RELEASE % make package % make test-out
To build only the Java library:
% cd java % ./mvnw package
To build only the C++ library:
% mkdir build % cd build % cmake .. -DBUILD_JAVA=OFF % make package % make test-out
To build the C++ library with AVX512 enabled:
export ORC_USER_SIMD_LEVEL=AVX512 % mkdir build % cd build % cmake .. -DBUILD_JAVA=OFF -DBUILD_ENABLE_AVX512=ON % make package % make test-out
Cmake option BUILD_ENABLE_AVX512 can be set to “ON” or (default value)“OFF” at the compile time. At compile time, it defines the SIMD level(AVX512) to be compiled into the binaries.
Environment variable ORC_USER_SIMD_LEVEL can be set to “AVX512” or (default value)“NONE” at the run time. At run time, it defines the SIMD level to dispatch the code which can apply SIMD optimization.
Note that if ORC_USER_SIMD_LEVEL is set to “NONE” at run time, AVX512 will not take effect at run time even if BUILD_ENABLE_AVX512 is set to “ON” at compile time.
While CMake is the official build system for orc, there is unofficial support for using Meson to build select parts of the project. To build a debug version of the library and test it using Meson, from the project root you can run:
meson setup build meson compile -C build meson test -C build
By default, Meson will build unoptimized libraries with debug symbols. By contrast, the CMake build system generates release libraries by default. If you would like to create release libraries ala CMake, you should set the buildtype option. You must either remove the existing build directory before changing that setting, or alternatively pass the --reconfigure flag:
meson setup build -Dbuildtype=release --reconfigure meson compile -C build meson test -C build
Meson supports running your test suite through valgrind out of the box:
meson test -C build --wrap=valgrind
If you'd like to enable sanitizers, you can leverage the -Db_sanitize= option. For example, to enable both ASAN and UBSAN, you can run:
meson setup build -Dbuildtype=debug -Db_sanitize=address,undefined --reconfigure meson compile -C build meson test
Meson takes care of detecting all dependencies on your system, and downloading missing ones as required through its Wrap system. The dependencies for the project are all stored in the subprojects directory in individual wrap files. The majority of these are system generated files created by running:
meson wrap install <depencency_name>
From the project root. If you are developing orc and need to add a new dependency in the future, be sure to check Meson's WrapDB to check if a pre-configured wrap entry exists. If not, you may still manually configure the dependency as outlined in the aforementioned Wrap system documentation.