msgpack-java icon indicating copy to clipboard operation
msgpack-java copied to clipboard

Java 24 warning about Unsafe

Open cstamas opened this issue 4 months ago • 0 comments

On Java 24 msgpack warns:

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.msgpack.core.buffer.MessageBuffer (file:/Users/runner/.m2/repository/org/msgpack/msgpack-core/0.9.10/msgpack-core-0.9.10.jar)
WARNING: Please consider reporting this to the maintainers of class org.msgpack.core.buffer.MessageBuffer
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release

cstamas avatar Sep 04 '25 13:09 cstamas