-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
In the release starting Feb 3, we had to add a few configurations to HW repos. We need to centralize them at the gax level.
- googleapis/java-spanner@27e9f6c
- googleapis/java-spanner-jdbc@1b95468
- googleapis/java-spanner-jdbc@d3f0047
- googleapis/java-spanner-jdbc@95a0d5c
- googleapis/java-bigtable@f4ef9e8
- googleapis/java-bigtable@42b3410
- googleapis/java-pubsub@1b11b1d
- googleapis/java-logging@335f258
- googleapis/java-logging@ca27bc8
- googleapis/java-logging@c28b41b
Note that most of this config involves initializing junit classes into the image heap, for which I used src/test/.../native-image
in order to not have these classes put in the production image heap.
Ideally, we should move all of these initializations to gax and then remove these configs once the following sdk-platform-config is released.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.