Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s2a: don't use reflection to load token manager. #11590

Merged
merged 3 commits into from
Oct 3, 2024

Conversation

rmehta19
Copy link
Contributor

@rmehta19 rmehta19 commented Oct 2, 2024

Address: #11113 (comment)

@rmehta19 rmehta19 mentioned this pull request Oct 2, 2024
)

java_library(
name = "single_token_fetcher",
Copy link
Member

Choose a reason for hiding this comment

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

Oh, I understand more of what was going on here, now. You were thinking people didn't have to depend on certain targets. In OSS, they must get all-or-nothing of a particular Java package, and they get everything per-project (aka artifact, aka jar. So grpc-java/s2a folder here).

SingleTokenFetcher has so very, very little code and no dependencies. So it doesn't make sense to split it out into a separate package+project/artifact.

@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Oct 2, 2024
@ejona86
Copy link
Member

ejona86 commented Oct 2, 2024

The bazel build is failing for this PR.

@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Oct 2, 2024
@ejona86 ejona86 added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Oct 2, 2024
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Oct 2, 2024
@ejona86 ejona86 merged commit 35f0d56 into grpc:master Oct 3, 2024
15 checks passed
kannanjgithub pushed a commit to kannanjgithub/grpc-java that referenced this pull request Oct 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants