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

Bump Guava version to 33.2.0. #1931

Merged
merged 1 commit into from
May 28, 2024
Merged

Bump Guava version to 33.2.0. #1931

merged 1 commit into from
May 28, 2024

Conversation

ting-yuan
Copy link
Collaborator

No description provided.

@ting-yuan ting-yuan requested a review from neetopia May 28, 2024 20:05
@ting-yuan
Copy link
Collaborator Author

ting-yuan commented May 28, 2024

Temporarily fixes #1911, where KSP's dependency of older Guava polluted the classpath. There are a few options:

  1. Do not bundle Guava. However, because of the isolating classloader, KSP still needs to specify a version of Guava manually and cannot let Gradle decide it. There is no difference from bundling Guava from the processor's point of view.
  2. Implement a special classloader that does some filtering. This is a bit complicated but may be the solution in the long run.
  3. (this patch) Bump Guava version and assume that it is backward compatible.

@ting-yuan ting-yuan merged commit 3f13a8e into google:main May 28, 2024
3 checks passed
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.

2 participants