POI 4.0.0 should be out in a few weeks.
I think the only change that affects Jackcess is that NPOIFS has been renamed to POIFS. Might need to check for dependency conflicts (?).
looks like poi 4.0 is only supporting java 8+, so that would also be a problem.
For now, we can copy/paste from Jackcess: https://github.com/apache/tika/blob/TIKA-2552/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessCompoundOleUtil.java
https://github.com/apache/tika/blob/TIKA-2552/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessOleUtil.java
Not ideal, but I've done worse. :)
There is a java 8+ version of jackcess in the works ( https://sourceforge.net/p/jackcess/code/HEAD/tree/jackcess/branches/jdk8/ ). It will eventually be released as version 3.0. It will work with poi 4.0.
W00t! +1
With commons-lang3, too. Thank you!!!
fixed in trunk, will be in the 3.0.0 release.
Log in to post a comment.
looks like poi 4.0 is only supporting java 8+, so that would also be a problem.
For now, we can copy/paste from Jackcess:
https://github.com/apache/tika/blob/TIKA-2552/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessCompoundOleUtil.java
https://github.com/apache/tika/blob/TIKA-2552/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessOleUtil.java
Not ideal, but I've done worse. :)
There is a java 8+ version of jackcess in the works ( https://sourceforge.net/p/jackcess/code/HEAD/tree/jackcess/branches/jdk8/ ). It will eventually be released as version 3.0. It will work with poi 4.0.
W00t! +1
With commons-lang3, too. Thank you!!!
fixed in trunk, will be in the 3.0.0 release.