MessagePack v0.9.3 Release Notes
-
👍 This version supports JDK17 #660.
Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow accessing native memory:
--add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
⚡️ Internal updates: