[
https://issues.apache.org/jira/browse/IGNITE-21602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-21602:
---------------------------------------
Description: In Java 21, the signature of the constructor of
DirectByteBuffer we use was changed: now length is a long, not an int. We need
to support this new signature, still using the old one with older versions of
Java.
> Fix direct buffers allocation on Java 21
> ----------------------------------------
>
> Key: IGNITE-21602
> URL: https://issues.apache.org/jira/browse/IGNITE-21602
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In Java 21, the signature of the constructor of DirectByteBuffer we use was
> changed: now length is a long, not an int. We need to support this new
> signature, still using the old one with older versions of Java.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)