Krati Component isn't preserving headers

2013-04-04 Thread rodolfo
Hello I'm using KratiConstants.KRATI_OPERATION_GET to find something within a Krati repository and it's working fine but I noticed all my original headers were cleared. Is there any workaround for this behavior in order to preserve the headers ? Thanks, Rodolfo -- View this

Build error

2012-05-03 Thread rodolfo
cess (default) on project camel-msv: Execution default of goal org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process failed: For artifact {org.iso_relax.verifier.jaxp.validation:isorelax-jaxp-bridge:null:jar}: The version cannot be empty. -> [Help 1] Thanks, Rodolfo -- View this messa

Re: Build error

2012-05-04 Thread rodolfo
Hi Claus I already tried to build without running tests. Claus Ibsen-2 wrote > > And the PendingExchangesTwoRouteShutdownGracefulTest may pass on 2nd try > etc. > I tried it several times on the same machine I'm able to build my own projects (including one using camel) and also some others o

Idempotent Repository implementations for Consul and Etcd

2016-11-05 Thread rodolfo
Hello, Today I spent some hours testing both Consul and Etcd RoutePolicy implementations for leader elections and it's worked very well. But I wonder why camel-etcd and camel-consul components doesn't have IdempotentRepository implementations. This use case is valid for them, right ? -- Vie

Re: [VOTE] Release Apache Camel Kamelets 4.4.3

2024-07-01 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Mon, Jul 1, 2024 at 10:21 AM Claus Ibsen wrote: > +1 (binding) > > On Mon, Jul 1, 2024 at 9:59 AM Andrea Cosentino wrote: > > > Hello all, > > > > This is a vote for releasing camel-kamelets 4.4.3 > > > > This is a release supporting Camel 4.4.3 and it's an LTS r

Re: [VOTE] Release Apache Camel Kamelets 4.7.0

2024-07-15 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Mon, Jul 15, 2024 at 3:54 PM Marat Gubaidullin < marat.gubaidul...@gmail.com> wrote: > +1 (binding) > > Thanks Andrea > > On Mon, Jul 15, 2024 at 3:50 AM Andrea Cosentino > wrote: > > > Hello all, > > > > This is a vote for releasing camel-kamelets 4.7.0 > > > > T

Re: [VOTE] Release Apache Camel K 2.4.0

2024-07-30 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Pasquale On Tue, Jul 30, 2024 at 10:04 AM Zineb Bendhiba wrote: > +1 (binding) > > Le lun. 29 juil. 2024 à 16:36, Pasquale Congiusti < > pasquale.congiu...@gmail.com> a écrit : > > > Hello, > > > > This is a vote to release Apache Camel K 2.4.0. This release contains > > sev

Re: Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-13 Thread Otavio Rodolfo Piske
Hi, Thanks for reporting this! I replied on StackOverflow, but copying my response here for context: "... I probably shouldn't have been that restrictive with the TestExecutionConfiguration class. Preventing enabling withAdviceWith is a mistake

Re: Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-14 Thread Otavio Rodolfo Piske
mits/camel-20837-extensions-reference. There are 5 changes in there: the first one is the migration to extensions, and the last 4 are adjustments to just a few classes that were still abusing the API. Kind regards On Tue, Aug 13, 2024 at 4:58 PM Otavio Rodolfo Piske wrote: > Hi, > > Tha

Re: Large Camel Open-Source project?

2024-08-22 Thread Otavio Rodolfo Piske
The Mifos Initiative [1], an open core-banking platform, uses Camel [2]. 1. https://mifos.org/ 2. https://github.com/openMF On Wed, Aug 21, 2024 at 1:59 PM ski n wrote: > I also have a fairly big open source project based on Camel: > > https://github.com/assimbly/gateway > > It's a gateway betw

Re: Unable to subscribe to Salesforce Platform Event with camel-salesforce-3.4.0-SNAPSHOT

2020-05-21 Thread Otavio Rodolfo Piske
Hello, I think it might be related to the Salesforce API version. Camel uses 34.0 by default and I think you need, at least, 37.0. I noticed a similar condition when working on the Salesforce test cases for the Camel Kafka Connector. I am quoting below the comment I added to the test case as to w

Re: [discuss] find a better name for KameletBinding

2021-08-16 Thread Otavio Rodolfo Piske
Hello, I'm wondering if the term "slip" in the sense of "to move or proceed smoothly and readily" [1], which is a synonym for "binding", could represent the intentions and features in an adequate manner. So, maybe something along the lines of "KameletSlip" or "Slip", maybe? One downside of this

Re: Camel Spring Boot Project in Intellij IDEA and super slow IDE performance

2021-10-22 Thread Otavio Rodolfo Piske
Hello, I have been using IntelliJ with Camel Core and other projects for some time now. It's usually easier to load just the specific module you are working on. However, if you really want to load the entire project ... I can share my IntelliJ settings, the workflow I use and what has been the us

Re: Use of lombok in camel codebase?

2021-11-07 Thread Otavio Rodolfo Piske
Personally I am not a fan of Lombok either. I do recognize there can be some (small) convenience in using it [1]. However, I think it would be better to drive our efforts towards modernizing the codebase to use features from newer Java versions (*when* the time comes). Some of these features will,

Re: Use of lombok in camel codebase?

2021-11-07 Thread Otavio Rodolfo Piske
I'd be interested in hearing about these problems too. Depending on what they are and if there's enough* of those, we could even create some tickets on Jira to acknowledge and track the progress. It would certainly help to fix them - supposing it's something there's consensus about. On Tue, Nov 2

Re: Use of lombok in camel codebase?

2021-11-07 Thread Otavio Rodolfo Piske
It is off the table for camel. On all of our other > projects, an examination of benefits and drawbacks of Lombok is a > discussion for that team. Enjoy! > > On Sun, Nov 7, 2021, 8:15 AM Otavio Rodolfo Piske > wrote: > >> I'd be interested in hearing about these pro

Re: XPathBuilder never clears pool

2021-11-09 Thread Otavio Rodolfo Piske
Unless you get an answer correcting me ... I'd say it looks like a bug. If you could create a ticket on Jira with a reproducer, I think we could take a closer look. Kind regards On Tue, Nov 9, 2021 at 9:01 AM Mikael Andersson Wigander wrote: > Hi > > My last question came to this conclusion an

Re: XPathBuilder never clears pool

2021-11-09 Thread Otavio Rodolfo Piske
true. > How can I set this to false using @XPath() annotations and see if it > behaves different? > > > /M > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, November 9th, 2021 at 10:11, Otavio Rodolfo Piske < > angusyo...@gmail.com> wrote: > > Unless you ge

Re: XPathBuilder never clears pool

2021-11-09 Thread Otavio Rodolfo Piske
-boot:run -Dcamel.language.xpath.pre-compile=false > > Not working. It doesn't stick. > Neither adding it to the application.properties file. > > /M > > ‐‐‐ Original Message ‐‐‐ > > On Tuesday, November 9th, 2021 at 14:41, Otavio Rodolfo Piske < > angusyo...@gmail

Re: XPathBuilder never clears pool

2021-11-09 Thread Otavio Rodolfo Piske
Kind regards On Tue, Nov 9, 2021 at 5:04 PM Mikael Andersson Wigander wrote: > Yes, it is included > > /M > > ‐‐‐ Original Message ‐‐‐ > > On Tuesday, November 9th, 2021 at 16:13, Otavio Rodolfo Piske < > angusyo...@gmail.com> wrote: > > > Do you have

Re: XPathBuilder never clears pool

2021-11-10 Thread Otavio Rodolfo Piske
t; BTW: the cli for overriding in Spring Boot 2 is: > mvn spring-boot:run > -Dspring-boot.run.arguments="--camel.language.xpath.pre-compile=false" > > > /M > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, November 9th, 2021 at 17:21, Otavio Rodolfo Piske < >

Re: Liveness probe or reconnect to Kafka when using of camel-kafka

2021-11-19 Thread Otavio Rodolfo Piske
+1 for the version information ... especially since we had some refactoring on the consumer end for 3.12. I tried to reproduce the problem w/ 3.12 but in my case it reconnected as expected. On Thu, Nov 18, 2021 at 12:10 PM Andrea Cosentino wrote: > For work around, I meant to say work in the are

Re: Kafka component, consuming, threads count

2021-12-20 Thread Otavio Rodolfo Piske
For versions >= 3.12, yes. If not, I'd say it's a bug - and I'd be happy to look into that if that's the case. For versions <= 3.11, there's 2 settings that may interfere: stream count and consumers count*. * I'd kindly ask you to take a look at the 3.11 document and the migration guides for newe

Re: Kafka reset during vm restart

2022-01-13 Thread Otavio Rodolfo Piske
Hi, In the recent releases we have made a lot of changes and fixes to our Kafka consumer in the recent versions (>= 3.11). Would be possible to try the same with a newer version, please? Kind regards On Wed, Jan 12, 2022 at 11:08 AM shiva kumar g.v wrote: > Hi Team , > > During our vm patching

Re: Camel-kafka - manually poll or pause consume

2022-04-22 Thread Otavio Rodolfo Piske
Hi, This will be available on Camel 3.17. It's being worked on as part of CAMEL-17051 [1]. If you can test, provide feedback, etc ... that would be very helpful. 1. https://issues.apache.org/jira/browse/CAMEL-17051 Kind regards On Thu, Apr 21, 2022 at 3:19 PM Chio Chuan Ooi wrote: > Hi All,

Re: Kafka RabbitMQ headers missing

2022-06-10 Thread Otavio Rodolfo Piske
Hello, What version of Camel are you referring to? Kind regards On Wed, Jun 8, 2022 at 3:53 PM Tundzaj Barov wrote: > Hallo, > > > > I’m trying to send a Kafka record to RabbitMQ with headers. I have added 2 > headers to the Kafka record see function below. > > > > public Boolean writeToTopic(

Re: Camel 3.17.0 - Missing Component

2022-06-14 Thread Otavio Rodolfo Piske
Hello, This component was deprecated [1] on Camel 3.15 and removed on Camel 3.17 [2] [3]. Most (maybe all???) of these are components that rely on dependencies that have been unmaintained for a long time (and possibly / likely being subject to many security problems). I think we all would be happ

Re: Camel 3.17.0 - Missing Component

2022-06-15 Thread Otavio Rodolfo Piske
routes from NACHA processing to legacy financial and court processing. > > On 6/14/2022 2:55 AM, MÜLLER Christian (ICS460-BAI) wrote: > > Hi, > > understandable! Thx, for the quick response! > > Regards Christian > > > > From: Otavio Rodolfo Piske > > Repl

Re: HIGH cpu utilization when apache kafka consumer is configured

2022-06-30 Thread Otavio Rodolfo Piske
Hi, I'd like to take a closer look at this, but I need more details. Are you able to come up with a reproducer for this issue? Additionally, details about your Kafka setup would be appreciated: # of partitions, any broker setting you might have, etc. Kind regards On Sun, Jun 26, 2022 at 3:24 PM

Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-10-24 Thread Otavio Rodolfo Piske
Hi, >From the code you provided, it's not very clear to me when and where you are calling the commit. Also it's not very clear to me: which version of Camel you are using and which kind of commit factory you are using (async [1] or sync [2]?). That said ...The problem here is that - as explained

Re: [VOTE] Release Apache Camel Kamelets 0.9.2

2022-10-26 Thread Otavio Rodolfo Piske
+1 (binding) Thanks! On Wed, Oct 26, 2022 at 10:43 AM Luca Burgazzoli wrote: > +1 (binding) > > --- > Luca Burgazzoli > > > On Wed, Oct 26, 2022 at 10:40 AM Claus Ibsen > wrote: > > > +1 (binding) > > > > On Wed, Oct 26, 2022 at 10:24 AM Andrea Cosentino > > wrote: > > > > > Hello all: > > >

Re: File component fails with charsets

2022-11-02 Thread Otavio Rodolfo Piske
Hello, What version of Camel are you using? Kind regards On Wed, Nov 2, 2022 at 3:22 PM Ephemeris Lappis wrote: > Hello again. > > Sorry to answer my own question... > > I've read again the file component documentation looking for any > solution to fix ou issue, and I've seen that this is exac

Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-11-02 Thread Otavio Rodolfo Piske
d > (if my understanding is right). > > Are you sure that new objects are created for every route created from a > template ? > > Ivan Rododendro > > > Le 24 oct. 2022 à 15:40, Otavio Rodolfo Piske a > écrit : > > > > Hi, > > > > From the cod

Re: File component fails with charsets

2022-11-03 Thread Otavio Rodolfo Piske
ts : an > endpoint option, some configuration, anything ? > > Thanks. > > Regards. > > Le mer. 2 nov. 2022 à 18:51, Otavio Rodolfo Piske > a écrit : > > > > Hello, > > > > What version of Camel are you using? > > > > Kind regards >

Re: File component fails with charsets

2022-11-03 Thread Otavio Rodolfo Piske
th cases I only use Camel and the logger over a Java 1.8 runtime. > > > > I attach the zipped project. Perhaps someone can test it too. > > > > This let me think that "something" elsewhere is involved that makes > > similar routes work or fail, and, if I'm not mistak

Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-11-08 Thread Otavio Rodolfo Piske
). Thanks in advance On Mon, Nov 7, 2022 at 5:35 PM Ivan Rododendro wrote: > Hi Otavio, > Camel version is 3.17.0 > > thank you > > On Wed, Nov 2, 2022 at 7:00 PM Otavio Rodolfo Piske > wrote: > > > Hi Ivan, > > > > For Kafka (consumer) objects, yes, the

Re: Offset in OffsetRepositoy doesn't get increase after manual commit

2022-11-09 Thread Otavio Rodolfo Piske
Hi, before I go ahead and investigate this further ... Could you possibly try with Camel 3.18.3? We have made a bunch of fixes for Kafka in 3.18.3. Kind regards On Wed, Nov 9, 2022 at 3:56 PM Claus Ibsen wrote: > Hi > > I am not sure, there are some improvements and refactorings going on in > c

Re: Re: Offset in OffsetRepositoy doesn't get increase after manual commit

2022-11-12 Thread Otavio Rodolfo Piske
gt; Thank you very much for your hands. I tried 3.18.3. It didn't increase the > offset. > > Best regards, > Yuttana > > > On 2022/11/10 06:36:08 Otavio Rodolfo Piske wrote: > > Hi, before I go ahead and investigate this further ... Could you possibly > > tr

Re: [VOTE] Release Apache Camel K 1.10.3 and Camel K Runtime 1.15.2

2022-11-12 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea On Fri, Nov 11, 2022 at 1:13 PM Tadayoshi Sato wrote: > +1 > Thanks Andrea! > > On Fri, Nov 11, 2022 at 6:31 PM Andrea Cosentino > wrote: > > > Hello, > > > > This is a combined vote to release Apache Camel K 1.10.3 and Camel K > > Runtime > > 1.15.2. > > > > We are

Re: Re: Re: Offset in OffsetRepositoy doesn't get increase after manual commit

2022-11-19 Thread Otavio Rodolfo Piske
ne it > in the Kafka endpoint no matter if it is AsyncCommitManager, > SyncCommitManager or NoopCommitManager. > > I’m not so sure if my thought is correct. Could you please let me know the > right behaviour of the CommitManagers? > > Thank you very much and best regards, > Yuttana >

Re: Re: Re: Offset in OffsetRepositoy doesn't get increase after manual commit

2022-11-21 Thread Otavio Rodolfo Piske
safely backport for Camel 3.18 (LTS). Kind regards On Sat, Nov 19, 2022 at 12:21 PM Otavio Rodolfo Piske wrote: > Hi, > > I am glad that you managed to adjust it to work the way you need. > > "In my opinion, the offset repository should be used in case we define it > i

Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-11-22 Thread Otavio Rodolfo Piske
el.processor.Resequencer$BatchSender.sendExchanges(Resequencer.java:560) > at > > org.apache.camel.processor.Resequencer$BatchSender.run(Resequencer.java:483) > > Ivan > > On Tue, Nov 8, 2022 at 3:32 PM Otavio Rodolfo Piske > wrote: > > > Hi, thanks > >

Re: Camel and Kafka manual commit : java.util.ConcurrentModificationException

2022-11-24 Thread Otavio Rodolfo Piske
itted Kafka offset from > route > >> [route-2] > >> > >> Two routes from the same template, with a filter based on message > headers. > >> Route 1 processes the message, route 2 discards it but it triggers > >> .onCompletion().onCompleteOnly() (which

Re: Pausable Consumer

2022-12-13 Thread Otavio Rodolfo Piske
On Tue, Dec 13, 2022 at 5:17 PM Claus Ibsen wrote: > Hi > > What Camel version do you use? And can you try with the latest releases, > and 3.21.0 is on the way later this month. > > On Tue, Dec 13, 2022 at 2:47 PM Chris Deeney > wrote: > > > > > Hi there, > > I'm currently trying to get the "pau

Re: Pausable Consumer

2022-12-13 Thread Otavio Rodolfo Piske
Hi, this sounds like a bug. I would need to investigate. If you can provide a reproducer, I can take a look at it when I get back from PTO (January). Kind regards On Tue, Dec 13, 2022 at 7:10 PM Otavio Rodolfo Piske wrote: > > > On Tue, Dec 13, 2022 at 5:17 PM Claus Ibsen wrote

Re: Camel 3.X / DataFormat BeanIO

2023-01-05 Thread Otavio Rodolfo Piske
Unfortunately unmaintained code (even if it has no dependencies) can pose a risk (in terms of CVEs, attack footprint, etc) to the project and all the community around it. Removing functionality is not cool, but exposing the community is even worse IMHO. There is indeed a process before removing th

Re: [VOTE] Release Apache Camel Kamelets 3.20.1

2023-01-10 Thread Otavio Rodolfo Piske
+1 (binding) Thanks! On Tue, Jan 10, 2023 at 3:29 PM Zineb Bendhiba wrote: > +1 (binding) > > > > Le mar. 10 janv. 2023 à 11:44, Andrea Cosentino a > écrit : > > > Hello all: > > > > This is a vote for releasing camel-kamelets 3.20.1 > > > > The release contains fixes and it's updated to Camel

Re: [VOTE] Release Apache Camel K 1.11.1

2023-01-25 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Wed, Jan 25, 2023 at 1:21 PM Gerald Kallas - mailbox.org wrote: > +1 (non-binding) > > Sent by my mobile device > - Gerald Kallas > > > Am 24.01.2023 um 18:54 schrieb Andrea Cosentino > : > > > > Side note: This is not a combined vote, but a single vote for camel

Re: [VOTE] Release Apache Camel K 1.10.4 and Camel Kamelets 0.9.4

2023-01-27 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea On Thu, Jan 26, 2023 at 6:12 PM Claus Ibsen wrote: > +1 (binding) > > On Tue, Jan 24, 2023 at 6:34 PM Andrea Cosentino > wrote: > > > Hello, > > > > This is a combined vote to release Apache Camel K 1.10.4 and Camel > Kamelets > > 0.9.4 > > > > We are upgrading the b

Re: Pausable Kafka Consumer Unit Test

2023-02-24 Thread Otavio Rodolfo Piske
Hi folks, sorry for the late reply. Things are a bit busy at the moment. They are available here: https://github.com/apache/camel/tree/main/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/pause. One of them is a simple Pausable consumer example whereas the other s

Re: Pausable Kafka Consumer Unit Test

2023-02-24 Thread Otavio Rodolfo Piske
My email missed the second paragraph, so, to clarify: I wanted to provide you with a link to the tests we have on our own code base. I believe you can use this as a reference for writing your own test/reproducer/etc. On Fri, Feb 24, 2023 at 10:55 AM Otavio Rodolfo Piske wrote: > Hi folks, so

Re: Consume Kafka messages in a batch

2023-03-22 Thread Otavio Rodolfo Piske
Hi, Some ideas worth investigating: 1. Using a mix of current kafka client options (i.e.: like maxPollrecords, maxPollInterval, etc) along with aggregate EIP 2. Create your own KafkaClientFactory that wraps a custom Producer/Consumer wrapping the Spring Kafka Consumer. If none of this works, the

Re: [VOTE] Release Apache Camel Kamelets 3.20.3

2023-04-13 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea On Thu, Apr 13, 2023 at 2:53 PM Claudio Miranda wrote: > +1 (non binding) > > -- > Claudio Miranda > > clau...@claudius.com.br > http://www.claudius.com.br > -- Otavio R. Piske http://orpiske.net

Re: Dynamic router EIP component routing problem (approx 50 in 1000000)

2023-06-21 Thread Otavio Rodolfo Piske
Hi, What version of Camel are you using? Other than that, not much to share other than to say that this sounds suspiciously similar to the behavior of the flaky core tests I have been trying to investigate the source. Kind regards On Tue, Jun 20, 2023 at 11:39 PM Steve973 wrote: > Hello. I a

Re: [VOTE] Release Apache Camel Kamelets 3.20.6

2023-06-26 Thread Otavio Rodolfo Piske
+1 (binding) Thanks for the release Andrea! On Mon, Jun 26, 2023 at 11:41 AM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 3.20.6 > > Kamelets release files: > https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/3.20.6 > Kamelets staging repository

Re: [VOTE] Release Apache Camel Kamelets 3.21.0

2023-06-30 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Fri, Jun 30, 2023 at 4:01 PM Marat Gubaidullin < marat.gubaidul...@gmail.com> wrote: > +1 (non-binding) > > Thanks Andrea > > On Fri, Jun 30, 2023 at 9:39 AM Zineb Bendhiba > wrote: > > > +1 (binding) > > > > Thanks Andrea > > > > Le ven. 30 juin 2023 à 14:40, And

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-28 Thread Otavio Rodolfo Piske
Hi, I'd like to investigate ... but for that I need a full reproducer. Can you provide* one, please? * Either as a test in the Camel Core code base or one that I can quickly clone and run. Thanks On Thu, Aug 24, 2023 at 6:54 PM Tim Janusz wrote: > Hi all, > > We're currently trying to upgrade

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-30 Thread Otavio Rodolfo Piske
ller app to demonstrate what > > we're seeing.. > > > > I'll reply once I have something available. > > > > > > On Mon, Aug 28, 2023 at 4:30 PM Otavio Rodolfo Piske < > angusyo...@gmail.com> > > wrote: > > > >> Hi, I'd like

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-30 Thread Otavio Rodolfo Piske
"2023-08-30T16:12:25.880+00:00","status":500,"error":"Internal Server Error","path":"/camel/dialcommand/"}{"timestamp":"2023-08-30T16:12:25.909+00:00","status":500,"error":"Internal Server Error"

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-31 Thread Otavio Rodolfo Piske
the content-type.. > > curl -X POST -d "--id e70c0565 --dhInitialize" > localhost:8080/camel/dialcommand/ -H "Content-Type: text/plain" > > > On Wed, Aug 30, 2023 at 12:22 PM Otavio Rodolfo Piske < > angusyo...@gmail.com> > wrote: > > &g

Re: Camel 4.0 upgrade causes SEDA Hang

2023-08-31 Thread Otavio Rodolfo Piske
on rollout planning do we know when 4.0.1 and 4.1 will > be released? > > Thanks so much. you're a lifesaver for us! > > > On Thu, Aug 31, 2023 at 6:13 AM Otavio Rodolfo Piske > > wrote: > > > Hi Tim, > > > > I found the problem: > > https://iss

Re: [VOTE] Release Apache Camel Kamelets 4.0.0

2023-09-06 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Wed, Sep 6, 2023 at 12:11 PM Christoph Deppisch wrote: > +1 (binding) > > Many thanks! > > > Andrea Cosentino schrieb am Mi., 6. Sept. 2023, 08:51: > > > Hello all, > > > > This is a vote for releasing camel-kamelets 4.0.0 > > > > This release will support the fi

Re: [VOTE] Release Apache Camel Kamelets 4.0.1

2023-09-26 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Tue, Sep 26, 2023 at 3:29 PM Christoph Deppisch wrote: > Sorry, copy-paste failure. Thanks Andrea! > > Andrea Cosentino schrieb am Di., 26. Sept. 2023, > 14:59: > > > Just to avoid confusion, the vote from Christoph is non-binding, since > he's > > not yet in the

Re: Converter not loading properly with Camel4

2023-10-20 Thread Otavio Rodolfo Piske
Hi, Additionally ... What version of Camel are you using? We did have some type converter changes on 4.1 ... So it may be interesting to try with 4.0.1 as well as with 4.1.0 and let us know if you experience the same problem on both of them. Kind regards On Wed, Oct 18, 2023 at 11:44 AM Kushagra

Re: Stream closed while unzipping in a container

2023-11-04 Thread Otavio Rodolfo Piske
Hi, I think this might be this issue or related to it: https://issues.apache.org/jira/browse/CAMEL-19849. It needs to be investigated further. Kind regards On Fri, Nov 3, 2023 at 9:33 AM ski n wrote: > Sorry, I forgot to mention. This was tested with Camel 3.20.7 (JDK 11). > > btw: I'm al

Re: [VOTE] Release Apache Camel Kamelets 4.0.3

2024-01-17 Thread Otavio Rodolfo Piske
+1 (binding) Thanks Andrea! On Wed, Jan 17, 2024 at 12:44 PM Babak Vahdat wrote: > +1 (binding) > > Thanks Andrea! > > -- > Babak > > > Am 17.01.2024 um 09:36 schrieb Andrea Cosentino : > > > > Hello all, > > > > This is a vote for releasing camel-kamelets 4.0.3 > > > > This release will suppo

Re: Why has timePeriodMillis for the Throttle EIP been removed and how can I account for this

2024-02-01 Thread Otavio Rodolfo Piske
Hello, Quite frankly, I don't know. However, I did raise this question on the PR that introduced the change so we can discuss how we can improve the documentation for scenarios such as the one you raised. Kind regards On Wed, Jan 31, 2024 at 4:05 PM Schmeier, Jannik wrote: > Hello, > > I'm wo

Re: Why has timePeriodMillis for the Throttle EIP been removed and how can I account for this

2024-02-08 Thread Otavio Rodolfo Piske
nd the best way forward. > > Regards > Jono > > On 2024/02/01 16:49:14 Otavio Rodolfo Piske wrote: > > Hello, > > > > Quite frankly, I don't know. > > > > However, I did raise this question on the PR that introduced the change > so > > w

Re: It seems bug CAMEL-7986 is back

2024-02-08 Thread Otavio Rodolfo Piske
Hi, if you can, please try to provide a reproducer (as described here: https://camel.apache.org/camel-core/contributing/#_reporting_a_bug_or_problem ) That may make it easier for the community to evaluate if there is a bug or misconfiguration. Kind regards On Thu, Feb 8, 2024 at 3:18 AM Ja Li w

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-17 Thread Otavio Rodolfo Piske
Hi, thanks for reporting. Please, would you mind writing a reproducer using the steps described here? https://camel.apache.org/camel-core/contributing/#_providing_a_reproducer It would make it much easier to verify and fix the issue. Kind regards On Fri, Feb 16, 2024 at 11:12 PM Arthur Naseef

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-23 Thread Otavio Rodolfo Piske
Thanks Arthur, I'll take a look next week. Kind regards On Tue, Feb 20, 2024 at 10:23 PM Arthur Naseef wrote: > Here is a reproducer using the maven archetype: > > https://github.com/artnaseef/camel-invalid-content-encoding > > Art > > > On Fri, Feb 16, 2024 at 3:12 PM Arthur Naseef > wrot

Re: Charset being used to set Content-Encoding field since camel v4

2024-02-27 Thread Otavio Rodolfo Piske
-invalid-content-encoding/commit/f5514bf93de461e39ef897d889be21bc76fa5000 On Fri, Feb 23, 2024 at 10:44 AM Otavio Rodolfo Piske wrote: > Thanks Arthur, I'll take a look next week. > > Kind regards > > On Tue, Feb 20, 2024 at 10:23 PM Arthur Naseef > wrote: > >>

Re: [VOTE] Release Apache Camel Kamelets 4.4.1

2024-03-25 Thread Otavio Rodolfo Piske
+1 (binding) Thanks! On Mon, Mar 25, 2024 at 12:22 PM Pasquale Congiusti < pasquale.congiu...@gmail.com> wrote: > +1 (binding) > > Thanks! > > Pasquale. > > On Fri, Mar 22, 2024 at 7:05 AM Andrea Cosentino > wrote: > > > Hello all, > > > > This is a vote for releasing camel-kamelets 4.4.1 > > >

Re: [ANNOUNCE] Apache Camel 4.5.0 Released

2024-03-28 Thread Otavio Rodolfo Piske
Hi, there were cleanups on deprecated internal APIs. They are described on the migration guide along with further migration details: https://camel.apache.org/manual/camel-4x-upgrade-guide-4_5.html On Thu, Mar 28, 2024 at 3:02 PM Alphonse Bendt wrote: > Hi folks, > > > Am 28.03.2024 um 12:43 s

Re: Help me simplify migration of the test code

2024-10-23 Thread Otavio Rodolfo Piske
think there are other areas in and around Camel that need more focus right now. I might revive this some point in the future when/if it becomes safe to remove these methods. Kind regards On Thu, Oct 3, 2024 at 2:40 PM Otavio Rodolfo Piske wrote: > Some weeks ago I wrote a blog post about upcom

Help me simplify migration of the test code

2024-10-03 Thread Otavio Rodolfo Piske
Some weeks ago I wrote a blog post about upcoming changes to base test classes used by Camel [1]. Hi, Now that Camel 4.8 is out, I would like to start cleaning those deprecated interfaces and finishing the task. However, it's critical to do so in a way that is the least disruptive as possible. We

Re: [VOTE] Release Apache Camel Kamelets 4.8.4

2025-03-10 Thread Otavio Rodolfo Piske
+1 (binding) Thanks!!! On Mon, Mar 10, 2025 at 9:52 AM Andrea Cosentino wrote: > No, I'm missing a binding vote. Can someone vote? > > > Il giorno lun 10 mar 2025 alle ore 09:49 Andrea Cosentino < > anco...@gmail.com> > ha scritto: > > > The vote passes. I'll go ahead. > > > > Il giorno ven 7 m