Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the driver module name #189

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/scripts/driver_details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ modules:
driver_prop: '[{"name":"oracle","type":"jdbc","className":"oracle.jdbc.driver.OracleDriver","description":"Plugin for the Oracle 12c JDBC driver"}]'
artifact_name: 'ojdbc8'
artifact_version: '12.2.0.1'
cloudsql-mysql:
cloudsql-mysql-plugin:
url: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases/download/v1.0.16/mysql-socket-factory-connector-j-8-1.0.16-jar-with-driver-and-dependencies.jar
driver_prop: '[{"name":"cloudsql-mysql","type":"jdbc","className":"com.mysql.jdbc.Driver","description":"Plugin for the CloudSQL MySQL JDBC driver"}]'
artifact_name: 'cloudsql-mysql-plugin'
artifact_version: '8-1.0.16-jar-with-driver-and-dependencies'
cloudsql-postgresql:
cloudsql-postgresql-plugin:
url: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/releases/download/v1.0.16/postgres-socket-factory-1.0.16-jar-with-driver-and-dependencies.jar
driver_prop: '[{"name":"cloudsql-postgresql","type":"jdbc","className":"org.postgresql.Driver","description":"Plugin for the CloudSQL PostgreSQL JDBC driver"}]'
artifact_name: 'cloudsql-postgresql-plugin'
Expand Down