laurentgo opened a new issue, #40907: URL: https://github.com/apache/arrow/issues/40907
### Describe the bug, including details regarding any error messages, version, and platform. The Arrow FlightSQL JDBC driver does not shade slf4j-api. Arrow uses Slf4j 2.x api which is backward compatible from an API point of view with Slf4j 1.x (the opposite is not true) but the backend discovery mechanism is different. When the driver is used within an application using Slf4j 1.x, it may cause the application logging backend to stop working. ### Component(s) Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
