Centralize native image test configs #3638
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
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.
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.
The text was updated successfully, but these errors were encountered: