Replies: 4 comments
-
Please associate PRs and bug reports to a Jira issue. |
Beta Was this translation helpful? Give feedback.
-
bug report created in jira: https://jira.qos.ch/browse/SLF4J-583 |
Beta Was this translation helpful? Give feedback.
-
I also experience this when developing my Eclipse RCP application (using Eclipse 2022-12). Manually updating the slf4j-simple-2.0.6.jar/META-INF/manifest.mf to include "Require-Bundle: org.slf4j.api" instead of "Require-Bundle: slf4j.api" solves it. Hoping for a fix in 2.0.7 :). |
Beta Was this translation helpful? Give feedback.
-
@Nutstree The jira.qos.ch server crashed and had to be rebuilt from backups. This led to some data loss. If you would like to |
Beta Was this translation helpful? Give feedback.
-
Since 2.0.6 the symbolic names are changed in SLF4J which introduced an inconsistency
slf4j-simple MANIFEST contains this
Require-Bundle: slf4j.api
while at the same time slf4j-api MANIFEST contains this
Bundle-SymbolicName: org.slf4j.api
Beta Was this translation helpful? Give feedback.
All reactions