brucelwl opened a new issue, #37193: URL: https://github.com/apache/shardingsphere/issues/37193
When I added `shardingsphere-jdbc` dependencies in the Maven project, many different database dependency packages were added by default. In fact, my project only used MySQL. I think we should refactor the package dependencies and provide packages like `shardingsphere-jdbc-mysql`so that the current project can choose the database type to add dependencies instead of adding all dependencies by default. This will result in many invalid dependency packages in the project, causing the packages to be large and making the startup time longer <img width="670" height="445" alt="Image" src="https://github.com/user-attachments/assets/b9027079-7fdd-4fe5-b9c2-bb210c4ce638" /> <img width="677" height="583" alt="Image" src="https://github.com/user-attachments/assets/3ae541f9-a5f4-4e9c-9b30-f2a7061b9bc2" /> -- 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]
