Camel.trunk.notest - Build # 2924 - Fixed

2016-11-02 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2924) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/2924/ to view the results.

[GitHub] camel pull request #1246: CAMEL-10394: Resolve components from Camel Context

2016-11-02 Thread hqstevenson
GitHub user hqstevenson opened a pull request: https://github.com/apache/camel/pull/1246 CAMEL-10394: Resolve components from Camel Context Check the camel context for a component registered under the given name before creating a service reference. You can merge this pull request i

Re: Camel 2.19 - Java 8 DSL

2016-11-02 Thread Luca Burgazzoli
I've created this issue https://issues.apache.org/jira/browse/CAMEL-10438 I'll try to prototype some stuffs later this week --- Luca Burgazzoli On Wed, Nov 2, 2016 at 2:33 PM, Luca Burgazzoli wrote: > And with some love for the completion too: > > aggregate() > .correlation() > .body(St

Re: FTP Camel Unzipping functionality not present

2016-11-02 Thread Andrea Cosentino
unZippedMessageProcessor is just a name for a custom processor doing something on your unzipped data. It's an example. You've to write your own processor if you want to process the splitted data coming from the ZipSplitter. -- Andrea Cosentino -- Apache Camel PM

FTP Camel Unzipping functionality not present

2016-11-02 Thread kchrs
Hello, I am working on a project that I have to send binary (kind of large) files programmatically to another server and I chose to use camel ftp component (end to end). I also use the zip and the aggregation functionality that comes with and send them over to the other end point (server). My pro

Re: Camel 2.19 - Java 8 DSL

2016-11-02 Thread Luca Burgazzoli
And with some love for the completion too: aggregate() .correlation() .body(String.class, b -> b.substring(0, 3)) .strategy() .body(String.class, (existing, next) -> next + existing)) .completion() .body(String.class, b -> b.size() > 30) --- Luca Burgazzoli On Wed, Nov

Camel 2.18.1 Patch Release

2016-11-02 Thread Claus Ibsen
Hi We should start considering doing a first patch release of the new Camel 2.18.x branch. Maybe in a few weeks when we get a bit more feedback and bug fixes done. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Camel 2.19 - Java 8 DSL

2016-11-02 Thread Luca Burgazzoli
Yep, "always()" was how my mind translated "constant(true)", do not know how it ended up in the mail :O What about: aggregate() .correlation() .body(String.class, b -> b.substring(0, 3)) .strategy() .body(String.class, (existing, next) -> next + existing)) .completionSize(3) -

Re: Camel 2.19 - Java 8 DSL

2016-11-02 Thread Claus Ibsen
On Tue, Nov 1, 2016 at 4:15 PM, Luca Burgazzoli wrote: > Something like: > > public void configure() throws Exception { > from("direct:start") > .aggregate() > .always() > .body(String.class, (existing, next) -> next + existing) > .completionSize(3)

[GitHub] camel pull request #1244: fix CAMEL-10433 in Camel 2.16.x

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

Alarm system based on Raspberry PI 3, Groovy and Apache Camel

2016-11-02 Thread Igor Suhorukov
Hi team, Please look at example of apache camel route on Raspberry PI 3. https://github.com/igor-suhorukov/alarm-system https://www.linkedin.com/pulse/alarm-system-based-raspberry-pi-3-groovy-apache-camel-igor-suhorukov Regards, Igor

[GitHub] camel pull request #1245: fix CAMEL-10433 in Camel 2.17.x

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1245 --- 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 #1243: CAMEL-10423 - Introduce XmppDirectProducer

2016-11-02 Thread allancth
Github user allancth closed the pull request at: https://github.com/apache/camel/pull/1243 --- 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 en