Uploaded image for project: 'Commons Logging'
  1. Commons Logging
  2. LOGGING-189

1.3.0 has wrong/dubious imports in OSGi manifest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.3.1

    Description

      Looking through the MANIFEST.MF of the 1.3.0 version, I see the following in Import-Package, which looks wrong:

      org.slf4j;version="1.7.0.30";resolution:=optional
      

      This seems to be coming from pom.xmlhttps://github.com/apache/commons-logging/blob/e0255a5845814802586b91c889ab3e9fc4bf9d68/pom.xml#L741. This line should have the interval definition instead like

      org.slf4j;version="[1.7.0, 3.0)";resolution:=optional
      

      Attachments

        Activity

          People

            ggregory Gary D. Gregory
            wilx Václav Haisman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: