You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, we depend from many tools that use SLF4J, but none that require JUL; we are still using JUL as our default backend for SLF4J (with slf4j-jdk14 module).
After we migrate all logs from java.util.logging APIs to SLF4J, we can drop slf4j-jdk14 and start using another backend like Logback.
Then, it would be cool to add a PMD rule to prohibit the usage of JUL (that we cannot remove from classpath because it is part of the Java standard library...)
No description provided.
The text was updated successfully, but these errors were encountered: