mirror of https://github.com/apache/cassandra
Update Guava to 32.0.1-jre
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for CASSANDRA-18645
This commit is contained in:
parent
006ec71f63
commit
992ad25b96
|
|
@ -107,7 +107,7 @@
|
|||
<property name="format" value="toFile\(\)"/>
|
||||
<property name="message" value="Avoid Path#toFile(), as some implementations may not support it." />
|
||||
</module>
|
||||
|
||||
|
||||
<module name="RegexpSinglelineJava">
|
||||
<!-- block Integer() -->
|
||||
<property name="id" value="blockIntegerInstantiation"/>
|
||||
|
|
|
|||
|
|
@ -49,12 +49,6 @@
|
|||
<packageUrl regex="true">^pkg:maven/net\.openhft/chronicle\-wire@.*$</packageUrl>
|
||||
<cpe>cpe:/a:wire:wire</cpe>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<!-- not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -->
|
||||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
|
||||
<cve>CVE-2020-8908</cve>
|
||||
<cve>CVE-2023-2976</cve>
|
||||
</suppress>
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-18146 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.commons.*$</packageUrl>
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>27.0-jre</version>
|
||||
<version>32.0.1-jre</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>jsr305</artifactId>
|
||||
|
|
@ -283,10 +283,6 @@
|
|||
<artifactId>listenablefuture</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>failureaccess</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>checker-qual</artifactId>
|
||||
<groupId>org.checkerframework</groupId>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
5.0
|
||||
* Upgrade Guava to 32.0.1 (CASSANDRA-18645)
|
||||
* Add duration and count of partition keys to sstablemetadata (CASSANDRA-18639)
|
||||
* Remove deprecated compaction_tombstone_warning_threshold and compaction_large_partition_warning_threshold from yaml (CASSANDRA-18626)
|
||||
* Enhance nodetool compactionstats with additional metrics (CASSANDRA-18305)
|
||||
|
|
|
|||
Loading…
Reference in New Issue