The Camel PMC is pleased to announce the release of Apache Camel 4.12.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 183 new features and improvements.
The release is ava
+1 (binding)
On Thu, May 29, 2025 at 2:46 PM Andrea Cosentino wrote:
> Hello all,
>
> This is a vote for releasing camel-kamelets 4.12.0
>
> This is a release supporting Camel 4.12.0, the release supporting Camel
> 4.12.0 development release.
>
> Kamelets release files:
> https://dist.apache.org
+1 (non binding)
Thanks
Em qui., 29 de mai. de 2025 às 13:45, Andrea Cosentino
escreveu:
>
> Hello all,
>
> This is a vote for releasing camel-kamelets 4.12.0
>
> This is a release supporting Camel 4.12.0, the release supporting Camel
> 4.12.0 development release.
>
> Kamelets release files:
> h
Hello all,
This is a vote for releasing camel-kamelets 4.12.0
This is a release supporting Camel 4.12.0, the release supporting Camel
4.12.0 development release.
Kamelets release files:
https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/4.12.0
Kamelets staging repository:
https://reposi
Hi, did someone get to see this?
Em sex., 23 de mai. de 2025, 09:11, Gabriel Souza <
gabrielaraujodesouz...@gmail.com> escreveu:
> Hello, I want to ask a question about the usage of the .toD EIP. Recently,
> we had a memory leak problem due to a misuse of .toD. Our URL had a path
> parameter that
Hi,
We have two routes, incoming and outgoing, that download and upload files to
SFTP server. Unfortunately, the SFTP server allows just one connection. We have
tried various solutions and settled on something, that seems to be quite
complicated - both routes use a timer component followed by s
3.21.0 is an old version, not supported anymore.
We are now fully focused on 4.x. The LTS release is 4.10.x and the last
released version is 4.10.4.
The suggestion is to test your logic (adapted with the migration guide) to
this release and check the result.
Il giorno gio 29 mag 2025 alle ore
Hi all,
Batching is integral part of kafka for better TPS, especially with
transactional design and its expensive commit API. Idea is to send multiple
records per transaction.
Below is the working code for single record per transaction:
```java
from("file:input?fileName=input.txt&noop=true")