[RESULT][VOTE] Release Apache Camel K 1.12.0 and Camel K runtime 1.17.0

2023-02-27 Thread Andrea Cosentino
Hello all, The vote passes with the following result: 5 +1 binding votes: Andrea Cosentino, Jean-Baptiste Onofrè, Pasquale Congiusti, Claus Ibsen and Otavio Rodolfo Piske 1 +1 non-binding vote: Nicolas Filotto Thanks all for voting.

[ANNOUNCEMENT] Apache Camel K 1.12.0 released

2023-02-27 Thread Andrea Cosentino
The Camel community announces the immediate availability of Apache Camel K 1.12.0. You can find more information in the release notes[1]. The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository [1]. Many thanks to all who made this

Deployment Issue

2023-02-27 Thread KOPPARTHI Prasad V
Hi Team, We are using the Camel 3.20.1 version. We have used https and the Jetty components; our aim is to hit the rest endpoint. We are able to run the yaml on the local machine, but when we deploy it into the AWS Camel cluster, we are facing an error. For your reference, we have attached

Re: WELCOME to users@camel.apache.org

2023-02-27 Thread KOPPARTHI Prasad V
Hi Team, I'm using the Jetty component and HTTPS component to retrieve the JSON response, but while deploying it onto the Kamel, we are getting an error while deploying. Thanks & Regards, Prasad.K From: users-h...@camel.apache.org Sent: Monday, February 27,

Re: WELCOME to users@camel.apache.org

2023-02-27 Thread ski n
Hi Prassad, Welcome to Camel community. Let's help you on your way with asking questions on the user list: For new question: 1. Write a new email to users@camel.apache.org 2. Give the subject a clear summary of the question. 3. In the mail a. tell about the version of Camel or CamelK

Re: Deployment Issue

2023-02-27 Thread Jeremy Ross
Looks like the attachment didn't come through. On Mon, Feb 27, 2023 at 4:07 AM KOPPARTHI Prasad V < prasad.koppar...@hexagon.com> wrote: > Hi Team, > > We are using the Camel 3.20.1 version. > > We have used https and the Jetty components; our aim is to hit the rest > endpoint. We are able to

Re: Possible performance issue invoking a bean method with a string parameter

2023-02-27 Thread Moshe Elisha (Nokia)
Thanks, Claus. I have created a Jira ticket[1]. We can continue the discussion there. [1] https://issues.apache.org/jira/browse/CAMEL-19098 From: Claus Ibsen Sent: Monday, February 27, 2023 7:41 PM To: users@camel.apache.org Subject: Re: Possible performance

Deployment issue

2023-02-27 Thread KOPPARTHI Prasad V
Hi Team, We are using the Camel 3.20.1 version. We have used https and the Jetty components; our aim is to hit the rest endpoint. We are able to run the yaml on the local machine, but when we deploy it into the AWS Camel cluster, we are facing an error. For your reference, we have attached

Re: Possible performance issue invoking a bean method with a string parameter

2023-02-27 Thread Claus Ibsen
Hi Thanks for reporting. Can you create a JIRA ticket. Also you are welcome to send a PR with a unit test, we can use to assist fixing this performance problem. And if you have time and want to try to make a fix, then a PR is also welcome. You are welcome to do that on camel-3.x branch (as main

Possible performance issue invoking a bean method with a string parameter

2023-02-27 Thread Moshe Elisha (Nokia)
Hello, I have noticed that when invoking a bean method with a string parameter, it works but a very special handling is needed to avoid a performance hit. Example code below. When the parameter is not single quoted or double quoted - Camel tries to resolve the value and in the process tries