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 706e03c commit ab58faeCopy full SHA for ab58fae
upgrade_guide/README.md
@@ -2,6 +2,17 @@
2
3
### 4.13.0
4
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
16
#### Registration of multiple listeners and trackers
17
18
[JAVA-2951](https://datastax-oss.atlassian.net/browse/JAVA-2951) introduced the ability to register
0 commit comments