[
https://issues.apache.org/jira/browse/NIFI-9638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485454#comment-17485454
]
ASF subversion and git services commented on NIFI-9638:
-------------------------------------------------------
Commit 43748a5523dd5fbf020f8023c7dcf8406dcb4971 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=43748a5 ]
NIFI-9638 Refactored Google Guava references
- Refactored nifi-framework and nifi-standard modules
- Replaced Google Cache with Caffeine Cache
- Replaced Google collections classes with standard Java collections
This closes #5730.
Signed-off-by: Kevin Doran <[email protected]>
> Refactor Google Guava References
> --------------------------------
>
> Key: NIFI-9638
> URL: https://issues.apache.org/jira/browse/NIFI-9638
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Several framework and extension components have direct dependencies on
> various versions of Google Guava. Older versions of Google Guava have
> multiple vulnerabilities, and the library itself is almost 3 MB. For
> components that have minimal usage of Guava, implementations should be
> refactored to use available JDK utilities or alternative caching libraries
> that have a smaller footprint.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)