Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-602

JCL-Over-SLF4J Module Definition does not specify the service loader (Issue #414)

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.0.14
    • None
    • None
    • None

    Description

      Guys,

      The module definition for the jcl-over-slf4j unfortunately does not specify the service loader for org.apache.commons.logging.LogFactory

      When executing applications in a built JRE (Using JLink or JPackage), the services are loaded from their module definitions, and the functionality is not loaded.

      Could you please possible update the module definition -
      `module org.apache.commons.logging

      { requires org.slf4j; exports org.apache.commons.logging; provides org.apache.commons.logging.LogFactory with org.apache.commons.logging.impl.SLF4JLogFactory; }

      `
      Much appreciated

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            ceki Ceki Gülcü
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: