GoogleCloudPlatform / cloud-sql-jdbc-socket-factory

A collection of Java libraries for connecting securely to Cloud SQL
Apache License 2.0
230 stars 119 forks source link

Update Maven Artifact Names and Descriptions #1728

Open jackwotherspoon opened 9 months ago

jackwotherspoon commented 9 months ago

We should update all maven artifacts to follow better naming conventions and to have better descriptions.

For instance our Postgres JDBC artifact is postgres-socket-factory which by the name itself does not mention Cloud SQL or Connector as all the other languages do.

Maven group: https://mvnrepository.com/search?q=com.google.cloud.sql

Nit: it is not abundantly clear that our j-8 artifact is for Java 8, 11, 17 etc. https://mvnrepository.com/artifact/com.google.cloud.sql/mysql-socket-factory-connector-j-8

jackwotherspoon commented 9 months ago

Need to research how to not make this a breaking change 😄