We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After updating the Spring Boot version to 2.7.0, the following error occurs.
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableMap.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap;
Update Guava version from 30.1.1-jre to 31.1-jre.
Links to related issues.
The text was updated successfully, but these errors were encountered:
Update Guava version #1176
67a12dc
Merge pull request #1177 from terasolunaorg/issues/1176_Update-Guava-…
1926d57
…version Update Guava version #1176
ae90389
(cherry picked from commit 67a12dc)
btkawaharahd
No branches or pull requests
Description
After updating the Spring Boot version to 2.7.0, the following error occurs.
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableMap.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableMap;
Possible Solution
Update Guava version from 30.1.1-jre to 31.1-jre.
Affect versions
Issue links
The text was updated successfully, but these errors were encountered: