Skip to content

Commit ab58fae

Browse files
committed
Update upgrade guide for 4.13.0 release
1 parent 706e03c commit ab58fae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

upgrade_guide/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
### 4.13.0
44

5+
#### Enhanced support for GraalVM native images
6+
7+
[JAVA-2940](https://datastax-oss.atlassian.net/browse/JAVA-2940) introduced an enhanced support for
8+
building GraalVM native images.
9+
10+
If you were building a native image for your application, please verify your native image builder
11+
configuration. Most of the extra configuration required until now is likely to not be necessary
12+
anymore.
13+
14+
Refer to this [manual page](../manual/core/graalvm) for details.
15+
516
#### Registration of multiple listeners and trackers
617

718
[JAVA-2951](https://datastax-oss.atlassian.net/browse/JAVA-2951) introduced the ability to register

0 commit comments

Comments
 (0)