[GitHub] camel pull request #1021: Replaced deprecated method "groupExchanges()" in j...

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1021 --- 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

Re: Avoid file transferring in [dos] file format in camel-ftp

2016-06-09 Thread Pontus Ullgren
Sorry the "forum" is also a mailing list so even if the forum post could be delete all emails send out can not. So I advise you to change password as soon as possible if you have not already done so. Also the questions you raise are more suited for the user mailing list. On Fri, 10 Jun 2016, 08:1

RE: Avoid file transferring in [dos] file format in camel-ftp

2016-06-09 Thread farhanrayani
Hi Siano, Can you delete this post as the password of our server is shared by mistake. -- View this message in context: http://camel.465427.n5.nabble.com/Avoid-file-transferring-in-dos-file-format-in-camel-ftp-tp5783740p5783809.html Sent from the Camel Development mailing list archive at Nabbl

[GitHub] camel pull request #1016: CAMEL-10023 Consider sortBy header when performing...

2016-06-09 Thread kb1ca
Github user kb1ca closed the pull request at: https://github.com/apache/camel/pull/1016 --- 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 enabl

[GitHub] camel pull request #1017: CAMEL-10019 SORT_BY header patch for latest 2.18.x...

2016-06-09 Thread kb1ca
Github user kb1ca closed the pull request at: https://github.com/apache/camel/pull/1017 --- 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 enabl

[GitHub] camel pull request #1021: Replaced deprecated method "groupExchanges()" in j...

2016-06-09 Thread 1984shekhar
GitHub user 1984shekhar opened a pull request: https://github.com/apache/camel/pull/1021 Replaced deprecated method "groupExchanges()" in junit test-cases within camel-core. Hi, As suggested previously I did changes to all the test-cases and replaced deprecated method grou

[GitHub] camel pull request #1020: Modified AggregateGroupedExchangeTest replacing de...

2016-06-09 Thread 1984shekhar
Github user 1984shekhar closed the pull request at: https://github.com/apache/camel/pull/1020 --- 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

Re: camel git commit: Camel catalog should not warn certain components lack of docs.

2016-06-09 Thread Claus Ibsen
On Thu, Jun 9, 2016 at 3:43 PM, Andrea Cosentino wrote: > Maybe camel-jetty too? > Ah yeah you can add to excluded, as its camel-jetty9 that has the documentation. > Don't know. I believe is a particular kind a component. > -- > Andrea Cosentino > -- > Apache Cam

Re: gitbook based doc generation

2016-06-09 Thread Andrea Cosentino
Yeah! Thanks! -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, June 9, 2016 3:43 PM, Claus Ibsen wrote: Hi I added so the tool will skip

Re: camel git commit: Camel catalog should not warn certain components lack of docs.

2016-06-09 Thread Andrea Cosentino
Maybe camel-jetty too? Don't know. I believe is a particular kind a component. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, June 9, 2

Re: gitbook based doc generation

2016-06-09 Thread Claus Ibsen
Hi I added so the tool will skip some modules in that check https://github.com/apache/camel/commit/9491da8f393fa95fb33cf3afcb65dab88be63f86 We can add to that list later if we find out some more do not need adoc files. On Thu, Jun 9, 2016 at 3:25 PM, Andrea Cosentino wrote: > Yeah, sorry my m

Re: gitbook based doc generation

2016-06-09 Thread Andrea Cosentino
Yeah, sorry my mistake. I always forge to clean up :-) New list [WARNING] Missing document detected: 28 [WARNING] camel-atmos [WARNING] camel-cm-sms [WARNING] camel-coap [WARNING] camel-context [WARNING] camel-core-osgi [

Re: gitbook based doc generation

2016-06-09 Thread Claus Ibsen
Hi Great to hear we are so far away already. For that list there is some false alarms we can turn off, such as some of those test modules etc. Also the list seems to look in dirs that has been removed. You can try run git clean -d -f On Thu, Jun 9, 2016 at 2:33 PM, Andrea Cosentino wrote:

RE: Avoid file transferring in [dos] file format in camel-ftp

2016-06-09 Thread Siano, Stephan
Hi, I guess, your problem is different: The file is already containing DOS CRs and you want to convert it to UNIX linefeeds. It may work if you set binary to false (this should at least work for FTP), but AFAIK unlike for FTP, for SFTP the binary (and also the passive) parameters do not do anyt

[GitHub] camel pull request #1020: Modified AggregateGroupedExchangeTest replacing de...

2016-06-09 Thread 1984shekhar
GitHub user 1984shekhar opened a pull request: https://github.com/apache/camel/pull/1020 Modified AggregateGroupedExchangeTest replacing deprecated groupExchanges() method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/1984shekh

Re: gitbook based doc generation

2016-06-09 Thread Andrea Cosentino
Currently I've migrated the biggest part of components from confluence to Asciidoc. Maybe there are still asciidoc file that don't have the placeholder for automatic generation of docs. If you find them, please commit the change and re-generate documentation. Using the catalog maven plugin I h

Re: Avoid file transferring in [dos] file format in camel-ftp

2016-06-09 Thread farhanrayani
Hi Claus, I am using this configuration still facing the same issue. Kindly see the configuration which I used ftp.source=file:Z:/test?recursive=true&move=.camel&moveFailed=.error&delay=1m ftp.destination=sftp://flydubai@10.1.18.97/smartrez/connection?recursive=true&password=$ta*pm1Dt&passiveMo

Re: Avoid file transferring in [dos] file format in camel-ftp

2016-06-09 Thread Claus Ibsen
Try setting binary=true http://camel.apache.org/ftp2 On Thu, Jun 9, 2016 at 8:55 AM, farhanrayani wrote: > Hi Team, > > I am having an issue that when I use camel-ftp transferring txt file from my > local drive to linux machine via sftp it is transferring fine but in [dos] > file format. How can