Daniel Stieglitz created NIFI-14340:
---------------------------------------
Summary: Replace the use of finalize in AbstractCacheServer with
the API suggested replacement
Key: NIFI-14340
URL: https://issues.apache.org/jira/browse/NIFI-14340
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)