So... we’re getting this now:
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; My guess is that the jdk 8 build process is fetching jdk 11 artifacts. If true, I can’t figure out why builds from jdk 11 aren’t java 8 compliant. We have a profile trigger for >= jdk 9 to release java 8. On Tue, Sep 8, 2020 at 4:29 PM Hudson (Jira) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TIKA-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192447#comment-17192447 > ] > > Hudson commented on TIKA-3119: > ------------------------------ > > UNSTABLE: Integrated in Jenkins build Tika » tika-branch1x-jdk8 #7 (See [ > https://ci-builds.apache.org/job/Tika/job/tika-branch1x-jdk8/7/]) > TIKA-3119 -- general upgrades for 1.25 (tallison: [ > https://github.com/apache/tika/commit/6ef132c1352252d881a4c5cf6dcfed1e8a981869 > ]) > * (edit) tika-example/pom.xml > * (edit) tika-parent/pom.xml > * (edit) tika-parsers/pom.xml > * (edit) > tika-parsers/src/main/java/org/apache/tika/parser/pkg/RarParser.java > * (edit) > tika-parsers/src/test/java/org/apache/tika/parser/microsoft/xml/XML2003ParserTest.java > * (edit) > tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessParser.java > > > > General upgrades for 1.25 > > ------------------------- > > > > Key: TIKA-3119 > > URL: https://issues.apache.org/jira/browse/TIKA-3119 > > Project: Tika > > Issue Type: Task > > Reporter: Tim Allison > > Priority: Major > > Attachments: Screen Shot 2020-06-19 at 8.56.05 PM.png, > Screenshot from 2020-06-19 14-50-21.png > > > > > > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005) >
