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

[GitHub] [maven] elharo opened a new pull request, #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

elharo opened a new pull request, #1051:
URL: https://github.com/apache/maven/pull/1051

   This is a more direct approach to avoiding the warnings. Just take them out. They're not actionable and no one cares about this. 


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven] rmannibucau commented on pull request #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

Posted by "rmannibucau (via GitHub)" <gi...@apache.org>.
rmannibucau commented on PR #1051:
URL: https://github.com/apache/maven/pull/1051#issuecomment-1480213176

   @slachiewicz not differently than today, keep in mind it was already not working since it was using the broken logger setup to log, only actual useful logging was the printstacktrace on stderr (without logger) when the integration was not working which can't happen here since this init is done before the init so tempted to say we support your case dropping the code ;).


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven] slachiewicz commented on pull request #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

Posted by "slachiewicz (via GitHub)" <gi...@apache.org>.
slachiewicz commented on PR #1051:
URL: https://github.com/apache/maven/pull/1051#issuecomment-1479963731

   what if plugin use SLF4J 2 (not supported by Maven) - then we will just hide issue


-- 
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: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven] elharo merged pull request #1051: [MNG-7724] don't warn about unsupported SLF4J configs; no one cares

Posted by "elharo (via GitHub)" <gi...@apache.org>.
elharo merged PR #1051:
URL: https://github.com/apache/maven/pull/1051


-- 
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: issues-unsubscribe@maven.apache.org

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