Skip to content

Commit d502fa1

Browse files
committed
0.9.3 release notes
1 parent 36f601a commit d502fa1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

521
Internal updates:

0 commit comments

Comments
 (0)