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 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
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
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
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
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
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
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)
-
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 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
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 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 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
13 matches
Mail list logo