HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

Missing automatic.module.name property for jdk11

Open Wawrzyniec-Nowak opened this issue 2 years ago • 1 comments

It looks like this property https://github.com/brettwooldridge/HikariCP/blob/bb67b5d287220e824bf1b16a03fa017de9510758/pom.xml#L427 is nowhere defined which cause that following line requires com.zaxxer.hikari; fails because of > Task :compileKotlin FAILED e: Module com.zaxxer.hikari cannot be found in the module graph Previously it was being setup for jdk < jdk11 https://github.com/brettwooldridge/HikariCP/commit/d9ee5fab69e051709373e6212adeeaf88b194b8e#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R530 But currently it does not exist in the repository at all. Is the module exported under different name?

Wawrzyniec-Nowak avatar Mar 03 '22 14:03 Wawrzyniec-Nowak

Here is a PR that brings back this property https://github.com/brettwooldridge/HikariCP/pull/1908

Wawrzyniec-Nowak avatar Mar 03 '22 15:03 Wawrzyniec-Nowak