R: How to get camel-google-pubsub working on GKE, pubsub with workload identity (instead of service account keys?

2021-08-23 Thread Andrea Cosentino
Hello, You're welcome to open a Jira and work on a PR. We need to review more google cloud components for sure in relation to this. Thanks for reaching out to the community  Inviato da Yahoo Mail su Android Il lun, 23 ago, 2021 alle 21:45, Tamás Utasi ha scritto: I'm trying to get a

Re: xmljson deprecated in camel 3.x

2021-08-17 Thread Andrea Cosentino
In the end we were basing the component on a lib with no future and we decided to remove this approach. You could have a look at camel-xj too, as alternative Il mar 17 ago 2021, 20:26 Daniel Langevin ha scritto: > Thank's > > -Message d'origine- > De : Andrea Cosentino &

Re: xmljson deprecated in camel 3.x

2021-08-17 Thread Andrea Cosentino
> > > > > -----Message d'origine- > De : Andrea Cosentino > Envoyé : 17 août 2021 14:00 > À : users@camel.apache.org > Objet : Re: xmljson deprecated in camel 3.x > > Hello, > > It has been removed for a cve related to a library used in the component. >

Re: xmljson deprecated in camel 3.x

2021-08-17 Thread Andrea Cosentino
Hello, It has been removed for a cve related to a library used in the component. This is the reason. Il mar 17 ago 2021, 19:58 Daniel Langevin ha scritto: > Hi, > > I'm trying to convert an application from camel 2.17 to camel 3.11, and I > have a concerned with xmljson. > > I don't found

Re: [discuss] find a better name for KameletBinding

2021-08-16 Thread Andrea Cosentino
Maybe KameletPipe? Il lun 16 ago 2021, 12:29 Zoran Regvart ha scritto: > Hi Luca, Cameleers, > naming in IT... from the top of my head > > Pipe > Processor > Conduit > Channel > Funnel > Queue > Glue > Caravan or Karavan I guess :) > > None of these are particularly excellent, though we should

Re: Feature camel-atlasmap not found

2021-08-13 Thread Andrea Cosentino
Hello, It's not supported in OSGi Il ven 13 ago 2021, 22:06 Gerald Kallas ha scritto: > Dear all. > > I did install a vanilla karaf 4.2.9 w/ Camel 3.11.1. > > The command > > feature:install camel-atlasmap > > responds with > > Error executing command: No matching features for camel-atlasmap/0

Re: OAI-PMH Component and Simple Language support

2021-08-04 Thread Andrea Cosentino
Can you please show the full route? To use the simple language you need to use toD and not to. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd

Re: AWS2-S3 component fails to send file into bucket

2021-07-28 Thread Andrea Cosentino
It could be something related to your particular S3 account/credentials. Nobody ever reported this and the aws2-s3 component has been heavily used. What is your camel version? -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix

Re: Link in Documentation is Broken

2021-07-28 Thread Andrea Cosentino
The JIRA tracker for issue is here https://issues.apache.org/jira/browse/CAMEL Thanks for reporting anyway. Il giorno mer 28 lug 2021 alle ore 09:44 Weiß, Kajetan ha scritto: > Dear fellow camel users, > > the link to the example in this document is broken: > >

Re: AWS2-S3 component fails to send file into bucket

2021-07-28 Thread Andrea Cosentino
If your accessKey or secretKey contains special characters like + or /, you need to prepend RAW Like  secretKey=RAW() This seems to be a problem with your credentials at first sight. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache

Re: Tell me about moving messages from one route to another and manual Kafka commit

2021-06-21 Thread Andrea Cosentino
Yes, with direct it should fine. Il giorno lun 21 giu 2021 alle ore 17:08 Vyacheslav Boyko < mail4...@gmail.com> ha scritto: > So... Am I able to use "direct" instead of "seda", right? > > > On Mon, 21 Jun 2021 14:49:50 + (UTC) > Andrea Cosentin

Re: Tell me about moving messages from one route to another and manual Kafka commit

2021-06-21 Thread Andrea Cosentino
Hello, The manual commit needs to be done is the same thread of the kafka consumer, so you cannot do this in route 2 or route 3. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com

Re: Camel components overview

2021-06-17 Thread Andrea Cosentino
Hello. 1) The 3.0.x or 3.9.x versions doesn't have space in the documentation because they were development versions through the LTS, so what you see listed there are: - the last development version release - The 3.7.x LTS documentation - The 3.4.x LTS documentation - The 2.x old

Re: idempotentConsumer Exception

2021-06-10 Thread Andrea Cosentino
Glad to help! 4 eyes it's always better than 2 :-) Il gio 10 giu 2021, 22:46 Rafael Sainz ha scritto: > Good lord! Thanks for answering me Andrea. > > De: Andrea Cosentino > Fecha: jueves, 10 de junio de 2021, 22:29 > Para: users@camel.apache.org > Asunto: Re: idempotent

Re: idempotentConsumer Exception

2021-06-10 Thread Andrea Cosentino
It is Concatenada, not Concatenado Il gio 10 giu 2021, 22:13 Rafael Sainz ha scritto: > Hello Camel team, > > > I am struggling with idempotentConsumer > > > > .idempotentConsumer(header("Concatenado"), idempotentPosturasRepo) > > > > It returns > > >

Re: [ANNOUNCE] Apache Camel 3.10.0 Released

2021-05-20 Thread Andrea Cosentino
Hello Omar, No 3.11 will be the next LTS. This release introduce a lot of new stuff. The next will stabilize a bit and we'll release the LTS 3.11.0 Cheers Il gio 20 mag 2021, 12:14 Omar Al-Safi ha scritto: > Thanks Gregor! > > By the way, shouldn't 3.10 be supposed to be an LTS version? > >

Re: SMTPS Throws Error

2021-05-19 Thread Andrea Cosentino
Hello, If you are using Fuse from Red Hat, you should ask to the Red Hat support. Cheers -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd

Re: File filter bean not working in Camel 3

2021-05-19 Thread Andrea Cosentino
It's not possible to read the code. I would migrate to an LTS 3.7.x and not to 3.6.0, this is the first suggestion I have. Il giorno mer 19 mag 2021 alle ore 15:13 Mikael Andersson Wigander ha scritto: > Hi > In Camel 2.x we have a file component with a filter bean and now migrating > to Camel

Re: How to override CXF version for Camel-CXF

2021-05-18 Thread Andrea Cosentino
You can try to override the dependency by dependency exclusion on camel-cxf, but it's not a best practice. We can eventually update on the LTS branch and release for 3.7.5 Il giorno mar 18 mag 2021 alle ore 11:34 Chio Chuan Ooi ha scritto: > Hi All, > > i am currently using camel 3.7.4 and

Re: Apacke Karaf, Camel and Kafka component

2021-05-17 Thread Andrea Cosentino
y [caused > by: Unable to resolve org.apache.karaf.kar.core/4.3.1: missing > requirement [org.apache.karaf.kar.core/4.3.1] osgi.wiring.package; > > filter:="(&(osgi.wiring.package=org.osgi.framework)(version>=1.0.0)(!(version>=3.0.0)))"]] > karaf@root()> > > > On

Re: Apacke Karaf, Camel and Kafka component

2021-05-17 Thread Andrea Cosentino
3.9.0 has been tested only with 4.3.1 Il lun 17 mag 2021, 22:13 Nicola Cisternino ha scritto: > Thank you JB > > I've tried to update all to last versions. > > So I've installed: > - Apache Karaf *4.3.2* > - Camel *3.9.0* features > > In features terms: > *feature:install http webconsole** >

Re: Camel Kubernetes Deployment Component issue

2021-04-28 Thread Andrea Cosentino
Hello, You need to specify the following header with the number of replicas: CamelKubernetesDeploymentReplicas Cheers. Il giorno mer 28 apr 2021 alle ore 13:00 Bikash Kaushik < kaushikbikas...@gmail.com> ha scritto: > Hi Team, > > I'm facing an issue while setting a replica number using the

Re: Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Andrea Cosentino
Yeah, it looks wrong. Please open an issue about this. For the moment, you may think about using a pollEnrich: from("timer:tick?period=1000") .pollEnrich("azure-storage-blob:/myContainer?regex=test/azure_test.*.csv") .to("") Il giorno gio 8 apr 2021 alle ore 13:55 ha scritto: > Hi, >

Re: Kafka consumer wont recover after WakeupException

2021-04-01 Thread Andrea Cosentino
Please try with an LTS version 3.7.x. 3.2.0 was a development version. Il giorno gio 1 apr 2021 alle ore 18:30 SRIKANT MVS ha scritto: > HI Team, > > I am using camel-kafka (version: 3.2.0) for consuming messages. > Below is the flow > >1. Kafka service consumes events from the topic >

Re: Error when setting up a new Camel S3 Source Connector

2021-03-07 Thread Andrea Cosentino
Those files in confluent platform are under the $CONFLUENT_PLATFORM_HOME/etc/kafka in particular: - connect-standalone.properties - connect-distributed.properties - producer.properties - consumer.properties Il giorno sab 6 mar 2021 alle ore 17:20 Andrea Cosentino ha scritto: > I know w

Re: Error when setting up a new Camel S3 Source Connector

2021-03-06 Thread Andrea Cosentino
dea about where do I need to make these changes wrt > Confluent? > > Regards > > On 3/6/21, 10:11 AM, "Andrea Cosentino" wrote: > > I'm not expert of Confluent platform, I was talking about Apache Kafka. > > Il giorno sab 6 mar 2021 alle ore 15:54 Arund

Re: Error when setting up a new Camel S3 Source Connector

2021-03-06 Thread Andrea Cosentino
I looking in the wrong place? > > Regards > > > On 3/6/21, 8:49 AM, "Andrea Cosentino" wrote: > > Hello > > 1 yes, the max result poll number of files will be picked up > immediately. > > 2. If you are using the kafka connect in standal

Re: Error when setting up a new Camel S3 Source Connector

2021-03-06 Thread Andrea Cosentino
Hello 1 yes, the max result poll number of files will be picked up immediately. 2. If you are using the kafka connect in standalone mode, you'll need to modify the config/connect-standalone.properties and add the following prop producer.max.request.size and set the value In Strimzi you have to

Re: Camel AWS S3 Source Connector - what is the key?

2021-02-11 Thread Andrea Cosentino
t; > -AB > > On 2/11/21, 1:47 AM, "Andrea Cosentino" wrote: > > Hi, > > You need to set the following option in your > configuration: camel.source.camelMessageHeaderKey > > The description "The name of a camel message header con

Re: Replacement for camel-xmljson for schema-less xml -> json

2021-02-11 Thread Andrea Cosentino
Hello, The available alternative is using camel-jaxb in combinatio with camel-jackson or any of the json components we provide. Directly there is no solution ootb. Il giorno gio 11 feb 2021 alle ore 11:17 Keith Herbert ha scritto: > Hi all, > > camel-xmljson is deprecated and even it's

Re: Query on Camel JDBC Adapter use

2021-02-10 Thread Andrea Cosentino
Hello, Please don't re-post the same question multiple times. Here is an example of jdbc component usage: https://github.com/apache/camel-examples/tree/master/examples/camel-example-jdbc Il giorno gio 11 feb 2021 alle ore 08:30 Sandeep3 Singh ha scritto: > Hi Camel Team, > > I am

Re: Camel AWS S3 Source Connector - what is the key?

2021-02-10 Thread Andrea Cosentino
Hi, You need to set the following option in your configuration: camel.source.camelMessageHeaderKey The description "The name of a camel message header containing an unique key that can be used as a Kafka message key. If this is not specified, then the Kafka message will not have a key." For

Re: Component "camel-ssh" broken? - NoSuchMethodError: ConnectFuture.getSession()

2021-01-27 Thread Andrea Cosentino
4.3.0 for Camel Karaf 3.8.0 > (it’s already done ;) ). > > Regards > JB > > > Le 27 janv. 2021 à 06:30, Andrea Cosentino a écrit : > > > > Camel 3.7.x doesn't support Karaf 4.3.0, the last version we tested is > 4.2.9 > > > > Il giorno mar 26 gen 2021 all

Re: Component "camel-ssh" broken? - NoSuchMethodError: ConnectFuture.getSession()

2021-01-26 Thread Andrea Cosentino
Camel 3.7.x doesn't support Karaf 4.3.0, the last version we tested is 4.2.9 Il giorno mar 26 gen 2021 alle ore 22:00 Schulze, Jan < jan.schu...@uni-tuebingen.de> ha scritto: > Hi Claus, > > > thanks for your reply. I forgot to mention, that I am using Camel in Karaf. > > Along with Camel I also

Re: Camel-K / Kafka / Avro: something broke overnight

2021-01-14 Thread Andrea Cosentino
I don't think it is feasible from our side to get to 3.6.0, it's up to you. Can you try to set the additionalProperties at component level like this example?

Re: Are you using binary distribution?

2021-01-14 Thread Andrea Cosentino
No objection, but this was related to a general discussion about binary distribution of all the Camel subprojects. Il giorno gio 14 gen 2021 alle ore 14:16 Jean-Baptiste Onofre < j...@nanthrax.net> ha scritto: > Hi, > > What about a Karaf-camel (I proposed and started to work on karamel ;) ) ? >

Re: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) - Hostname verification

2021-01-11 Thread Andrea Cosentino
Please report the camel version you're using. I think this shouldn't be discussed at users ml, but you should contact ASF security mail address. Il lun 11 gen 2021, 14:35 Ravi Sunchu ha scritto: > Hi All: > > In a project where we are using camel-netty component, our Blackduck scans >

Re: Camel S3SourceConnector and Effect of Topic cleanup.policy "compact" vs. "delete"

2021-01-05 Thread Andrea Cosentino
The options I reported are related to kafka broker configuration I guess, so they should be set at broker level and not in the connector config. By the way, without more information on your configuration and why you need compaction this is not so much we can do. -- Andrea Cosentino

Re: Camel S3SourceConnector and Effect of Topic cleanup.policy "compact" vs. "delete"

2021-01-05 Thread Andrea Cosentino
This seems related more on kafka connect configuration than the connector itself. I guess you'll need to tune the options related to this like: offset.flush.timeout.ms offset.flush.interval.ms -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer

Re: Camel S3SourceConnector and Effect of Topic cleanup.policy "compact" vs. "delete"

2021-01-04 Thread Andrea Cosentino
Is this with aws2-s3 connector or aws2-s3? Il lun 4 gen 2021, 23:05 Arundhati Bhende ha scritto: > Hi, I am testing the connector with different cleanup policies for the > Topic. > > If the topic cleanup.policy is set to "delete", the connector works > correctly and I am able to access the

Re: Correction needed in Documentation for Camel Source Connector

2021-01-04 Thread Andrea Cosentino
some mechanism > or will it be taken up by the development team as and when they can fit it > into their plan? > > Thanks > > On 12/27/20, 11:12 AM, "Andrea Cosentino" wrote: > > I don't thikn it can be done through transforms. > > It must be supported on camel leve

Re: Camel S3 Source Connector - value.converter

2020-12-27 Thread Andrea Cosentino
at > message and create individual messages in a different topic? > > On 12/27/20, 11:13 AM, "Andrea Cosentino" wrote: > > I don't think it is feasible to do that at transformers level, we need > to > introduce that at camel level eventually. > > Il giorn

Re: Correction needed in Documentation for Camel Source Connector

2020-12-27 Thread Andrea Cosentino
n the RedHat site's copy of the same > document. Not sure how to inform them. Hopefully fixing it on Camel site > will get propagated there. > > Thank you > > -Original Message- > From: Andrea Cosentino > Sent: Sunday, December 27, 2020 10:48 AM > To: users@cam

Re: Camel S3 Source Connector - value.converter

2020-12-27 Thread Andrea Cosentino
ld look at to define > how I can use it? > > -Original Message- > From: Andrea Cosentino > Sent: Saturday, December 26, 2020 10:19 AM > To: users@camel.apache.org > Subject: Re: Camel S3 Source Connector - value.converter > > You can use any of the dataformat pr

Re: Correction needed in Documentation for Camel Source Connector

2020-12-27 Thread Andrea Cosentino
is there by mistake, as well as two lines above this on the page > > The camel-aws-s3 sink connector has no aggregation strategies out of the > box. > > > -Original Message- > From: Andrea Cosentino > Sent: Sunday, December 27, 2020 10:33 AM > To: users@cam

Re: Correction needed in Documentation for Camel Source Connector

2020-12-27 Thread Andrea Cosentino
You're wrong. The aggregation strategy can be used in sink too. Il dom 27 dic 2020, 16:23 Arundhati Bhende ha scritto: > Hi, > > I do not know if this is the correct list for this, but I wanted to bring > it to notice of the team that maintains the documentation. > > In the page –

Re: Camel S3 Source Connector - value.converter

2020-12-26 Thread Andrea Cosentino
connector - So, in order to do so, to use the camel-aws2-s3 > connector, our aws set-up must be at version 2, right? Because, currently > it is at v1 and do not know, if we have immediate option of moving to v2 > > -Original Message----- > From: Andrea Cosentino > Sent: Sat

Re: Camel S3 Source Connector - value.converter

2020-12-26 Thread Andrea Cosentino
the topic? > > One doubt / question - to use the camel-aws2-s3 connector, our aws set-up > must be at version 2, right? Because, currently it is at v1 and do not > know, if we have immediate option of moving to v2 > > > > On 12/26/20, 10:00 AM, "Andrea Co

Re: Camel S3 Source Connector - value.converter

2020-12-26 Thread Andrea Cosentino
using camel.source.path.bucketNameOrArn instead of > camel.source.url > Because I was getting error that bucketNameOrArn must be defined > > In my configuration - autocloseBody is set true to whereas in the > default configuration it is set to false > >

Re: Camel S3 Source Connector - value.converter

2020-12-26 Thread Andrea Cosentino
As example use the official one https://github.com/apache/camel-kafka-connector-examples/blob/master/aws-s3-to-jms/config/CamelAWSS3SourceConnector.properties Il sab 26 dic 2020, 09:59 Andrea Cosentino ha scritto: > Can you show your full configuration? > > Il sab 26 dic 2020, 07:40

Re: Camel S3 Source Connector - value.converter

2020-12-26 Thread Andrea Cosentino
Can you show your full configuration? Il sab 26 dic 2020, 07:40 Arundhati Bhende ha scritto: > I am trying to test The Camel S3 Source connector using basic example from > this link > https://dzone.com/articles/reading-aws-s3-file-content-to-kafka-topic. > Below is the file I am uploading to

R: RE: Apache Camel EOL Versions

2020-12-15 Thread Andrea Cosentino
3.4.x will be supported as lts for one year from the release date of 3.4.0 Inviato da Yahoo Mail su Android Il mar, 15 dic, 2020 alle 17:40, Ajmera, Hemang C ha scritto: Hi   My understanding was that LTS version will be supported for 1 year. So even if 3.7 is release version 3.4 will

Re: Service Now Connector Working Example

2020-12-08 Thread Andrea Cosentino
Hello, We still need to focus on the servicenow kafka connector. We are going ahead and trying to test as much as we can, but for third party service like servicenow is a bit complicated. Il giorno lun 7 dic 2020 alle ore 19:13 simon.pe...@sbb.ch < simon.pe...@sbb.ch> ha scritto: > Hi folks > >

Re: Camel jcifs for smb protocol for camel 3.x?

2020-10-26 Thread Andrea Cosentino
You need to ask to camel-extra team to update to camel 3. We can't control the version there. Il lun 26 ott 2020, 14:34 William Juwono ha scritto: > Hello, I need to connect to windows share folder using smb protocol. > So, from what I see, I need camel jcifs, however the latest version seems >

Re: Character encoding lost when using Camel AWS2S3Endpoint

2020-10-16 Thread Andrea Cosentino
or the prompt response, surely I will check with the snapshot > > version and get back. > > > > On Fri, Oct 16, 2020 at 11:49 AM Andrea Cosentino > > wrote: > > > >> Hello, > >> > >> This should be fixed in 3.6.0. We changed the way we populat

Re: Character encoding lost when using Camel AWS2S3Endpoint

2020-10-16 Thread Andrea Cosentino
Hello, This should be fixed in 3.6.0. We changed the way we populate the body, so the charset is not enforced anymore. You can try with 3.6.0-SNAPSHOT. Let us know if it works, the release for 3.6.0 should be on vote this weekend. Cheers. Il giorno ven 16 ott 2020 alle ore 08:11 राकेश रवळेकर

Re: Unable to use Spring boot properties to configure Encoders for Netty Component in 3.4.0

2020-10-07 Thread Andrea Cosentino
This should be fixed in 3.6.x Il mer 7 ott 2020, 21:47 Yifan Wu ha scritto: > Hi, > > I am trying to use Netty Spring boot autoconfiguration. I want to set > encoders in the properties with the following line. > camel.component.netty.encoders=#myCustomEncoder > > I have my bean defined: >

Re: Apache camel running on multiple nodes

2020-09-30 Thread Andrea Cosentino
I believe you already have an answer on this. Il giorno gio 1 ott 2020 alle ore 07:50 SRAVAN KUMAR < pabbasrava...@gmail.com> ha scritto: > Hi Team, > > I want to run the apache camel file route on multiple nodes and the source > folder is the same for both nodes and expecting the route to

Re: Camel 3.4.4 feature:install camel-json-validator causes an error

2020-09-28 Thread Andrea Cosentino
We have a verify phase in camel-karaf. This seems pretty weird. I have to check. Can you please open an issue? Thanks Il lun 28 set 2020, 21:38 Gerald Kallas ha scritto: > Dear all, > > I'm trying to install > > feature:install camel-json-validator > > on Karaf 4.2.9. It causes an error > >

Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-21 Thread Andrea Cosentino
Thanks a lot! Il giorno lun 21 set 2020 alle ore 14:22 Denis Chirov ha scritto: > Hi, > > The sample and a Java Flight recording were uploaded on GitHub: > https://github.com/dchirov/camel-performance-sample.git > > Best Regards, Denis > > -Original Message- > From: Claus Ibsen > Sent:

Re: SAP RFC calls with Apache Camel

2020-09-15 Thread Andrea Cosentino
Hello, Currently no, there is no examples/attempts in Apache Camel codebase Cheers Andrea Il mar 15 set 2020, 21:22 Gerald Kallas ha scritto: > Hi all, > > I know that there's a camel-sap component from RedHat Fuse. Is there a > similar way to interact with SAP over RFC with Apache Camel? > >

Re: [ANNOUNCEMENT] Apache Camel 3.5.0 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-09-08 Thread Andrea Cosentino
For point 2.. the backport on LTS are just for bugs. So it's a patch release branch. It will be supported for one year from the 3.4.0 release, so June 2021. More details: https://camel.apache.org/blog/2020/03/LTS-Release-Schedule/ Il mar 8 set 2020, 14:37 ski n ha scritto: > I do it through

Re: claimCheck availability within ServiceMix 7.0.1 (Apache Camel 2.16.5)

2020-09-01 Thread Andrea Cosentino
No, ClaimCheck has been introduced in 2.21.0 Il giorno mar 1 set 2020 alle ore 14:47 Gerald Kallas ha scritto: > Dear all, > > for a legacy project we're working with Apache Servicemix 7.0.1. This > contains Camel 2.16.5. > > While trying to use the claimCheck pattern I'm getting > >

Re: Help required for Camel components deployed in cloud

2020-08-31 Thread Andrea Cosentino
There are no cloud formation templates available in the project actually. Il lun 31 ago 2020, 12:06 senthil kumar sk ha scritto: > Hi , > > We required help for camel components deployed in AWS cloud. > Please share any cloud formation template is available. > > > > Thanks > SenthilKumar SK >

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Andrea Cosentino
Probably is outdated. Please open an issue so we won't forget. Thanks Il ven 28 ago 2020, 18:06 Mikhail Lukyanov ha scritto: > > There is the same thing, it is written that you can call the property like > this > > [image: image.png] > > > пт, 28 авг. 2020 г. в

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Andrea Cosentino
You're looking at wrong documentation. https://camel.apache.org/components/2.x/languages/groovy-language.html Il ven 28 ago 2020, 17:58 Mikhail Lukyanov ha scritto: > Hello, everyone. > > I'm using Camel version 2.25.1. > > I get an error when I want to get the property as indicated here > >

Re: camel-undertow in Camel > 3.2

2020-08-04 Thread Andrea Cosentino
Hello, Yes. The reason is here: https://issues.apache.org/jira/browse/CAMEL-14939 >From 2.1.0 they won't support OSGi anymore and more and more third party libraries are doing the same thing. Il giorno mar 4 ago 2020 alle ore 12:04 Gerald Kallas ha scritto: > Hi folks, > > I was trying to

Re: Redesigning the Camel website front page

2020-07-31 Thread Andrea Cosentino
Personally I really like it, but will we remove that computer on right and will we add a Camel logo there? I find thath image a bit like an example site... Other than that, super cool and big +1 Il giorno ven 31 lug 2020 alle ore 18:54 Zoran Regvart ha scritto: > Hi Cameleers, > in the past

R: Re: OSGI service Call using Camel route

2020-07-19 Thread Andrea Cosentino
For helping on Fuse support please ask to Red Hat support Inviato da Yahoo Mail su Android Il dom, 19 lug, 2020 alle 21:30, vignesh k ha scritto: // Blueprint referencing the OSGI service http://www.osgi.org/xmlns/blueprint/v1.0.0;

Re: Camel Kafka Connector - running locally

2020-07-12 Thread Andrea Cosentino
Maybe report the error otherwise it's a bit hard. Report it in the issue tracker on github Il dom 12 lug 2020, 17:21 Vikas Jaiswal ha scritto: > Yes it is.. I unzip a connector in the plugin location which has its own > directory. > > -Original Message----- > From: A

Re: Camel Kafka Connector - running locally

2020-07-12 Thread Andrea Cosentino
Each connector needs to be in his own directory. How is it the your plugin path location? Il dom 12 lug 2020, 16:32 Vikas Jaiswal ha scritto: > Hi Camel Team, > I tried running one of the examples locally for Kafka connect: > >

[SECURITY] CVE-2020-11994 - Server-Side Template Injection and arbitrary file disclosure on Camel templating components

2020-07-08 Thread Andrea Cosentino
) On behalf of the Apache Camel PMC -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd

Re: Basic authentication of WAB using Jaas in Karaf - the trick doesn't work any longer w/ Karaf 4.2.9 and Camel 3.4.0

2020-06-28 Thread Andrea Cosentino
I think it's good to have the details shared in public. Il lun 29 giu 2020, 07:30 Jean-Baptiste Onofre ha scritto: > Hi, > > Yes Karaf 4.2.9 upgraded to Pax Web 7.2.15 and Jetty 9.4.28.v20200408. > > Can you please send a private message about issues you have with Karaf > 4.2.9 and Camel 3.4.0

Re: Camel to not lookup OSGi services when looking up a bean

2020-06-25 Thread Andrea Cosentino
What is the camel version for this? Il giorno gio 25 giu 2020 alle ore 17:09 Martin Lichtin ha scritto: > Is there a way to tell Camel to not search OSGi services when looking up a > bean? > > It seems by default it's continuously looking up the service references, > would like to turn this

Re: camel-velocity warnings in Camel 3.4.0

2020-06-24 Thread Andrea Cosentino
https://issues.apache.org/jira/browse/CAMEL-15240 Il giorno gio 25 giu 2020 alle ore 06:36 Andrea Cosentino ha scritto: > This is something in the component, we are setting properties there and we > need to review the deprecation, anyway it seems they just changed the name. > >

Re: camel-velocity warnings in Camel 3.4.0

2020-06-24 Thread Andrea Cosentino
This is something in the component, we are setting properties there and we need to review the deprecation, anyway it seems they just changed the name. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email

Re: camel release 3.4.0 - struts-core-1.3.8.jar

2020-06-21 Thread Andrea Cosentino
Can you please find out the component? Il giorno lun 22 giu 2020 alle ore 07:32 Vikas Jaiswal ha scritto: > If you include the camel parent pom struts component gets downloaded. Not > sure which component is using struts. > > Regards, > Vikas > > -Original Messag

Re: camel release 3.4.0 - struts-core-1.3.8.jar

2020-06-21 Thread Andrea Cosentino
What component? Il giorno lun 22 giu 2020 alle ore 07:27 Vikas Jaiswal ha scritto: > Hi, > One of the camel components is downloading a very old struts version > 1.3.8.jar . This has got security vulnerabilities. Can this please be > updated? > >

Re: Camel website: documentation or projects

2020-06-18 Thread Andrea Cosentino
I'd say this should be under Documentation and I'd expect to find description of projects and links to docs, I guess. One page it's for sure more clear than two. Thanks for your time on this :-) Il giorno mer 17 giu 2020 alle ore 23:05 Zoran Regvart ha scritto: > Hi Cameleers, > we have a

Re: Apache Camel Issue with Spring Boot 2.1.9 RELEASE

2020-06-17 Thread Andrea Cosentino
The keystore password is wrong. Il mer 17 giu 2020, 22:33 Mrinal Sharma ha scritto: > Can you elaborate more? > > -Original Message- > From: Andrea Cosentino > Sent: Wednesday, June 17, 2020 3:54 PM > To: users@camel.apache.org > Subject: Re: Apache Camel Issue w

Re: Apache Camel Issue with Spring Boot 2.1.9 RELEASE

2020-06-17 Thread Andrea Cosentino
The error is explicit. Il mer 17 giu 2020, 21:47 Mrinal Sharma ha scritto: > Hello, > > I have a Jhipster UAA Server based Spring Boot(2.1.9 RELEASE) application > which loads PKCS12 file in UAAServer. Once I added Camel 3 Dependency the > KeyStore API's started giving errors. > >

Re: GSON unmarshalTypeName

2020-05-22 Thread Andrea Cosentino
Hello, No. Unmarshall expect a dataformat, a dataformat definition or a reference to a dataformat. So you'll have to define multiple dataformats for each unmarshallTypeName. Il giorno ven 22 mag 2020 alle ore 17:31 Jeremy Ross < jeremy.g.r...@gmail.com> ha scritto: > Hi all, > > Using the GSON

Re: [SECURITY] New security advisory CVE-2020-11972 released for Apache Camel

2020-05-14 Thread Andrea Cosentino
Let me add the credit too Credit: This issue was discovered by Colm O. HEigeartaigh from Apache Software Foundation -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2

[SECURITY] New security advisory CVE-2020-11973 released for Apache Camel

2020-05-14 Thread Andrea Cosentino
/CAMEL-14447 refers to the various commits that resovoled the issue, and have more details. Credit: This issue was discovered by Colm O. HEigeartaigh from Apache Software Foundation On behalf of the Apache Camel PMC -- Andrea Cosentino  -- Apache Camel PMC Chair

[SECURITY] New security advisory CVE-2020-11972 released for Apache Camel

2020-05-14 Thread Andrea Cosentino
/browse/CAMEL-14711 refers to the various commits that resovoled the issue, and have more details. On behalf of the Apache Camel PMC -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter

[SECURITY] New security advisory CVE-2020-11971 released for Apache Camel

2020-05-14 Thread Andrea Cosentino
commits that resovoled the issue, and have more details. Credit: This issue was discovered by Colm O. HEigeartaigh from Apache Software Foundation and Jonathan Gallimore from Tomitribe On behalf of the Apache Camel PMC -- Andrea Cosentino  -- Apache Camel PMC

Re: Availability of camel-netty-http in Camel 3.x?

2020-05-06 Thread Andrea Cosentino
No, we removed the camel-netty-http coming from 2.x Camel-netty-http of Camel 3 is the equivalent of camel-netty4-http from Camel 2.x It won't be removed in Camel 3, because there is just one version of the component: no distinction between Netty and Netty 4, just one component netty-http Il

Re: Camel Quarkus Core causes Exception

2020-04-30 Thread Andrea Cosentino
Please report on the github issues tracker of camel-quarkus project. Il giorno gio 30 apr 2020 alle ore 11:31 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Hi > > I just migrated my quarkus sample app to Camel 1.0.0-M7 and using > 1.4.1.Final of Quarkus on GraalVM for Java

[ANNOUNCEMENT] Apache Camel Quarkus 1.0.0-M7 Released

2020-04-30 Thread Andrea Cosentino
The Camel community announces the immediate availability of Camel-Quarkus 1.0.0-M7 The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository. For more details you can have a look at the github repository [1] Many thanks to all who

Re: camel s3 consumer filename

2020-04-27 Thread Andrea Cosentino
Let me correct myself, it's Il giorno lun 27 apr 2020 alle ore 15:11 Andrea Cosentino ha scritto: > When you're consuming file from S3, the name is set in the > header CamelAwsS3Key > > So you could do something like > > /> > > > I didn't test this. > >

Re: camel s3 consumer filename

2020-04-27 Thread Andrea Cosentino
When you're consuming file from S3, the name is set in the header CamelAwsS3Key So you could do something like I didn't test this. Il giorno lun 27 apr 2020 alle ore 14:34 Axel Bock < axel.bock.mail+l...@gmail.com> ha scritto: > hi list, since you (read: andrea ;) helped a lot on my last

Re: org.apache.camel.processor.RedeliveryPolicy not found by org.apache.camel.camel-base

2020-04-21 Thread Andrea Cosentino
It's here https://github.com/apache/camel/blob/camel-3.0.1/core/camel-base/src/main/java/org/apache/camel/processor/errorhandler/RedeliveryPolicy.java I think it is missing in the migration guide. Il mar 21 apr 2020, 23:21 Gerald Kallas ha scritto: > I'm working with Camel 3.0.1. > > When

Re: S3 and special chars in AWS_SECRET_ACCESS_KEY

2020-04-21 Thread Andrea Cosentino
Hello, Please use the following notation in this case Il giorno mar 21 apr 2020 alle ore 15:12 Axel Bock < axel.bock.mail+l...@gmail.com> ha scritto: > hi list, i have this problem: when using the s3 module of camel I got the > following error: > > The request signature we calculated does not

Re: Spring Main unavailable in 3.2

2020-04-17 Thread Andrea Cosentino
Hello, We moved it in camel-spring-main. https://camel.apache.org/manual/latest/camel-3x-upgrade-guide.html#_main_in_camel_spring Il giorno ven 17 apr 2020 alle ore 09:53 Rafael Sainz < rafael.sa...@tcmpartners.com> ha scritto: > Hello, > > While I was upgrading from Camel 2.x to 3.2. I

Re: "since camel 3.3"

2020-04-16 Thread Andrea Cosentino
It will be available from 3.3.0, the site documentation is based on master and you're looking at the latest documentation, you can select 3.2.x in the component reference side bar and that component won't appear. Il giorno gio 16 apr 2020 alle ore 09:26 Axel Bock < axel.bock.mail+l...@gmail.com>

Re: Veracode & Black Duck Issues

2020-04-14 Thread Andrea Cosentino
It depends if we consider the issues reported by these tools, real issues or not. Il mar 14 apr 2020, 19:00 Vikas Jaiswal ha scritto: > Hi Camel Team, > What would be the way to get Veracode & > Black Duck issues resolved in the Camel code? > -Vikas >

[ANNOUNCEMENT] Apache Camel Quarkus 1.0.0-M6 Released

2020-04-12 Thread Andrea Cosentino
made this release possible. [1] apache/camel-quarkus -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd

Re: Camel 3.2.0 install

2020-04-11 Thread Andrea Cosentino
er to cut camel-karat 3.2.1 with this fix (it could > be helpful for our users IMHO). Thoughts ? > > We just had the same question on the Karaf user mailing list. > > Regards > JB > > > Le 10 avr. 2020 à 21:08, Andrea Cosentino a écrit : > > > > It's our fault in

Re: Camel 3.2.0 install

2020-04-10 Thread Andrea Cosentino
problem. I’m quite new to the mailing list. Your solution worked for me. > Thank you! > > Carl van Denzen > > > Op 10 apr. 2020 om 17:42 heeft Andrea Cosentino het > volgende geschreven: > > > > Hello it's a known issue. It will be fixed in 3.3.0. Please add >

Re: Camel 3.2.0 install

2020-04-10 Thread Andrea Cosentino
Hello it's a known issue. It will be fixed in 3.3.0. Please add in etc/org.apache.karaf.features.xml Il giorno ven 10 apr 2020 alle ore 17:38 Carl van Denzen ha scritto: > Hello, > I am using Camel 3.1.0, and I want to upgrade to Camel 3.2.0. > To test it, I tried a clean install in Karaf

<    1   2   3   4   5   6   >