Re: [VOTE] Release Apache Camel 4.2.0

2023-11-14 Thread Gaëlle Fournier
+1 (non-binding) Thanks Gregor! --- Gaëlle Fournier Le sam. 11 nov. 2023 à 14:01, Gregor Zurowski a écrit : > Hi Everyone: > > This is a vote to release Apache Camel 4.2.0, a new release with 115 > fixes and improvements. > > Release notes: >

Re: [VOTE] Release Apache Camel 4.2.0

2023-11-14 Thread Zineb Bendhiba
+1 (binding) Thanks, Le sam. 11 nov. 2023 à 14:02, Gregor Zurowski a écrit : > Hi Everyone: > > This is a vote to release Apache Camel 4.2.0, a new release with 115 > fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353662=12311211 >

Re: Camel K: Can timeout of native build be configured?

2023-11-14 Thread Pasquale Congiusti
Hi Franz. Yes, you need to set it up at IntegrationPlatform level: https://camel.apache.org/camel-k/2.1.x/apis/camel-k.html#_camel_apache_org_v1_IntegrationPlatformBuildSpec Just `kubectl edit ip` and set the timeout in the related spec configuration with the tuning you need. Cheers, Pasquale.

[RESULT] [VOTE] Release Apache Camel 4.2.0

2023-11-14 Thread Gregor Zurowski
The vote passes with the following results: +1 binding: 7 (Alexandre Gallice, Andrea Cosentino, Babak Vahdat, Claus Ibsen, Gregor Zurowski, Otavio Rodolfo Piske, Zineb Bendhiba) +1 non-binding: 3 (Claudio Miranda, Gaëlle Fournier, Zheng Feng) I am going to publish the artifacts for Camel 4.2.0

Re: [VOTE] Release Apache Camel 4.2.0

2023-11-14 Thread Gregor Zurowski
+ (binding) On Sat, Nov 11, 2023 at 2:00 PM Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 4.2.0, a new release with 115 > fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353662=12311211 > > ==

Re: How to check if an message on an exchange has attachments?

2023-11-14 Thread ski n
As a workaround, I implemented it as follows: public class MyBean { public boolean hasAttachements(Exchange exchange) { return exchange.getIn(AttachmentMessage.class).hasAttachments(); } } And then call it from the Java DSL as: If there are better solution, I like to hear

[ANNOUNCE] Apache Camel 4.2.0 Released

2023-11-14 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.2.0. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release contains 115 new features and improvements. The release is

How to check if an message on an exchange has attachments?

2023-11-14 Thread ski n
I need to check if a message has an attachment. In Camel2 I used the following expression: ${exchange.getIn().hasAttachments} As attachment was modularized in Camel 3, the hasAttachments method isn't directly available on the exchange anymore (it now extends Message). Based on the

Re: [ANNOUNCE] Apache Camel 4.2.0 Released

2023-11-14 Thread Andrea Cosentino
This is the first version where you can run your camel route with Java 21. The release is still built with JDK 17. We are waiting for feedback! Thanks Il mar 14 nov 2023, 21:31 ski n ha scritto: > Great! > > Is this the first version that fully supports Java 21? > > Raymond > > On Tue, Nov

Re: [ANNOUNCE] Apache Camel 4.2.0 Released

2023-11-14 Thread ski n
Great! Is this the first version that fully supports Java 21? Raymond On Tue, Nov 14, 2023 at 8:54 PM Gregor Zurowski wrote: > The Camel PMC is pleased to announce the release of Apache Camel 4.2.0. > > Apache Camel is an open source integration framework that empowers you > to quickly and