File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
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+
319## 0.9.2
420
521Internal updates:
You can’t perform that action at this time.
0 commit comments