Camel.trunk.notest - Build # 2720 - Still Failing

2016-04-13 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2720) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2720/ to view the results.

[GitHub] camel pull request: CAMEL-9866 @PropertyInject doesn't work with S...

2016-04-13 Thread trohovsky
GitHub user trohovsky opened a pull request: https://github.com/apache/camel/pull/945 CAMEL-9866 @PropertyInject doesn't work with Spring-Boot You can merge this pull request into a Git repository by running: $ git pull https://github.com/trohovsky/camel CAMEL-9866 Alternativ

[GitHub] camel pull request: CAMEL-9876 - fix IndexOutOfBounds exception wh...

2016-04-13 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/camel/pull/944 CAMEL-9876 - fix IndexOutOfBounds exception when MSH-18 isn't in message You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson/camel CA

documentation: Recipient List

2016-04-13 Thread Walzer, Thomas
Hi, I tried to give the docs for recipient list (https://cwiki.apache.org/confluence/display/CAMEL/Recipient+List) some love. However I struggled with the following items: * delimiter: disabled: what does that mean? * streaming: maybe someone could elaborate that a bit more? * Knowing which en

[GitHub] camel pull request: [CAMEL-9862] Fix potential NPE in UndertowComp...

2016-04-13 Thread jamesnetherton
Github user jamesnetherton closed the pull request at: https://github.com/apache/camel/pull/943 --- 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

Moving spring-dm out of camel-spring

2016-04-13 Thread Claus Ibsen
Hi I took a stab at ticket https://issues.apache.org/jira/browse/CAMEL-9521 This is only relevant for OSGi users on Karaf / ServiceMix This moves the old spring-dm pieces out of camel-spring into a new camel-spring-dm module. This allows users who are using Camel and install the camel-spring c

[GitHub] camel pull request: [CAMEL-9862] Fix potential NPE in UndertowComp...

2016-04-13 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request: https://github.com/apache/camel/pull/943 [CAMEL-9862] Fix potential NPE in UndertowComponent.unregisterConsumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/jamesnetherton/came

[GitHub] camel pull request: camel-twitter: remove truncation

2016-04-13 Thread binfalse
Github user binfalse closed the pull request at: https://github.com/apache/camel/pull/942 --- 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 ena

RE: Concerning Attachments and Attachment Headers in Camel

2016-04-13 Thread Siano, Stephan
Hi Claus, Sorry for the late reply, but I had to do some thinking about this issue (and was busy with other things yesterday). Having the different interfaces for Messages (without attachment) and Attachment Capable messages (with either implementation option) actually means that we will have

[GitHub] camel pull request: camel-twitter: remove truncation

2016-04-13 Thread binfalse
GitHub user binfalse opened a pull request: https://github.com/apache/camel/pull/942 camel-twitter: remove truncation This removes the non-effective truncation of messages to be sent to twitter. See https://issues.apache.org/jira/browse/CAMEL-9850 You can merge this pull request

[GitHub] camel pull request: CAMEL-9859: Add Netty4 Channel Options back.

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

RE: copyTo for mail producer

2016-04-13 Thread Siano, Stephan
Hi, The SMTP producer is actually sending mail via SMTP. This protocol has no idea of anything like folders or the like. The component has no notion of outlook servers. I am not sure how open the outlook protocol is and if javamail supports that (I would guess it doesn't), so I actually do not

Re: Cleanup remote branches

2016-04-13 Thread Gregor Zurowski
Looks good to me as well. Let's remove 2.11.x, master-dev and trunk. Thanks, Gregor On Tue, Apr 12, 2016 at 12:59 PM, Claus Ibsen wrote: > Hi > > I have deleted some branches and we have now > > origin/2.11.x > origin/HEAD -> origin/master > origin/camel-1.x > origin/camel-2.10.x > ori

copyTo for mail producer

2016-04-13 Thread NewCamelDev
Hi All, I am new to camel development and just wondering why we don't have the copyTo property for mail producing so that we can simply copy the all the sent items in a specified folder as with Exchange server the sent emails wont be copied to "Sent Items" Please let me know if I can contribute i