Skip to content

Commit 5f9b530

Browse files
committed
chore: Update documentation to clarify JDK 25+ requirements and JVM arguments
1 parent 987ce6e commit 5f9b530

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 1.8.0 [unreleased]
22

3+
### CI
4+
5+
1. [#313](https://github.com/InfluxCommunity/influxdb3-java/pull/313): Clarify JDK 25+ requirements.
6+
37
## 1.7.0 [2025-11-21]
48

59
### Bug Fixes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ 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+
42+
If you are using JDK 25 or later, you also need to add `--sun-misc-unsafe-memory-access=allow`.
4143

4244
Add the latest version of the client to your project:
4345

0 commit comments

Comments
 (0)