[GitHub] [camel-quarkus] oscerd merged pull request #165: camel-zipfile quarkus extension

2019-08-28 Thread GitBox
oscerd merged pull request #165: camel-zipfile quarkus extension URL: https://github.com/apache/camel-quarkus/pull/165 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [camel-quarkus] asf-ci commented on issue #165: camel-zipfile quarkus extension

2019-08-28 Thread GitBox
asf-ci commented on issue #165: camel-zipfile quarkus extension URL: https://github.com/apache/camel-quarkus/pull/165#issuecomment-525897570 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/camel-quarkus-pr/122

[GitHub] [camel-quarkus] davsclaus opened a new pull request #165: camel-zipfile quarkus extension

2019-08-28 Thread GitBox
davsclaus opened a new pull request #165: camel-zipfile quarkus extension URL: https://github.com/apache/camel-quarkus/pull/165 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] camel pull request #1792: CAMEL-11466 align source code with camel-zipfile +...

2017-06-28 Thread adioss
Github user adioss closed the pull request at: https://github.com/apache/camel/pull/1792 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1792: CAMEL-11466 align source code with camel-zipfile +...

2017-06-27 Thread adioss
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

Re: camel-zipfile

2017-03-15 Thread onders
ling empty directories. right now, as far as i can see file component does not support it. So it is another issue. I will give a try to create test case for it and raise an issue. Let's see how we will move forward. Cheers. -- View this message in context: http://camel.465427.n5.nabble.co

Re: camel-zipfile

2017-03-14 Thread onders
i think i missed that. i'll try to look and will do another PR. -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5795492.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: camel-zipfile

2017-03-14 Thread zhurlik
Hi, Looks like you have fixed https://issues.apache.org/jira/browse/CAMEL-10791 What about second part of issue related with ZipAggregationStrategy. Thanks a lot -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5795488.html Sent from the Camel

Re: camel-zipfile

2017-02-13 Thread zhurlik
lders). Here is a sample of structure from simple odt file: where you can see that Configurations2/* consists of empty folder. My idea is to make changes with xml files and save the same structure after updating a *.odt file. I am using camel-xslt and camel-zipfile components. I ran to the problem

Re: camel-zipfile

2017-02-11 Thread Willem Jiang
e/camel/blob/master/components/ > camel-zipfile/src/main/java/org/apache/camel/processor/aggregate/zipfile/ > ZipAggregationStrategy.java> > there is no way to add empty folder (ZipEnty is a directory entry when name > ends with a '/'). > At least will be an exception i

Re: camel-zipfile

2017-02-11 Thread zhurlik
Hi, Looks like the same issue with ZipAggregationStrategy <https://github.com/apache/camel/blob/master/components/camel-zipfile/src/main/java/org/apache/camel/processor/aggregate/zipfile/ZipAggregationStrategy.java> there is no way to add empty folder (ZipEnty is a directory entry whe

Re: camel-zipfile

2017-02-06 Thread zhurlik
Hi, Thanks, I have raised https://issues.apache.org/jira/browse/CAMEL-10791 -- View this message in context: http://camel.465427.n5.nabble.com/camel-zipfile-tp5793495p5793504.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: camel-zipfile

2017-02-05 Thread Willem Jiang
) Twitter: willemjiang Weibo: 姜宁willem On Mon, Feb 6, 2017 at 5:03 AM, zhurlik wrote: > Hi, > I am dealing with *.odt/*.ott file as a zip file using *camel-zipfile* > component and faced with an issue. > I am looking at ZipFileDataFormat.java > <https://github.com/apache/camel/blob

camel-zipfile

2017-02-05 Thread zhurlik
Hi, I am dealing with *.odt/*.ott file as a zip file using *camel-zipfile* component and faced with an issue. I am looking at ZipFileDataFormat.java <https://github.com/apache/camel/blob/master/components/camel-zipfile/src/main/java/org/apache/camel/dataformat/zipfile/ZipFileDataFormat.j