Github user mcculls commented on the pull request:

    https://github.com/apache/maven/pull/45#issuecomment-97418554
  
    To be absolutely clear:
    * injection of SLF4J loggers using `@Inject` is not supported in the 
official Guice library
    * injection of SLF4J loggers using `@Requirement` is supported by Sisu's 
Plexus shim
    * injection of j.u.l loggers using `@Inject` is supported in the official 
Guice library
    
    Adding support for injection of SLF4J loggers is possible outside of Guice, 
but it requires you to use a custom annotation rather than `@Inject`: 
https://github.com/google/guice/wiki/CustomInjections
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to