Have proper drop-in replacement for commons-logging
Description
Openfire contains a Commons Logging factory in org.jivesoftware.util.log.util.CommonsLogFactory that wraps logging calls (originally, it wrapped Jive's logger, which got replaced by slf4j). Sl4fj offers the same functionality: http://www.slf4j.org/legacy.html - we should use that directly, which reduces complexity in Openfire.
Openfire contains a Commons Logging factory in
org.jivesoftware.util.log.util.CommonsLogFactory
that wraps logging calls (originally, it wrapped Jive's logger, which got replaced by slf4j). Sl4fj offers the same functionality: http://www.slf4j.org/legacy.html - we should use that directly, which reduces complexity in Openfire.