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

msgPack for Java have 4 warnings (called deprecated Unsafe method)

Open yuyongbo9527 opened this issue 1 month ago • 0 comments

My environment: openjdk-25 springboot3 msgpack-core 0.9.10 (latest version)

Test example code: public static void basicUsage()

Console info (4 warnings) :

  1. WARNING: A terminally deprecated method in sun.misc.Unsafe has been called

  2. WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by org.msgpack.core.buffer.MessageBuffer (file:/C:/Users/test9527/.m2/repository/org/msgpack/msgpack-core/0.9.10/msgpack-core-0.9.10.jar)

  3. WARNING: Please consider reporting this to the maintainers of class org.msgpack.core.buffer.MessageBuffer

  4. WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release

[email protected]

yuyongbo9527 avatar Nov 08 '25 08:11 yuyongbo9527