question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release zip files include incorrect version of Guava

See original GitHub issue

Describe 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:

  1. Download “all-bin” release binary 0.13.0 from GitHub releases
  2. Extract the file
  3. 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
HTHoucommented, Apr 12, 2022

Update:

After I upgrade the airline.version to 0.9, the guava version in lib directory is no long 21.0 anymore.

https://github.com/apache/iotdb/blob/5d5f67f3dd860e1d641863289023fd140baa6418/pom.xml#L137

0reactions
jixuan1989commented, Apr 16, 2022

Nice work!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found