Commit 9e9bff8
committed
Add JPMS automatic module name (1.4)
This is a backport of the PR #454 to `v1.4-andium` stable branch.
This PR adds the name `duckdb.jdbc` as an [automatic JPMS module](https://openjdk.org/projects/jigsaw/spec/sotms/#automatic-modules)
name to the driver JAR. This makes this name, that was previously
derived from the JAR file name, to be stable when the driver is used
from modular applications.
Testing: CI test added that checks the module name.
Fixes: #4311 parent a7ce5de commit 9e9bff8
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
0 commit comments