From d502fa122d8072886e8b73936e3d2634b25d8350 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 28 Jun 2022 22:19:36 +0900 Subject: [PATCH] 0.9.3 release notes --- RELEASE_NOTES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c3d62590..367ab917 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,21 @@ # Release Notes +## 0.9.3 + +This version supports JDK17 [#660](http://github.com/msgpack/msgpack-java/pull/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: + +* Use SPDX-ID in license name [#653](http://github.com/msgpack/msgpack-java/pull/653) +* Update airframe-json, airspec to 22.6.4 [#659](http://github.com/msgpack/msgpack-java/pull/659) +* Update akka-actor to 2.6.19 [#647](http://github.com/msgpack/msgpack-java/pull/647) + ## 0.9.2 Internal updates: