Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Commons Log 2.0.6
-
None
Description
Commons Log is currently exporting version 1.5.2 of SLF4j. This is a very old version of the library. I'm currently using Commons Logging as a replacement for PAX Logging because of classloading issues with PAX in JBoss, and I needed to make a couple changes to facilitate that.
Updating the dependency and exported versions of SLF4j fixes most of the issues I have with trying to exclusively use Commons Log. In addition to updating the version, I've moved the spi and helpers packages into the exported packages instead of private packages. This makes it mirror PAX more closely and handles all the logging requirements of 3rd party bundles in my application.
Attachments
Attachments
Issue Links
- is related to
-
DIRMINA-794 Log4jXmlFormatter is unnecessarily tied to BasicMDCAdapter
- Closed
-
KARAF-198 Remove dependency upon org.slf4j.helpers.MessageFormatter
- Closed