You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (Jira)" <ji...@apache.org> on 2022/10/10 18:40:00 UTC

[jira] [Resolved] (WICKET-6958) Allow to use Slf4j 1.7.x in OSGi runtime

     [ https://issues.apache.org/jira/browse/WICKET-6958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene resolved WICKET-6958.
-------------------------------------
    Resolution: Fixed

> Allow to use Slf4j 1.7.x in OSGi runtime
> ----------------------------------------
>
>                 Key: WICKET-6958
>                 URL: https://issues.apache.org/jira/browse/WICKET-6958
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 9.5.0
>            Reporter: Daniel Stoch
>            Priority: Major
>             Fix For: 10.0.0, 9.12.0
>
>
> According to discussion in WICKET-6955 please change minimum version of Slf4j packages in all Wicket bundles to allow using them in OSGi runtime with lower version of Slf4j 1.7.x (instead of 2.x).
> Currently it is not possible using OSGi, because in Import-Package min version is 2.0:
> {noformat}
> org.slf4j;version="[2.0,3)"
> {noformat}
> So maybe this can be changed to:
> {noformat}
> org.slf4j;version="[1.7,3)"
> {noformat}
> to allow use Slf4j >= 1.7



--
This message was sent by Atlassian Jira
(v8.20.10#820010)