[
https://issues.apache.org/jira/browse/CAMEL-11466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065040#comment-16065040
]
ASF GitHub Bot commented on CAMEL-11466:
----------------------------------------
GitHub user adioss opened a pull request:
https://github.com/apache/camel/pull/1792
CAMEL-11466 align source code with camel-zipfile + add non regression unit
test to test if resources correctly released after splitting tar
see
- https://github.com/apache/camel/pull/1785
- and jira ticket
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adioss/camel CAMEL-11466
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1792.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1792
----
commit f2ee3d6befe8e2ca50fbfb173cc7f67b9b1977de
Author: Adrien PAILHES <[email protected]>
Date: 2017-06-27T16:10:12Z
CAMEL-11466 align source code with camel-zipfile + add non regression unit
test to test if resources correctly released after splitting tar
----
> camel-tarfile dataformat cannot remove successfully processed files
> -------------------------------------------------------------------
>
> Key: CAMEL-11466
> URL: https://issues.apache.org/jira/browse/CAMEL-11466
> Project: Camel
> Issue Type: Improvement
> Components: camel-tarfile
> Affects Versions: 2.18.3
> Reporter: Adrien PAILHES
> Priority: Minor
>
> According to https://issues.apache.org/jira/browse/CAMEL-11454, not releasing
> resources (files) can prevent component to stop correctly.
> Although Camel-tarfile is not sensitive to this pb, source code is very
> similar to camel-zipfile so, according to associated camel-zipfile pull
> request:
> * code should be aligned
> * non reg unittest can be written
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)