[
https://issues.apache.org/jira/browse/NIFI-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939755#comment-17939755
]
ASF subversion and git services commented on NIFI-14340:
--------------------------------------------------------
Commit ad181a3ad75fb6c9219f703212faabd9a43501dd in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ad181a3ad7 ]
NIFI-14340 Removed finalize method from AbstractCacheServer (#9828)
Signed-off-by: David Handermann <[email protected]>
> Replace the use of finalize in AbstractCacheServer with the API suggested
> replacement or remove it
> --------------------------------------------------------------------------------------------------
>
> Key: NIFI-14340
> URL: https://issues.apache.org/jira/browse/NIFI-14340
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently the following warning is seen when building
> {code:java}
> [WARNING] nifi/nifi-extension-bundles/nifi-standard
> -services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/src/main/java/org/apache/nifi/distributed/cache/serv
> er/AbstractCacheServer.java:[113,19] [removal] finalize() in Object has been
> deprecated and marked for removal
> {code}
> The aim of this ticket is to replace the finalize method with the Java API's
> suggested replacement or remove it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)