We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f601a commit d502fa1Copy full SHA for d502fa1
RELEASE_NOTES.md
@@ -1,5 +1,21 @@
1
# Release Notes
2
3
+## 0.9.3
4
+
5
+This version supports JDK17 [#660](http://github.com/msgpack/msgpack-java/pull/660).
6
7
+Important: If you need to use DirectByteBuffer (raw memory access) in JDK17 or later, specify two JVM options to allow accessing
8
+native memory:
9
+```
10
+--add-opens=java.base/java.nio=ALL-UNNAMED
11
+--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
12
13
+Internal updates:
14
15
+* Use SPDX-ID in license name [#653](http://github.com/msgpack/msgpack-java/pull/653)
16
+* Update airframe-json, airspec to 22.6.4 [#659](http://github.com/msgpack/msgpack-java/pull/659)
17
+* Update akka-actor to 2.6.19 [#647](http://github.com/msgpack/msgpack-java/pull/647)
18
19
## 0.9.2
20
21
Internal updates:
0 commit comments