[weld-issues] [JBoss JIRA] Closed: (WELD-590) Disable logging out of the box
Pete Muir (JIRA)
jira-events at lists.jboss.org
Fri Nov 12 16:24:36 EST 2010
[ https://jira.jboss.org/browse/WELD-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed WELD-590.
--------------------------
Assignee: Pete Muir (was: Peter Royle)
Fix Version/s: (was: 1.1.0.CR1)
Resolution: Out of Date
We now ship both a shaded jar (with most deps) and an unshaded jar.
> Disable logging out of the box
> ------------------------------
>
> Key: WELD-590
> URL: https://jira.jboss.org/browse/WELD-590
> Project: Weld
> Issue Type: Feature Request
> Components: Java SE Support
> Affects Versions: 1.0.1.Final
> Reporter: Peter Royle
> Assignee: Pete Muir
> Priority: Minor
>
> The presence of SLF4J-simple within the Weld SE jar causes problems for those wanting to use a different SLF4J provider (eg: jdk14).
> This comment from Ceki points to a good solution, using SLF4J 1.6:
> Ceki Gulcu - 23/Apr/10 04:17 AM
> As of SLF4J version 1.6.0, if no binding is found on the class path, then slf4j-api will default to a no-operation implementation discarding all log requests. Thus, instead of throwing an exception, SLF4J will emit a single warning message about the absence of a binding and proceed to discard all log requests without further protest. If Weld's distribution includes slf4j-api.jar but no binding, then even in the absence of any SLF4J binding on the class path, Weld's distribution will still work out-of-the-box, and without requiring the end-user to download a binding from SLF4J's web-site. Only when the end-user wishes to enable logging will she need to install a binding.
> The problem with this currently is that version 1.6 is still alpha, so resolution of this issue will have to wait until version 1.6 is released as stable, and becomes available in the JBoss maven repositories:
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list