[
https://issues.apache.org/jira/browse/HBASE-23132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16947137#comment-16947137
]
Michael Stack commented on HBASE-23132:
---------------------------------------
To test this is no longer an issue, build core with jdk8 and then cd
hbase-client and do mvn test -Dtest=TestProtobufUtil. All tests should pass. If
a problem, you'll see the complaint about NoSuchMethodError for the test that
tries to read a Cell from offheap buffer.
> Squash hbase-thirdparty-3.1.0; was compiled w/ jdk10 so "NoSuchMethodError:
> java.nio.ByteBuffer.*"
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-23132
> URL: https://issues.apache.org/jira/browse/HBASE-23132
> Project: HBase
> Issue Type: Bug
> Reporter: Michael Stack
> Assignee: Michael Stack
> Priority: Major
> Fix For: hbase-thirdparty-3.1.1
>
>
> Tried to use the hbase-thirdparty lib. Ran into this issue
> https://github.com/eclipse/jetty.project/issues/3244 when I tried to update
> core to use the new hbase-thirdparty (A single failed unit test,
> TestProtobufUtil, complained of missing ByteBuffer position method when
> buffer was offheap). Pushed a recompiled artifact, one that uses the 3.1.0
> tag., built with jdk8 and that works if local repo but can't override
> published artifaict. Let me make a new one.
> Need an issue else the RC scripts fail. Let this be it. Resovling against
> hbase-thirdparty-3.1.1.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)