gapic-generator-java
gapic-generator-java copied to clipboard
Investigate non-atomic update to graal-sdk dependency in dependencies.properties file
With java-shared-config:1.6.0, the dependency management of graal-sdk in maven was shifted from sdk-platform-java to java-shared-config. However, for bazel, we still need to make an additional update to the graal-sdk version in sdk-platform-java.
TODO: Investigate if it is feasible to consolidate the updates to the graal-sdk.
@mpeddada1 I forget - is this still an open question?
@alicejli thanks for the note. Apologies for missing this earlier. Yes, this still remains to be an issue. While the dependency is atomically updated in Maven, a manual update in bazel is still needed. That being said, modifying the label to feature request since it is a proposed enhancement to how the update is done as opposed to a regression.