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

Add module-info.java to jul-to-slf4j

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.9
    • 2.0.7
    • jul-to-slf4j
    • None

    Description

      I am getting warnings when using jul-to-slf4j in the context of Java Modules because it is missing a module-info.java file. Can you please add support?

      I believe the following should do the trick:

       
      module org.slf4j.bridge

      {   requires org.slf4j;   requires java.logging;   exports org.slf4j.bridge; }

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            cowwoc Gili
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: