Skip to content

Commit 2ca6122

Browse files
committed
chore: Update README to include JVM argument for unsafe memory access in JDK 25+
1 parent 5f9b530 commit 2ca6122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We offer this [Getting Started: InfluxDB 3.0 Java Client Library](https://www.yo
3838
## Installation
3939

4040
> :warning: Some JDK internals must be exposed by adding `--add-opens=java.base/java.nio=ALL-UNNAMED` to your JVM arguments.
41-
41+
4242
If you are using JDK 25 or later, you also need to add `--sun-misc-unsafe-memory-access=allow`.
4343

4444
Add the latest version of the client to your project:

0 commit comments

Comments
 (0)