Hi Upgrading to log4j2 in https://issues.apache.org/jira/browse/SOLR-7887 added dependency on a bunch of log4j libs to solr-core, e.g. log4j-slf4j-impl which is a binding for slf4j to log using log4j. This seems wrong since people who consume solr-core through Maven should be able to freely choose logging framework by throwing in the desired static binding jars on classpath. Now you need to <exclude>org.apache.logging.log4j:log4j-slf4j-impl</exclude> in your solr-core dependency which is a workaround but not in the true spirit of slf4j.
WDYT? Shawn? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
