[CELEBORN-1366] Bump guava from 32.1.3-jre to 33.1.0-jre#2439
Closed
SteNicholas wants to merge 1 commit intoapache:mainfrom
Closed
[CELEBORN-1366] Bump guava from 32.1.3-jre to 33.1.0-jre#2439SteNicholas wants to merge 1 commit intoapache:mainfrom
SteNicholas wants to merge 1 commit intoapache:mainfrom
Conversation
458c25e to
6d08003
Compare
Member
Author
|
cc @FMX, @pan3793, @cfmcgrady, @otterc, @mridulm. |
FMX
approved these changes
Apr 2, 2024
FMX
pushed a commit
that referenced
this pull request
Apr 2, 2024
### What changes were proposed in this pull request? Bump guava from 32.1.3-jre to 33.1.0-jre. ### Why are the changes needed? Guava v33.1.0 has been released, which release note refers to [v33.1.0](https://github.com/google/guava/releases/tag/v33.1.0). v33.1.0 brings some bug fixes and optimizations as follows: * cache: Fixed a bug that could cause google/guava#6851 (comment) for `CacheLoader`/`CacheBuilder`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2439 from SteNicholas/CELEBORN-1366. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
cfmcgrady
pushed a commit
to cfmcgrady/incubator-celeborn
that referenced
this pull request
Aug 21, 2025
### What changes were proposed in this pull request? Bump guava from 32.1.3-jre to 33.1.0-jre. ### Why are the changes needed? Guava v33.1.0 has been released, which release note refers to [v33.1.0](https://github.com/google/guava/releases/tag/v33.1.0). v33.1.0 brings some bug fixes and optimizations as follows: * cache: Fixed a bug that could cause google/guava#6851 (comment) for `CacheLoader`/`CacheBuilder`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes apache#2439 from SteNicholas/CELEBORN-1366. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Bump guava from 32.1.3-jre to 33.1.0-jre.
Why are the changes needed?
Guava v33.1.0 has been released, which release note refers to v33.1.0. v33.1.0 brings some bug fixes and optimizations as follows:
LocalCachenot usesynchronizedto detect recursive loads (#6845) google/guava#6851 (comment) forCacheLoader/CacheBuilder.Does this PR introduce any user-facing change?
No.
How was this patch tested?
No.