From 0b9eb382c0030ca0ca6f6300b35f20992e94afbb Mon Sep 17 00:00:00 2001 From: injectives <11927660+injectives@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:25:24 +0100 Subject: [PATCH] Update README notes on JPMS (#1305) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecbb048ed4..615ba8579b 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ All available versions of this driver can be found at [Maven Central](https://mvnrepository.com/artifact/org.neo4j.driver/neo4j-java-driver) or [Releases](https://github.com/neo4j/neo4j-java-driver/releases). -### Java Module System +### Java Platform Module System -The automatic module name of the driver for the Java Module System is `org.neo4j.driver`. +Both `neo4j-java-driver` and `neo4j-java-driver-all` artifacts have `org.neo4j.driver` module name. + +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. ### Example