terrymanu opened a new issue, #22752:
URL: https://github.com/apache/shardingsphere/issues/22752

   After adding `ShardingSphereDriver`, spring namespace and spring boot 
starter of ShardingSphere-JDBC are no longer important. 
   After removed them, the sub-module of `shardingsphere-jdbc` contains 
`shardingsphere-jdbc-core` only.
   
   I know that API changes always annoy users. However, I still believe it is a 
good idea to rename the `shardingsphere-jdbc-core` of the root artifact ID to 
`shardingsphere-jdbc`.
   
   Before changes, import ShardingSphere-JDBC from maven is:
   
   ```xml
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc-core</artifactId>
   ```
   
   I think it's better to change it to:
   
   ```xml
       <groupId>org.apache.shardingsphere</groupId>
       <artifactId>shardingsphere-jdbc</artifactId>
   ```
   
   Any suggestion?
   


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