[
https://issues.apache.org/jira/browse/NIFI-13157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-13157:
------------------------------------
Description:
The getNextTarEntry() of
org.apache.commons.compress.archivers.tar.TarArchiveInputStream and
getNextZipEntry() of
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream have been
deprecated and the suggested replacement is to use method getNextEntry(). This
should be replaced in the following places
#
nifi-commons/nifi-flowfile-packager/src/main/java/org/apache/nifi/util/FlowFileUnpackagerV1
#
c2/c2-client-bundle/c2-client-service/src/test/java/org/apache/nifi/c2/client/service/operation
/TransferDebugOperationHandlerTest
#
nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/pr
ocessors/hadoop/TarUnpackerSequenceFileWriter
#
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent
was:
The getNextTarEntry() of
org.apache.commons.compress.archivers.tar.TarArchiveInputStream has been
deprecated and the suggested replacement is to use method getNextEntry(). This
should be replaced in the following places
#
nifi-commons/nifi-flowfile-packager/src/main/java/org/apache/nifi/util/FlowFileUnpackagerV1
#
c2/c2-client-bundle/c2-client-service/src/test/java/org/apache/nifi/c2/client/service/operation
/TransferDebugOperationHandlerTest
#
nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/pr
ocessors/hadoop/TarUnpackerSequenceFileWriter
#
nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent
Summary: Replace use of
org.apache.commons.compress.archivers.tar.TarArchiveInputStream and
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream deprecated
getNextTarEntry() and getNextZipEntry() with getNextEntry() (was: Replace use
of org.apache.commons.compress.archivers.tar.TarArchiveInputStream deprecated
getNextTarEntry() with getNextEntry())
> Replace use of
> org.apache.commons.compress.archivers.tar.TarArchiveInputStream and
> org.apache.commons.compress.archivers.zip.ZipArchiveInputStream deprecated
> getNextTarEntry() and getNextZipEntry() with getNextEntry()
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-13157
> URL: https://issues.apache.org/jira/browse/NIFI-13157
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> The getNextTarEntry() of
> org.apache.commons.compress.archivers.tar.TarArchiveInputStream and
> getNextZipEntry() of
> org.apache.commons.compress.archivers.zip.ZipArchiveInputStream have been
> deprecated and the suggested replacement is to use method getNextEntry().
> This should be replaced in the following places
> #
> nifi-commons/nifi-flowfile-packager/src/main/java/org/apache/nifi/util/FlowFileUnpackagerV1
> #
> c2/c2-client-bundle/c2-client-service/src/test/java/org/apache/nifi/c2/client/service/operation
> /TransferDebugOperationHandlerTest
> #
> nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/pr
> ocessors/hadoop/TarUnpackerSequenceFileWriter
> #
> nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/UnpackContent
--
This message was sent by Atlassian Jira
(v8.20.10#820010)