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 987ce6e commit 5f9b530Copy full SHA for 5f9b530
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.8.0 [unreleased]
2
3
+### CI
4
+
5
+1. [#313](https://github.com/InfluxCommunity/influxdb3-java/pull/313): Clarify JDK 25+ requirements.
6
7
## 1.7.0 [2025-11-21]
8
9
### Bug Fixes
README.md
@@ -38,6 +38,8 @@ We offer this [Getting Started: InfluxDB 3.0 Java Client Library](https://www.yo
38
## Installation
39
40
> :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`.
43
44
Add the latest version of the client to your project:
45
0 commit comments