Skip to content

Commit 0b9eb38

Browse files
authored
Update README notes on JPMS (#1305)
1 parent 2a28144 commit 0b9eb38

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ All available versions of this driver can be found at
4242
[Maven Central](https://mvnrepository.com/artifact/org.neo4j.driver/neo4j-java-driver) or
4343
[Releases](https://github.com/neo4j/neo4j-java-driver/releases).
4444

45-
### Java Module System
45+
### Java Platform Module System
4646

47-
The automatic module name of the driver for the Java Module System is `org.neo4j.driver`.
47+
Both `neo4j-java-driver` and `neo4j-java-driver-all` artifacts have `org.neo4j.driver` module name.
48+
49+
Starting from version 5.0 the `neo4j-java-driver` includes an explicit module declaration ([module-info.java](driver/src/main/java/module-info.java)). The `neo4j-java-driver-all` stays unchanged and is shipped as an automatic module.
4850

4951
### Example
5052

0 commit comments

Comments
 (0)