Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6958

Allow to use Slf4j 1.7.x in OSGi runtime

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 9.5.0
    • 10.0.0-M1, 9.12.0
    • wicket
    • None

    Description

      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:

      org.slf4j;version="[2.0,3)"
      

      So maybe this can be changed to:

      org.slf4j;version="[1.7,3)"
      

      to allow use Slf4j >= 1.7

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              interface Daniel Stoch
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: