[ 
https://issues.apache.org/jira/browse/NIFI-13157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845470#comment-17845470
 ] 

ASF subversion and git services commented on NIFI-13157:
--------------------------------------------------------

Commit 7dfb4936a9cbe0ee1e1f9d206916562d8feb9b88 in nifi's branch 
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7dfb4936a9 ]

NIFI-13157 Replaced deprecated getNextTarEntry() and getNextZipEntry() with 
getNextEntry().
This closes #8813

Signed-off-by: Joseph Witt <[email protected]>


> 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
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to