[
https://issues.apache.org/jira/browse/NIFI-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596841#comment-16596841
]
Nathan Gough commented on NIFI-5562:
------------------------------------
I've found that there was actually a bug in Guava 25.1-jre cache eviction which
caused testPatternCache() to fail in TestRouteText.java. Upgrading to 26.0-jre
fixes this bug.
---
{{cache}}: Fixed a bug where {{Cache.asMap.compute*}} methods could cause
nonsensical weights to be stored, breaking cache eviction.
([{{15764d7}}|https://github.com/google/guava/commit/15764d7f37160d81c3489c860c868c3e92d6c637])
https://github.com/google/guava/releases
> Upgrade Guava dependencies
> --------------------------
>
> Key: NIFI-5562
> URL: https://issues.apache.org/jira/browse/NIFI-5562
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Nathan Gough
> Assignee: Nathan Gough
> Priority: Major
>
> A lot of the current Guava dependency versions are v18. Upgrade dependencies
> from v18 to 25.1-jre and test.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)