You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "mbien (via GitHub)" <gi...@apache.org> on 2023/03/25 13:46:51 UTC

[GitHub] [netbeans] mbien commented on pull request #5716: html.validator: Remove dependency on log4j

mbien commented on PR #5716:
URL: https://github.com/apache/netbeans/pull/5716#issuecomment-1483829659

   patch looks good. An alternative approach for something like this could be to use SLF4J bridges, since the project has a bridge for almost everything. In this particular case:
   
   `log4j-over-slf4j` + `slf4j-jdk14`
   
   this would map log4j 1 to slf4j and use the weirdly named `slf4j-jdk14` impl as "logging impl", which is actually a bridge to `java.util.logging`.
   
   https://www.slf4j.org/legacy.html#log4j-over-slf4j +
   https://www.slf4j.org/manual.html#projectDep (scrolll down to `slf4j-jdk14`) 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists