Skip to content

Java 9+ Compatibility #311

Closed
Closed
@MikeDombo

Description

@MikeDombo

https://github.com/awslabs/aws-crt-java/blob/652a6f853a35cd064dbe1dbff4aedee197991b37/src/native/java_class_ids.c#L204,L210

The ByteBuffer methods won't be able to be found on Java 9+ due to Java's changing the return type to be ByteBuffer instead of the superclass Buffer

You may need to update the code to look for what it looks for now, and then if that fails try to look for the other version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions