Commit 8010da5
fix(java): initialize classes at build-time to address native image 22.2.0 issues (#1026)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.5
* fix(java): initialize class at build-time to address 22.2.0 native-image issues
* add junit class for built-time initialization
Co-authored-by: Renovate Bot <[email protected]>1 parent 232a42f commit 8010da5
File tree
2 files changed
+5
-2
lines changed- src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments