Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
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
Attachments
Issue Links
- links to