Skip to content

Commit 055aea0

Browse files
HannesWellceki
authored andcommitted
Remove export of obsolete/removed package 'org.slf4j.impl' in OSGi
Since SLF4J 2 the connection between SLFJ4 and its providers is established via the Service Loader mechanism, which is enabled in OSGi runtimes using a Service Loader Mediator. The package 'org.slf4j.impl' no longer exists in the logback-classic bundle and therefore can not and need no longer be exported. Fixes https://jira.qos.ch/browse/LOGBACK-1730 Signed-off-by: Hannes Wellmann <[email protected]>
1 parent 1418273 commit 055aea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logback-classic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
</executions>
315315
<configuration>
316316
<instructions>
317-
<Export-Package>ch.qos.logback.classic*, org.slf4j.impl;version=${slf4j.version}</Export-Package>
317+
<Export-Package>ch.qos.logback.classic*</Export-Package>
318318
<!-- LB-CLASSIC It is necessary to specify the rolling
319319
file packages as classes are created via IOC (xml
320320
config files). They won't be found by Bnd's analysis

0 commit comments

Comments
 (0)