SLF4J / SLF4J-595 [Open]
Add module-info.java to jul-to-slf4j

==============================

Here's what changed in this issue in the last few minutes.

This issue has been created
This issue is now assigned to you.


View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-595

==============================
 Issue created
------------------------------

Gili created this issue on 08/Jul/23 4:15

Summary:              Add module-info.java to jul-to-slf4j
Issue Type:           Improvement
Affects Versions:     2.0.7
Assignee:             SLF4J developers list
Components:           jul-to-slf4j
Created:              08/Jul/23 4:15
Priority:             Major
Reporter:             Gili
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;
  }


==============================
 This message was sent by Atlassian Jira (v9.6.0#960000-sha1:a3ee8af)

_______________________________________________
slf4j-dev mailing list
[email protected]
https://mailman.qos.ch/cgi-bin/mailman/listinfo/slf4j-dev

Reply via email to