Re: Jakarta migration

2022-09-05 Thread Antoine DESSAIGNE
quarkus, > where they are working on this too, so at first sight its a big major > release - spring 6, boot 3, quarkus 3 et all. > > No we will not do any changes in Camel v3 - this will be as-is. > > > > On Mon, Sep 5, 2022 at 10:25 AM Antoine DESSAIGNE < > antoine.d

Jakarta migration

2022-09-05 Thread Antoine DESSAIGNE
Hello everyone, I just noticed that the Jira tickets related to the Jakarta migration now have the 4.0 expected fix version. I couldn't find any blog post or conversation regarding when this 4.0 could be released. I'm not asking for a definitive date but rather a quarter/semester of when you hope

Camel 3.x migration feedback

2020-09-09 Thread Antoine DESSAIGNE
Hello everybody, I just wanted to share what we discovered while updating to Camel from 2.25 to 3.4. There was no blocker but some unexpected things that weren't in the migration guide. Maybe we're doing it wrong, please tell me if there's a better way. Let's start with a bit of context. We're us

Re: Re: validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
Same issue :( If I have time, I'll do a pull request for adding the endpoint descriptions. 2017-02-16 18:39 GMT+01:00 Andrea Cosentino : > Try to run a mvn clean install -DskipTests > > Il gio, 16 feb, 2017 alle 18:33, Antoine DESSAIGNE gmail.com> ha scritto: Hi Zoran,

Re: validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
> be misremembering... > > zoran > > On Thu, Feb 16, 2017 at 5:57 PM, Antoine DESSAIGNE > wrote: > > Hello everyone, > > > > I'm trying to build camel locally and it fails due to the > > validate-component in camel core that detects several endpoint options &g

validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
Hello everyone, I'm trying to build camel locally and it fails due to the validate-component in camel core that detects several endpoint options without documentation. See below an extract of the error message I've got [WARNING] The component: dataset has validation errors [WARNING] Missing endpo

Re: Asciidoc documentation

2017-01-13 Thread Antoine DESSAIGNE
Maven build from the `camel-website` > subdirectory of the source tree, > > zoran > > [1] http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/ > [2] http://gist.asciidoctor.org/ > > On Fri, Jan 13, 2017 at 12:05 PM, Antoine DESSAIGNE > wrote: > > >

Asciidoc documentation

2017-01-13 Thread Antoine DESSAIGNE
Hello everyone, I'm currently improving the documentation on the camel-kafka component. And I was wondering what was the best way to check the result ? Is there a maven command producing HTML or PDF ? Do you use a local editor ? an online editor ? Thank you for your feedback. Antoine

Questions about seda's BlockingQueueFactory

2016-10-24 Thread Antoine DESSAIGNE
Hello everyone, We're currently creating a custom implementation of seda's BlockingQueueFactory. We are a bit puzzled by the expected behavior of some corner cases. I'll be more than happy to create a pull request with more detailed javadoc afterwards. So here are our questions. Thanks a lot if y

Re: Transactional Consumer Component

2016-07-09 Thread Antoine DESSAIGNE
Hello. It's easy to configure when you write the consumer, you use the exchange you just created to tell you whether if a success or a failure. Here is a sample of code below // Create the exchange Exchange exchange = getEndpoint().createExchange(); exchange.getIn().setBody(payload); // Process

Invalid link in Camel 2.15.3 announce

2015-08-31 Thread Antoine DESSAIGNE
Hi everyone, I've just noticed that the 2.15.3 announce http://camel.apache.org/2015/08/21/apache-camel-2153.html list the fixes of 2.15.2 in the release note link. Do you know how to fix that ? Regards, Antoine.

Re: camel-http to camel-http4 bridge

2015-02-10 Thread Antoine DESSAIGNE
Thanks a lot. 2015-02-06 17:58 GMT+01:00 Claus Ibsen : > Just register the component as http, eg you can do that with any kind > of component > > > context.addComponent("http", new Http4Component()); > > > > > > On Fri, Feb 6, 2015 at 5:46 PM,

camel-http to camel-http4 bridge

2015-02-06 Thread Antoine DESSAIGNE
Hi everyone, Would it be possible to create a module, named camel-http4-bridge for instance, that uses the HttpClient 4.x but the URLs starts with http:// instead of http4:// ? If you don't use any option of the URL (which is the most common use-case on our end) it should be fine. Have a nice da

Re: Camel 2.14.1 release

2014-12-04 Thread Antoine DESSAIGNE
Hi everyone, Do you think it's possible to have the camel 2.14.1 release in the first half of this month ? Thanks a lot, Antoine. 2014-11-13 18:56 GMT+01:00 Christian Müller : > Let's do it at the beginning of December... > > Best, > > Christian > - > > Software Integration Spe

Re: Wiki

2014-12-01 Thread Antoine DESSAIGNE
It's too bad. I'll copy paste the code then. 2014-12-01 15:28 GMT+01:00 Claus Ibsen : > Hi > > That is no longer possible afaik. Instead you can copy the code and > paste it as-is > > On Mon, Dec 1, 2014 at 3:21 PM, Antoine DESSAIGNE > wrote: > > Hi everyon

Wiki

2014-12-01 Thread Antoine DESSAIGNE
Hi everyone, I'm currently updating the Wiki in order to document the new options in camel-csv. In its documentation page [1] there are several wiki sections with {snippet:id=marshalRoute|lang=java|url=camel/trunk/components/camel-csv/src/test/java/org/apache/camel/dataformat/csv/CsvRouteTest.ja

Re: Documentation review of univocity-parser data formats

2014-11-24 Thread Antoine DESSAIGNE
rds, > > Willem > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemjiang.blogspot.com (English) > http://jnn.iteye.com (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > On November 20, 2014 at 9:27:1

Re: Support of official commons-csv

2014-11-24 Thread Antoine DESSAIGNE
Hi everyone, This weekend commons-csv 1.1 was released, thus I've updated the pull-request with the latest version. Have a nice day, Antoine. 2014-11-07 18:39 GMT+01:00 Antoine DESSAIGNE : > Hi everyone, > > Since it's a pretty big pull-request, I'm going to explain

Documentation review of univocity-parser data formats

2014-11-20 Thread Antoine DESSAIGNE
Hi everyone, I'm in the middle of writing the documentation for the new data formats based on uniVocity-parsers. Can you give me your feedback on the page before before I finish it with more marshalling and unmarshalling usage examples. https://cwiki.apache.org/confluence/display/CAMEL/uniVocity

Re: Support of official commons-csv

2014-11-07 Thread Antoine DESSAIGNE
. I think its a good time to migrate this in Camel 2.15. But the > PR has merge conflicts now. Do you mind rebasing so the PR can be > merged on master branch? > > > > On Wed, Oct 15, 2014 at 12:10 PM, Antoine DESSAIGNE > wrote: > > Hi everyone, > > > > I'

Re: Support of official commons-csv

2014-10-15 Thread Antoine DESSAIGNE
Hi everyone, I've submitted this PR https://github.com/apache/camel/pull/292 for updating csv to the official version What do you think ? Have a nice day. Antoine. 2014-09-12 11:59 GMT+02:00 Antoine DESSAIGNE : > Hi, > > I don't see how it can be compatible sinc

Re: Camel contributions - which Java version to code to?

2014-09-15 Thread Antoine DESSAIGNE
Hi Claus, >From now on, we can use the java7 features in the code ? (try-with-resource, etc...) Antoine. 2014-09-13 7:35 GMT+02:00 Claus Ibsen : > Java 7 > > On Fri, Sep 12, 2014 at 9:48 PM, rickaroni wrote: > > Hiya, > > > > Should I assume from this link that all Camel contribution code has

Re: Support of official commons-csv

2014-09-12 Thread Antoine DESSAIGNE
is less affected by Camel users, eg I would > > > assume the data it creates on the Camel Exchange / Message / body / > > > headers can be the same as before? So the changes affected is maybe > > > how to configure it using the csv data format or its csv config > > >

Support of official commons-csv

2014-09-10 Thread Antoine DESSAIGNE
Hi everyone, I was looking at this issue : https://issues.apache.org/jira/browse/CAMEL-7716. In fact, the commons-csv library changed a lot between the version that camel uses and the official one. In addition, there is lot of nice stuff such as: * immutable configurations, it's no longer require

Javadoc

2014-06-16 Thread Antoine DESSAIGNE
Hi everyone, I've just noticed that the official javadoc [1] is referencing camel 2.13.0 instead of the latest one. Is it normal ? Thanks, Antoine. [1] http://camel.apache.org/maven/current/camel-core/apidocs/index.html

Re: AW: Confluence -> Manual

2014-06-15 Thread Antoine DESSAIGNE
Hi, The http://camel.apache.org/ website seems to be down right now. Was it planned or something ? 2014-06-16 7:07 GMT+02:00 Jan Matèrne (jhm) : > Ok, so after a change: wait a day and then post a note if the sync has not > happened. > > Jan > > > -Ursprüngliche Nachricht- > > Von: Baba

Re: Wiki edit rights

2014-06-05 Thread Antoine DESSAIGNE
I've just updated both the sql-component page and the release page. Does it seem right ? Or did I made something wrong ? 2014-06-05 9:10 GMT+02:00 Claus Ibsen : > On Thu, Jun 5, 2014 at 9:02 AM, Antoine DESSAIGNE > wrote: > > Hi Claus, > > > > Thanks a lot

Re: Wiki edit rights

2014-06-05 Thread Antoine DESSAIGNE
to assign permissions that INFRA has setup. Can > you try now if you can edit the wiki pages for Camel ? > > On Thu, Jun 5, 2014 at 8:23 AM, Antoine DESSAIGNE > wrote: > > Hi everyone, > > > > I've signed the ICLA, could someone grant me the wiki edit rights so I

Wiki edit rights

2014-06-04 Thread Antoine DESSAIGNE
Hi everyone, I've signed the ICLA, could someone grant me the wiki edit rights so I can update the documentation according to my pull requests ? My JIRA username is antoine.dessaigne Thanks a lot, Antoine.

Re: Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-29 Thread Antoine DESSAIGNE
Ibsen" a écrit : > Hi > > No its something for Camel 3 only > > Den torsdag den 29. maj 2014 skrev Antoine DESSAIGNE < > antoine.dessai...@gmail.com>: > > > Hello, > > > > Several days ago, I created a pull request [1] for the issue CAMEL-7419 &g

Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-29 Thread Antoine DESSAIGNE
Hello, Several days ago, I created a pull request [1] for the issue CAMEL-7419 [2] that allows to configure endpoints using a mix of URL and options in the XML DSL. Since I didn't created the issue I wasn't able to flag it as "patch available". I know that it was originally planned for the 3.0 re

Stream the result of a database query

2014-05-19 Thread Antoine DESSAIGNE
Hi everyone, I've looked into the source code and it doesn't seem like its possible to stream the result of an SQL query in camel using either the SqlComponent or the JdbcComponent. This would be really useful when reading a large DataSet. If you confirm that it's not the case right now, I would

Questions about DefaultShutdownStrategy

2014-04-16 Thread Antoine DESSAIGNE
Hi everyone, I've had a deeper look in DefaultShutdownStrategy and there are several things that puzzle me. I want to submit a patch in order to improve this class but I prefer discussing this first. I apologize for this very long email. Question #1: Should it be stateful or stateless ? Today, 2

Deprecated policies

2014-02-05 Thread Antoine DESSAIGNE
Hi everyone, I was wondering whether or not there were some @Depecated policies like: * @Deprecated can only be added for a x.y.0 release * Methods marked @Deprecated in x.y.z release will be removed in y+2 release Thanks for sharing your insights on this, Antoine.

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-05 Thread Antoine DESSAIGNE
Thanks a lot for accepting this patch. Antoine 2014-02-05 Claus Ibsen : > Hi > > Yeah that makes sense to allow calling cancel(true) to interrupt and > do the forced shutdown. > I added a code comment and revised the code. > > > On Wed, Feb 5, 2014 at 8:20 AM, An

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-04 Thread Antoine DESSAIGNE
pen if a > timeout exception was thrown, as the original code. > > Will commit the revised code in a bit. Is there a JIRA ticket? > > On Mon, Feb 3, 2014 at 3:52 PM, Antoine DESSAIGNE > wrote: > > Hi, > > > > Do you have any concerns or suggestions about these chang

Re: camel pull request: Provide access to the shutdown task Future in order to ...

2014-02-03 Thread Antoine DESSAIGNE
patch at: > > https://github.com/apache/camel/pull/90.patch > > > commit 65dc45d9ac0cfd5ed7f2567d93f59b97885274dc > Author: Antoine DESSAIGNE > Date: 2014-01-23T11:16:02Z > > Provide access to the shutdown task Future in order to have more > control over it > > > >

Re: CSV unmarshall using Maps

2013-11-29 Thread Antoine DESSAIGNE
, Antoine 2013/11/15 Antoine DESSAIGNE : > Hi everyone, > > Sometimes, when processing CSV unmarshalled data, I find myself > struggling with the indexes. Thus I thought it would be nice to be > able to convert each line into a Map with the first line as keys. > > So I've

CSV unmarshall using Maps

2013-11-15 Thread Antoine DESSAIGNE
Hi everyone, Sometimes, when processing CSV unmarshalled data, I find myself struggling with the indexes. Thus I thought it would be nice to be able to convert each line into a Map with the first line as keys. So I've just created a JIRA issue with a patch: https://issues.apache.org/jira/browse/C

Discussion around the bug CAMEL-6685

2013-08-30 Thread Antoine DESSAIGNE
Hi everyone, Earlier today I created a new jira issue [1] on something that I consider is a bug. It was triaged and marked as "Not a problem". I don't agree with this so I'm starting this discussion either to better understand why it's not a bug or to reopen it. I thought this mailing list was a b

Re: == operator in Simple expressions

2013-06-26 Thread Antoine DESSAIGNE
Hi, Unfortunately there's no response. I'll try to rephrase: should the "==" operator be available in Simple expressions? I want to know whether or not I should create an issue. Thanks a lot for your insights, Antoine. 2013/6/13 Antoine DESSAIGNE > Hi everyone,

== operator in Simple expressions

2013-06-13 Thread Antoine DESSAIGNE
Hi everyone, We had a unexpected behavior with this simple expression: ${body[value]} == 4 It does not return true or false but a string like "4 == 4". The documentation is unclear about == operator used in expressions (and not predicates). Is this the desired behavior ? Thanks a lot, An

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
short routes, like > > from X > setBody > > This is fixed in recent/upcoming releases (cant remember exact when) > > Also see this FAQ > http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html > > On Fri, Jun 7, 2013 at 9:32 AM, Antoine DESSAIGNE > wrote:

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
all the setOut is @deprecated as you should just use setBody / > setHeader etc. > So this is on purpose why there is no in the XML DSL > > On Thu, Jun 6, 2013 at 5:52 PM, Antoine DESSAIGNE > wrote: > > Hi everyone, > > > > I didn't found the XML tag and

Feature request: support setOutBody in XML definitions

2013-06-06 Thread Antoine DESSAIGNE
Hi everyone, I didn't found the XML tag and I was wondering whether there was a reason for that ? Otherwise, I will submit a patch for fixing this gap. Thanks a lot, Antoine.

Re: BeanInfo performance issues

2013-02-04 Thread Antoine DESSAIGNE
Hi, I opened nabble and the archive in order to see if my message went through. It was the case but the attachment was removed. So you can find the patch right here: http://pastebin.com/WXtqUPGp Have a nice day, Antoine. 2013/2/4 Antoine DESSAIGNE > Hi everyone, > > We use Camel