linghengqian commented on issue #32377:
URL: 
https://github.com/apache/shardingsphere/issues/32377#issuecomment-2271230114

   - The handling of #32389 is not reasonable, because now the operation of 
using ShardingSphere of master branch becomes as follows.
   ```xml
   <dependency>
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc</artifactId>
       <version>5.1.0-SNAPSHOT</version>
   </dependency>
   <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
       <version>1.2.13</version>
   </dependency>
   ```
   - In fact, we need to change all the calls to Logback Java API in 
`shardingsphere-logging-core` to calls to Slf4j Java API.


-- 
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]

Reply via email to