Hi Karl, > The ManifoldCF code itself has all been migrated to log via Log4J 2. As I > said before, we have dependencies though that do not go that route.
Our own Logging classes actually still use Log4J 1 API. Logging is adapted (at runtime) by the log4j-1.2-api-2.4.1.jar. https://github.com/apache/manifoldcf/blob/ec330a7261c7ca6a3362dcf1358ddf95cf4991d0/framework/core/src/main/java/org/apache/manifoldcf/core/system/Logging.java#L25 We might consider migrating our own logging code to use the actual Log4J 2 API + Core (Core is needed for the programmatic configuration). Without the log4j-1.2-api adapter, it is no longer a problem to have log4j 1 around for the other dependencies. Cheers, Markus ________________________________ Pflichtangaben anzeigen<http://www.deutschebahn.com/pflichtangaben/20190306> Nähere Informationen zur Datenverarbeitung im DB-Konzern finden Sie hier: http://www.deutschebahn.com/de/konzern/datenschutz
