This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 5256e43493 ARROW-17803: [C++] Use [[nodiscard]] (#14193)
add 0310add177 ARROW-17604: [Docs][Java] Make it more obvious that
--add-opens is required (#14066)
No new revisions were added by this update.
Summary of changes:
docs/source/java/install.rst | 44 +++++++++++++-----
java/memory/memory-core/pom.xml | 54 ++++++++++++++++++++++
.../org/apache/arrow/memory/util/MemoryUtil.java | 5 +-
.../java/org/apache/arrow/memory/TestOpens.java | 46 ++++++++++++++++++
4 files changed, 137 insertions(+), 12 deletions(-)
create mode 100644
java/memory/memory-core/src/test/java/org/apache/arrow/memory/TestOpens.java