Mridula

Results 38 issues of Mridula

Thank you for opening a Pull Request! Before submitting your PR, please read our [contributing guidelines](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md). There are a few things you can do to make sure it goes smoothly:...

size: s

Discovered in https://github.com/googleapis/sdk-platform-java/pull/2694. The ITHttpAnnotationTest fails with the following error: ``` Error: Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.072 s

type: bug
priority: p2

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. ](https://github.com/googleapis/java-shared-config/pull/687) However, for bazel, we still need to make an additional update to the graal-sdk...

type: feature request
priority: p2

We generate [configurations for `com.google.firestore.v1` classes ](https://github.com/googleapis/java-firestore/blob/main/google-cloud-firestore/src/main/resources/META-INF/native-image/com.google.cloud.firestore.v1/reflect-config.json)but not `com.google.firestore.bundle` classes. These needed to be manually added in https://github.com/googleapis/java-firestore/pull/1419.

type: feature request
priority: p2

The `semicolon` is no longer a supported separator as described in [golang.org/issue/25192](https://github.com/golang/go/issues/25192) In the Java gapic-generator, the query parameter `json;enum-encoding=int` is appended to requests when the numeric enum feature is...

priority: p2
type: bug

Currently, we only include native image verification for the `oauth2_http` module. Note the `mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'` in `.kokoro/build.sh`. TODO: Add `credentials` and `appengine` to...

priority: p2
type: feature request
feature

TODO: Add test job to handle verification of native image sample.

samples

The graalvm presubmits (java-compute and java-aiplatform) are taking ~1 hr to run on each PR. Given the extensive coverage of showcase tests for GAX and the minimal added functionality in...

type: feature request
priority: p2

This code has been tested manually with `jib/examples/helloworld/`. **Notes:** - If manifest list found then the log picks the image that contains the same os and architecture as the local...

Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md). Please follow the guidelines below before opening an issue or a PR: - [...