You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/08 17:24:58 UTC

[GitHub] [shardingsphere] terrymanu opened a new issue, #22752: Discuss rename artifactId from shardingsphere-jdbc-core to shardingsphere-jdbc

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Discuss rename artifactId from shardingsphere-jdbc-core to shardingsphere-jdbc [shardingsphere]

Posted by "strongduanmu (via GitHub)" <gi...@apache.org>.
strongduanmu commented on issue #22752:
URL: https://github.com/apache/shardingsphere/issues/22752#issuecomment-1951170249

   This is a good idea to prevent users from incorrectly using `shardingsphere-jdbc` and `shardingsphere-jdbc-core` dependencies.
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #22752: Discuss rename artifactId from shardingsphere-jdbc-core to shardingsphere-jdbc

Posted by "RaigorJiang (via GitHub)" <gi...@apache.org>.
RaigorJiang commented on issue #22752:
URL: https://github.com/apache/shardingsphere/issues/22752#issuecomment-1404695252

   As a dependency entry, `shardingsphere-jdbc` is better than `shardingsphere-jdbc-core`.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Discuss rename artifactId from shardingsphere-jdbc-core to shardingsphere-jdbc [shardingsphere]

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC closed issue #22752: Discuss rename artifactId from shardingsphere-jdbc-core to shardingsphere-jdbc
URL: https://github.com/apache/shardingsphere/issues/22752


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org