Github user allancth closed the pull request at:
https://github.com/apache/camel/pull/1235
---
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
Github user tadayosi closed the pull request at:
https://github.com/apache/camel/pull/1239
---
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
Hi
I would like to see if we could experiment with continue improving the
Java DSL for Java 8 to see if we can make it more Java 8'ish for
Content Enricher and Aggregator EIP. They require using the
AggregationStrategy interface when you need to merge the 2 exchanges.
And it has a POJO binding tha
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/1240
---
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 osmman opened a pull request:
https://github.com/apache/camel/pull/1241
CAMEL-10431: camel-elslq Fix lookup for named parameter from headers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/osmman/camel camel-elsql
Al
Camel users, ( thank you )
My project is to receive a zip compressed and encrypted file attachment from a
customer, naturally, decompress and decrypt the attachment via email transfer.
I am only focusing on the zip portion now because over email I can't get it to
work. Seems that the compressio
Github user osmman closed the pull request at:
https://github.com/apache/camel/pull/1241
---
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 Claus,
do you have any simple use case to be used as reference to prototype
new Java 8 DSL extensions ?
---
Luca Burgazzoli
On Tue, Nov 1, 2016 at 12:09 PM, Claus Ibsen wrote:
> Hi
>
> I would like to see if we could experiment with continue improving the
> Java DSL for Java 8 to see if we
DefaultErrorHandler | 198 - org.apache.camel.camel-core -
2.15.1.redhat-620133 | Failed delivery for (MessageId:
ID-alphprdfuse2i-43262-1478008924653-2-36907 on ExchangeId:
ID-alphprdfuse2i-43262-1478008924653-2-36908). Exhausted after delivery
attempt: 1 caught: org.apache.camel.I
Github user lio-p closed the pull request at:
https://github.com/apache/camel/pull/1236
---
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
Hi
Not yet, but maybe some of those POJO examples in the aggregator EIP.
For example to supply a function as a lambda that is used for
aggregation. For example how would it look like if it was just a basic
function for String concat?
For example this example
public void configure() throws Except
GitHub user tkopczynski opened a pull request:
https://github.com/apache/camel/pull/1242
CAMEL-10344: RouteIdFactory - assigning route ids based on uris
This PR adds RouteIdFactory which can be used as a NodeIdFactory
implementation in CamelContext as a different strategy for assign
Something like:
public void configure() throws Exception {
from("direct:start")
.aggregate()
.always()
.body(String.class, (existing, next) -> next + existing)
.completionSize(3)
.to("mock:result");
}
---
Luca Burgazzoli
On Tue, Nov 1, 20
GitHub user allancth opened a pull request:
https://github.com/apache/camel/pull/1243
CAMEL-10423 - Introduce XmppDirectProducer
The order of which producer is used depends on what parameters are
specified to the endpoint, with the following precendence: room (GroupChat),
pubsub (P
GitHub user xldai opened a pull request:
https://github.com/apache/camel/pull/1244
fix CAMEL-10433 in Camel 2.16.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xldai/camel patch-4
Alternatively you can review and apply these
GitHub user xldai opened a pull request:
https://github.com/apache/camel/pull/1245
fix CAMEL-10433 in Camel 2.17.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xldai/camel patch-3
Alternatively you can review and apply these
The Apache Jenkins build system has built Camel.trunk.notest (build #2923)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/2923/
to view the results.
17 matches
Mail list logo