You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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):
Additional context
org.slf4j
is marked as required insrc/main/java9/module-info.java
The text was updated successfully, but these errors were encountered: