SoheilaEsmaeili opened a new pull request, #18845: URL: https://github.com/apache/camel/pull/18845
Ticket: https://issues.apache.org/jira/browse/CAMEL-22216 It is about the camel-zipfile component. The changes which have been added for this ticket: https://issues.apache.org/jira/browse/CAMEL-22147 are causing this problem. A transacted route with ZipSplitter and Aggregation Strategy in streaming mode does not aggregate the last zip file entry. Changes: Using the apache.commons.compress for the Zip handling, change the availableDataInCurrentEntry to check if the currantEntry is not null, Re-enable the test ZipSplitAggregateTransactedStreamingIssueTest in stream caching mode, To have unified ZIP handling align ZipFileDataFormat using apache.commons.compress -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
