Haowei Yu created ARROW-6099:
--------------------------------
Summary: [JAVA] Has the ability to not using slf4j logging
framework
Key: ARROW-6099
URL: https://issues.apache.org/jira/browse/ARROW-6099
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Affects Versions: 0.14.1
Reporter: Haowei Yu
Currently, the java library directly calls slf4j api, and there is no abstract
layer. This leads to user need to install slf4j as a requirement even if we
don't use slf4j at all.
It is best if you can change the slf4j dependency to provided and log content
only if slf4j jar file is provided at runtime.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)