File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
core/src/main/java/com/google/cloud/sql/nativeimage Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ declare -i return_code=0
4444# jdbc/mysql-j-5 jdbc/mysql-j-8 jdbc/sqlserver r2dbc/sqlserver r2dbc/sqlserver
4545# r2dbc/mysql
4646# https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/824
47- for test_directory in jdbc/postgres; do
47+ for test_directory in jdbc/postgres jdbc/mysql-j-8 ; do
4848 pushd ${test_directory}
4949 echo -e " ******************** Running tests in ${test_directory} ********************\n"
5050 # Dependency convergence enforcer rule would fail with the junit dependencies
@@ -56,4 +56,4 @@ for test_directory in jdbc/postgres; do
5656 echo -e " ******************** Tests complete in ${test_directory} , result: $result ********************\n"
5757 popd
5858done
59- exit ${return_code}
59+ exit ${return_code}
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ public void beforeAnalysis(BeforeAnalysisAccess access) {
8383
8484 NativeImageUtils .registerConstructorsForReflection (
8585 access , "com.mysql.cj.conf.url.SingleConnectionUrl" );
86+ resourcesRegistry .addResources (ConfigurationCondition .alwaysTrue (),
87+ "\\ Qcom/mysql/cj/util/TimeZoneMapping.properties\\ E" );
8688
8789 // for mysql-j-5
8890 NativeImageUtils .registerConstructorsForReflection (
You can’t perform that action at this time.
0 commit comments