[GitHub] camel pull request #1191: Fix: OutOfMemoryErrors due to not explicit closed ...

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

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

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

[GitHub] camel pull request #1192: New configuration parameter added : allowSerialize...

2016-09-28 Thread nd4av
GitHub user nd4av opened a pull request: https://github.com/apache/camel/pull/1192 New configuration parameter added : allowSerializedHeaders Only used for TCP when transferExchange is true. When set to true, serializable objects in headers and properties will be added to the exchan

Re: Selector multiple field in header

2016-09-28 Thread fabryprog
This is a developer forum. You must ask into this forum: http://camel.465427.n5.nabble.com/Camel-Users-f465428.html -- View this message in context: http://camel.465427.n5.nabble.com/Selector-multiple-field-in-header-tp5788145p5788161.html Sent from the Camel Development mailing list archive at

[GitHub] camel pull request #1191: Fix: OutOfMemoryErrors due to not explicit closed ...

2016-09-28 Thread andmoos
GitHub user andmoos opened a pull request: https://github.com/apache/camel/pull/1191 Fix: OutOfMemoryErrors due to not explicit closed Deflater The Deflater usage in this class might cause OutOfMemoryErrors. These will arise in high-load + high-ram-jvm scenarios as the GC cannot mon

[GitHub] camel pull request #1190: javaScript setHeader conversion fault

2016-09-28 Thread Fabryprog
GitHub user Fabryprog opened a pull request: https://github.com/apache/camel/pull/1190 javaScript setHeader conversion fault https://issues.apache.org/jira/browse/CAMEL-10349 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Fabrypr

[GitHub] camel pull request #1189: Camel 10331, Camel Docker Consumer

2016-09-28 Thread Fabryprog
Github user Fabryprog closed the pull request at: https://github.com/apache/camel/pull/1189 --- 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 e

[GitHub] camel pull request #1189: Camel 10331, Camel Docker Consumer

2016-09-28 Thread Fabryprog
GitHub user Fabryprog opened a pull request: https://github.com/apache/camel/pull/1189 Camel 10331, Camel Docker Consumer https://issues.apache.org/jira/browse/CAMEL-10331 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Fabryprog/

Re: Getting ready for Apache Camel 2.18 Release

2016-09-28 Thread Andrea Cosentino
Hello Claus, We are on vote now. Hopefully we should be able to have the bundles on Friday. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednes

Re: Getting ready for Apache Camel 2.18 Release

2016-09-28 Thread Claus Ibsen
Hi Andrea How is it going with the SMX bundle release? On Fri, Sep 23, 2016 at 4:43 PM, Andrea Cosentino wrote: > During the weekend JB will cut release for SMX bundles. > > So we should be able to align karaf features and be ready to release by the > middle of the next week. > -- > Andrea C

Selector multiple field in header

2016-09-28 Thread axdz
Hi all, I have a problem with selector activemq I have a queue with name A . I sent to this queue with some messages.All these message have field a1,a2,a3 in their header. I found solution for selector with one field as from("activemq:A?selector=a1='valuea1'").to("endpoint") . Now,I want to sel

Re: Getting ready for Apache Camel 2.18 Release

2016-09-28 Thread fabryprog
for this problem open this issue: https://issues.apache.org/jira/browse/CAMEL-10349 -- View this message in context: http://camel.465427.n5.nabble.com/Getting-ready-for-Apache-Camel-2-18-Release-tp5786942p5788128.html Sent from the Camel Development mailing list archive at Nabble.com.