You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Francesco Mari (JIRA)" <ji...@apache.org> on 2018/12/05 10:28:00 UTC

[jira] [Created] (OAK-7942) Fix covariant return type changes in ByteBuffer

Francesco Mari created OAK-7942:
-----------------------------------

             Summary: Fix covariant return type changes in ByteBuffer
                 Key: OAK-7942
                 URL: https://issues.apache.org/jira/browse/OAK-7942
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: segment-tar
            Reporter: Francesco Mari
            Assignee: Francesco Mari
             Fix For: 1.10


Many methods in {{ByteBuffer}} now return an instance of {{ByteBuffer}} instead of {{Buffer}}. This results in {{NoSuchMethodError}} when code compiled in Java 9 is executed in an older JVM. See [this|https://jira.mongodb.org/browse/JAVA-2559] and [this|https://github.com/plasma-umass/doppio/issues/497#issuecomment-334740243] for reference and proposed fixes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)