You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I would like to have a robust way to embed my client's version in the client. This is necessary to enable DirectPath despite customer applications shading client artifacts.
Describe the solution you'd like
I would like to add a Version.java file to bigtable client and it be auto updated during release. Currently I either have rely on resource filtering gymnastics or hijack the existing allowlist entry for GoogleUtils.java
Describe alternatives you've considered
Using resource filtering gymnastics to populate files with a version from a maven property. This is pretty clunky and will probably cause issues when importing in g3
Using the already allowlisted GoogleUtils.java. This is a bit hacky and intended for a different audience.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I would like to have a robust way to embed my client's version in the client. This is necessary to enable DirectPath despite customer applications shading client artifacts.
Describe the solution you'd like
I would like to add a Version.java file to bigtable client and it be auto updated during release. Currently I either have rely on resource filtering gymnastics or hijack the existing allowlist entry for GoogleUtils.java
Describe alternatives you've considered
Additional context
googleapis/java-bigtable#451
The text was updated successfully, but these errors were encountered: