gapic-generator-java icon indicating copy to clipboard operation
gapic-generator-java copied to clipboard

Generates GAPIC Java client libraries from protobufs.

Results 238 gapic-generator-java issues
Sort by recently updated
recently updated
newest added

fmt-maven-plugin upgrade to 2.13 is failing on error for ci/lint and ci/showcase, but pass for other ci checks. see https://github.com/googleapis/sdk-platform-java/pull/3544#issuecomment-2576147488 Found this old attempt to upgrade failing with Java incompatible:...

type: process
priority: p3

https://github.com/googleapis/sdk-platform-java/actions/runs/11821753764 ``` Error: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:5.0.0.4389:sonar (default-cli) on project gapic-generator-java-root: Error status returned by url [https://api.sonarcloud.io/analysis/jres?os=linux&arch=x86_64]: 401 -> [Help 1] ``` similar issue saw in https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3376

type: process
priority: p2

context: https://github.com/googleapis/sdk-platform-java/pull/3469#issuecomment-2573686066

type: process
priority: p3

See [this](yaqs/4937742893109477376#n15) and the earlier comments in the thread for more context. Given two top level resources added to the proto file: ``` option (google.api.resource_definition) = { type: "service.googleapis.com/FolderLocation" pattern:...

type: bug
priority: p2

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: xs

We need to remove empty modules (except for `pom.xml`) when transport changes. For example, in https://github.com/googleapis/googleapis/commit/de97a5f806a215960023d8d184a733260f8a9d3f, the transport changed from `grpc+rest` to `rest` and the source code in the grpc...

type: feature request
priority: p2
hermetic-build

In the hermetic library generation process, we require a `versions.txt` file exists in `repository-path`; otherwise raise `FileNotFoundError` in https://github.com/googleapis/sdk-platform-java/blob/7d6d66a161db5edc538aec065405954acf4434c5/hermetic_build/library_generation/utils/utilities.py#L164 We didn't check the content of this file and the post...

type: feature request
priority: p2
hermetic-build

In this PR: - Create a shared dependencies version tag for library generation image.

size: m

Certain showcase tests are being excluded from the native showcase CI tests. Example: EchoClientHttpJsonTest and ComplianceClientTest If you look at this [CI showcase build](https://github.com/googleapis/sdk-platform-java/actions/runs/11355074289/job/31583690305) it includes these tests and it...

type: process
priority: p3