mirror of https://github.com/apache/lucene.git
SOLR-14498: Upgrade to Caffeine 2.8.4, which fixes the cache poisoning issue.
This commit is contained in:
parent
675956c004
commit
22044fcabb
|
@ -23,7 +23,7 @@ com.fasterxml.jackson.core.version = 2.10.1
|
|||
/com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson.core.version}
|
||||
/com.fasterxml.jackson.dataformat/jackson-dataformat-smile = ${com.fasterxml.jackson.core.version}
|
||||
|
||||
/com.github.ben-manes.caffeine/caffeine = 2.8.0
|
||||
/com.github.ben-manes.caffeine/caffeine = 2.8.4
|
||||
/com.github.virtuald/curvesapi = 1.06
|
||||
|
||||
/com.github.zafarkhaja/java-semver = 0.9.0
|
||||
|
|
|
@ -201,6 +201,8 @@ Bug Fixes
|
|||
* SOLR-14504: ZkController LiveNodesListener has NullPointerException in startup race.
|
||||
(Colvin Cowie via ab)
|
||||
|
||||
* SOLR-14498: Upgrade to Caffeine 2.8.4, which fixes the cache poisoning issue. (Jakub Zytka, ab)
|
||||
|
||||
Other Changes
|
||||
---------------------
|
||||
* SOLR-14197: SolrResourceLoader: marked many methods as deprecated, and in some cases rerouted exiting logic to avoid
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
6000774d7f8412ced005a704188ced78beeed2bb
|
|
@ -0,0 +1 @@
|
|||
e5730b11981406faa28e0912405a0ce7c2d0f377
|
Loading…
Reference in New Issue