This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Commit 29209f8
authored
fix: do not serialize unnecessary fields (#1426)
Do not serialize java.util.regex.Pattern and executor fields in client
side statement. This caused an issue with Java 16 compilation, where an
IllegalAccessException is thrown during JSON serialization of such
fields.1 parent 2d262a1 commit 29209f8
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments