Skip to content

Commit

Permalink
Update README notes on JPMS (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives authored Sep 5, 2022
1 parent 2a28144 commit 0b9eb38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b9eb38

Please sign in to comment.