Mridula

Results 139 comments of Mridula

@suztomo I can take this on. Please feel free to assign the issue to me.

Hi @axelfontaine thanks for reporting this! I've attempted to reproduce this with a simple app that includes just gax 2.19.0 as a dependency on Graalvm 22.2.0 but haven't been able...

@axelfontaine thanks for the detailed follow-up! I was able to [reproduce](https://github.com/mpeddada1/test-gax) this problem. It seemed like we were bringing in some unnecessary dependencies in java-compute which was causing a conflict...

Thank for helping with unblocking the issue @elharo! @henry0801 We are glad you found this useful.

@fsimmend the [Jib Layer Filter Extension ](https://github.com/GoogleContainerTools/jib-extensions/tree/master/first-party/jib-layer-filter-extension-gradle) is worth looking into. It allows for more fine grained control over the files that are added to your container image. Particularly, if...

@hfhbd thanks for raising this. Perhaps this will provide a bit more background info on how the Jib gradle plugin is intended to be used: https://github.com/GoogleContainerTools/jib/issues/3719#issuecomment-1203109125.

The idea of increasing the availability of the plugin seems valid. We don't have current plans on adding maven central yet but will keep this issue open. Additionally, we are...

Thank you so much for the workaround Chanseok! And thanks for verifying @HamedKaramoko! Hopefully this will be helpful for those who come across this issue in the future.

Adding `do-not-merge` label as more downstream testing is required.