Skip to content

build: use local google-auth-library in bazel tests#12814

Open
chingor13 wants to merge 6 commits intomainfrom
sdk-platform-integration
Open

build: use local google-auth-library in bazel tests#12814
chingor13 wants to merge 6 commits intomainfrom
sdk-platform-integration

Conversation

@chingor13
Copy link
Copy Markdown
Contributor

@chingor13 chingor13 commented Apr 15, 2026

Fixes #12774

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces local Bazel java_library targets for the google-auth-library-java credentials and oauth2_http modules, and updates the gax-java build files to reference these local targets instead of external dependencies. Feedback indicates that the source file glob patterns should be updated to reflect standard Maven directory structures to avoid empty targets, and redundant workspace prefixes should be removed from internal target labels for better consistency and idiomatic Bazel usage.

Comment thread google-auth-library-java/credentials/BUILD.bazel
Comment thread google-auth-library-java/oauth2_http/BUILD.bazel
Comment thread sdk-platform-java/gax-java/gax-grpc/BUILD.bazel
Comment thread sdk-platform-java/gax-java/gax-httpjson/BUILD.bazel
Comment thread sdk-platform-java/gax-java/gax/BUILD.bazel
@chingor13 chingor13 marked this pull request as ready for review April 15, 2026 19:36
@chingor13 chingor13 requested review from a team as code owners April 15, 2026 19:36
@chingor13 chingor13 force-pushed the sdk-platform-integration branch from 01de4e7 to 89e5c46 Compare April 15, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[sdk-platform-java] Bazel tests should use latest snapshot Auth

2 participants