Release zip files include incorrect version of Guava
See original GitHub issueDescribe the bug
Since #2303, the pom.xml
files that reference Guava have specified that any version greater than or equal to 24.1.1
should be used. However, all of the binary releases in GitHub are shipping with Guava version 21.0
.
To Reproduce Steps to reproduce the behavior:
- Download “all-bin” release binary 0.13.0 from GitHub releases
- Extract the file
- Locate the
guava-A.B.C.jar
file in the/lib
folder
Expected behavior
The version number of the located file is greater than or equal to 24.1.1
.
Additional context I’ve confirmed that this is also true for the binary releases that can be retrieved from https://iotdb.apache.org/Download/.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Releases · google/guava - GitHub
common , you may see not only additional legitimate errors but also some incorrect errors because Guava no longer uses @Nullable as frequently...
Read more >java.lang.NoSuchMethodError: com.google.common.collect ...
It looks like the version of Maven you have installed has a dependency on an incorrect version of Guava. Maven 3 does apparently...
Read more >Cannot be Read or is Not a Valid ZIP file – How to fix Maven ...
Corrupt imported file by Maven caused below error: ... RELEASE.jar' in project 'CrunchifySpringMVCTutorial' cannot be read or is not a valid ...
Read more >All Maven projects start with failure - cannot open zip file
When I tried doing Maven Install with the embedded version I got a similar zip file type of error: [ERROR] Failed to parse...
Read more >[ANNOUNCE] Apache Jackrabbit Oak 1.9.0 released-Apache Mail ...
The Apache Jackrabbit community is pleased to announce the release of ... to transformAsync in version 20 [OAK-7201] - make Guava version configurable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Update:
After I upgrade the
airline.version
to 0.9, the guava version in lib directory is no long21.0
anymore.https://github.com/apache/iotdb/blob/5d5f67f3dd860e1d641863289023fd140baa6418/pom.xml#L137
Nice work!