]> source.dussan.org Git - poi.git/commit
Bug 62151: Fix warnings about illegal reflective access in Java 9+ by
authorDominik Stadler <centic@apache.org>
Sat, 2 Mar 2019 09:19:45 +0000 (09:19 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 2 Mar 2019 09:19:45 +0000 (09:19 +0000)
commit5bd5d8b3cc6268231ad3ac7d6d5e46094d1e45d0
tree0b0a3190fe603edc053c37ee8a7275946eaf2e31
parent27e353b1391b2c105ba32a759a2cc4a3cd1c651f
Bug 62151: Fix warnings about illegal reflective access in Java 9+ by
using a similar approach as Apache Hadoop via a CleanerUtil class which encapsulates
the two different approaches for Java <= 8 and Java >= 9

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854630 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/nio/CleanerUtil.java [new file with mode: 0644]
src/java/org/apache/poi/poifs/nio/FileBackedDataSource.java