xerial/sqlite-jdbc

SLF4J still required in release 3.47.0.0

Closed this issue · 1 comments

Describe the bug
SLF4J is still marked as required in release 3.47.0.0, although it should be optional according to the Release Notes for 3.46.1.1

To Reproduce
Running jlink in a project that uses sqlite-jdbc without slf4j jars in the classpath result in this error:

jlink failed (exit code 1), output is: Error: Module org.slf4j not found, required by org.xerial.sqlitejdbc
java.lang.module.FindException: Module org.slf4j not found, required by org.xerial.sqlitejdbc

Expected behavior
jlink should be able to link the project without requiring org.slf4j

Logs
If applicable, provide logs.

Environment (please complete the following information):

  • OS: macOS, Windows and Linux
  • CPU architecture: x86_64 and arm64
  • Java version: 21.0.5
  • sqlite-jdbc version 3.47.0.0

Additional context
org.slf4j is marked as required in src/main/java9/module-info.java

This issue is fixed in latest snapshot that incorporated PR #1205