4 Replies Latest reply on Sep 19, 2010 8:42 AM by walterjwhite

    Modularizing Weld

    walterjwhite

      Hi all,


      I am using Weld to write a Java SE application and I found that it automatically includes some SLF4J bindings.  I have mixed feelings on this because when I test my application, I can't include JDK logging or logback-classic as it interferes with Weld.


      Is there anyway to pull out the locale logging feature into a separate Weld extension?  I really do like that feature because it makes  a lot of sense, but I'd like to be able to choose that.  Right now, I don't have the need to have different logging messages.


      Thanks,


      Walter