Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-698

Implementation-Version missed in Manifest-File

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 1.0.0
    • None
    • None

    Description

      In the Manifest-File of the logback-*.jar-files there are np properties like

      • Implementation-Version, Implementation-Title, Implementation-Vendor
      • Specification-Version, Specification-Title, Specification-Vendor

      These Properties are useful to retreive Information about an package via the java.lang.Package-class.
      Example:

      System.out.println(
      org.slf4j.Logger.class.getPackage()
      .getImplementationVersion());
      System.out.println(
      ch.qos.logback.core.Appender.class.getPackage()
      .getImplementationVersion());

      First sysout returns e.g. 1.6.4, whereas second sysout returns null.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            rudi Rudolf Pfister
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: