Thank you for the info!
I have made my second contribution
<https://github.com/apache/camel/pull/14147> and it is already merged.
I will follow up the next CI run tomorrow.
Regards
Antoine
On Wed, May 15, 2024 at 7:41 AM Otavio Rodolfo Piske
wrote:
> My previous message seems to hav
.
Where should I look to be sure I didn't break anything after a PR merge?
Antoine Wils
On Wed, Apr 17, 2024 at 3:13 PM Alexandre Gallice
wrote:
> Welcome Antoine, we love contributions here. In case people are searching
> for help when starting contributions, then there is this gui
ood way to start?
Regards
--
Antoine
ion around Camel 4.0.
Antoine
Le lun. 5 sept. 2022 à 10:32, Claus Ibsen a écrit :
> Hi
>
> Camel 4 discussions will open up this fall.
> At first we are working on new releases 3.18.2 and 3.19.0.
>
> The jakarta changes are big and impacts also the spring framework / spring
> boot /
hen a 5.x branch for new developments?
Thank you very much for your feedback.
Have a nice day,
Antoine.
awesome and helped us a lot. You also did an
amazing job splitting the core into separate projects, it makes it much
cleaner.
That's all for me, have a nice day,
Antoine
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,
Hi Zoran,
Unfortunately it's the command I'm typing :(
Antoine
2017-02-16 18:12 GMT+01:00 Zoran Regvart :
> Hi Antoine,
> I vaguely recall having similar issues and fixing them by issuing `mvn
> -Pfastinstall clean install` from the root of the source tree. I could
here a way to bypass this validation ? Or perhaps I did something wrong.
Thank you for your insights,
Antoine
The IDEA plugin is indeed really nice :) Thanks !
2017-01-13 12:50 GMT+01:00 Zoran Regvart :
> Hi Antoine,
> you can try the Asciidoctor browser extension[1] or DocGist[2], but as
> Claus already mentioned you'll probably find a plugin for your
> IDE/editor. And you can run a
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
xception during data bursts.
B. The ArrayBlockingQueueFactory default implementation doesn't use the
capacity passed in parameter, is this normal ? Maybe it is and I'll add
comments explaining why. Maybe it isn't and I'll fix it.
Once again, thanks for your answers !
Have a nice day,
Antoine.
From experience, you probably want to go the m2e way and import the projects as
Maven projects.
> On Sep 8, 2016, at 2:18 PM, fabryprog wrote:
>
> Hello,
>
> i am trying to build source code (master - 8 sept 2016) from this page:
> http://camel.apache.org/building.html
>
> i would use eclipse
ocess the exchange
getAsyncProcessor().process(exchange, doneSync -> {
if (exchange.isFailed()) { rollback(); }
else { ack(); }
});
Have a nice day,
Antoine.
2016-07-08 5:28 GMT+02:00 Evgeny M :
> Could you please direct me to a an easy to follow example / component to
>
> On Mar 25, 2016, at 10:42 PM, Claus Ibsen wrote:
>
> Hi Antoine
>
> Yay sounds good. What do you fancy working with?
>
> We got stuff around OSGi such as
>
> - upgrading the tests to be karaf 4.x based
> - drop karaf 2.x
> - upgrade to OSGi 5.0
Looks like
I’d like to help for this release. Looks like you got a good laundry list
already. Where can I help best in that list?
> On Mar 23, 2016, at 3:07 AM, Claus Ibsen wrote:
>
> Hi
>
> So Camel 2.17 was the last release supporting Java 1.7.
> The next Camel 2.18 is requiring Java 1.8.
>
> Here is
Please use the user list for this type of questions.
Please see the documentation, especially the examples URIs:
https://camel.apache.org/xslt.html
> On Mar 16, 2016, at 23:28, krishan.deo wrote:
>
> Hi,
>
> I am trying to convert one xml to other xml using xsl but I am getting error
> resourc
What happens is that your default charset is win-1251 while the file is UTF-8.
The file is read correctly according to the charset argument passed to the
toInputStream method ; however, the default charset used to parse and send the
stream is the default charset.
The immediate workaround for yo
experience.
Happy Friday and thank you for your support.
Cheers,
Antoine
> On Jan 22, 2016, at 7:02 AM, Claus Ibsen wrote:
>
> Hi Antoine
>
> Nice to hear about Apache Camel is being used in yet another product.
>
> Just wonder if the spelling of goAppo should be all upper case?
ering out at www.goappo.com
<http://www.goappo.com/>. Thank you for your help, kind words and support.
Cheers,
Antoine
Hi Stephan,
I am not a committer, I’d say you want to use a separate component since data
formats are all separate projects.
You can start the ball rolling by opening a pull request. I’d be happy to
comment and provide feedback.
If that can help, I contributed a new data format not long ago. Y
Hi all,
please give me wiki access. My username is toulmean, My ICLA is listed on the
committers page.
Thanks,
Antoine
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.
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,
nice day,
Antoine.
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
> --
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
t/csv/CsvRouteTest.java}
It seems that it's based on SVN (it has trunk/ in it), do you know how to
use GIT instead for retrieving the source ?
Thanks a lot,
Antoine.
[1] https://cwiki.apache.org/confluence/display/CAMEL/CSV
Hi,
Thanks a lot for having a look at and improving this confluence page.
In fact, it's really a String[] for the headers. I've explained in the
options section how to configure it using the XML DSL.
All I wanted to document is now documented.
Do you see something missing ?
Regards
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
CAMEL/uniVocity-parsers+formats
Thanks,
Antoine.
PS: Thanks again for merging it so quickly.
view the code with me, I will be more that happy
to organize it using Skype.
Also, as you may have noticed it's a pretty big change and thus maybe it
should be in another data format module (csv1 ?).
Have a nice day,
Antoine.
2014-11-05 20:14 GMT+01:00 Claus Ibsen :
> Hi
>
> Thanks
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
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 a
el-box: Error generating
source for com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager:
String index out of range: 1"
What did I do wrong ?
Thanks.
Antoine
2014-09-11 21:56 GMT+02:00 Christian Müller :
> +1
>
> I think a camel-csv2 component is not necessary.
>
&g
e day,
Antoine.
PS: I was very busy, but now I managed to freed up time for camel :)
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
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
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
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
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.
Hi Claus,
There's something I don't understand. Can you explain me why this fix
should wait until the 3.0 is out ?
The patch I wrote seemed to work, at least in the unit tests and on my
platform. Is there something I missed ?
Thanks a lot,
Antoine.
Le 29 mai 2014 12:57, "Claus
ily modify my pull request.
Have a nice day,
Antoine.
[1] https://github.com/apache/camel/pull/153
[2] https://issues.apache.org/jira/browse/CAMEL-7419
* from actors?outputType=StreamList")
.split(body())
.to("direct:processSingleActor")
What do you think ?
Antoine.
our insights on this subject
Antoine
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.
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
.stop(). That's where
future.cancel() applies
But maybe, there's something I don't know, or a consequence I didn't saw
for this patch.
Thanks a lot for your help on this matter,
Antoine.
2014-02-04 Claus Ibsen :
> Polishing your patch as the timeout logic should only hap
Thanks for the feedback.
Antoine
2014-01-23 adessaigne :
> GitHub user adessaigne opened a pull request:
>
> https://github.com/apache/camel/pull/90
>
> Provide access to the shutdown task Future in order to have more
> control over it
>
> I'm submitting this p
,
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
rowse/CAMEL-6969
What do you think ?
Regards,
Antoine
ite understand the force shutdown feature and this is
not a bug. Can you give me your insights on this matter ?
Thanks a lot,
Antoine.
[1] https://issues.apache.org/jira/browse/CAMEL-6685
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,
anks a lot,
Antoine.
I wasn't able to find the issue you're mentioning in Jira, by any change do
you have the issue number ?
Thanks a lot,
Antoine.
2013/6/7 Claus Ibsen
> Because handles this internally as well the Camel routing engine.
>
> And there was a bug in Camel, so when you had
}"/>
Hello ${headers[id]} !
How can I set the response in the OUT message ?
Also, I there a way to avoid needing ?
Thanks a lot for your help,
Antoine.
[1] http://camel.apache.org/restlet.html#Restlet-MessageBody
2013/6/6 Claus Ibsen
> Hi
>
> Yeah
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.
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
[
https://issues.apache.org/jira/browse/CAMEL-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004892#comment-13004892
]
Antoine Toulme commented on CAMEL-3728:
---
Thanks Richard. Please let me kno
[
https://issues.apache.org/jira/browse/CAMEL-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004885#comment-13004885
]
Antoine Toulme commented on CAMEL-3481:
---
Claus, Camel 2.7 is JDK6 now, so ca
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997673#comment-12997673
]
Antoine Toulme commented on CAMEL-3667:
---
The enhancement for the dnsjava build
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997672#comment-12997672
]
Antoine Toulme commented on CAMEL-3667:
---
I don't see any blockers
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995485#comment-12995485
]
Antoine Toulme commented on CAMEL-3667:
---
Filed request for enhancement here:
h
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995241#comment-12995241
]
Antoine Toulme commented on CAMEL-3667:
---
Claus, AFAIK it doesn't. The code
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995167#comment-12995167
]
Antoine Toulme commented on CAMEL-3667:
---
Oh, this one is actually a fork of
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995165#comment-12995165
]
Antoine Toulme edited comment on CAMEL-3667 at 2/16/11 4:5
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995165#comment-12995165
]
Antoine Toulme commented on CAMEL-3667:
---
Actually, 2.1.1 doesn't have imp
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995164#comment-12995164
]
Antoine Toulme edited comment on CAMEL-3667 at 2/16/11 4:5
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995164#comment-12995164
]
Antoine Toulme commented on CAMEL-3667:
---
Edstrom, this diff does the job for
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995156#comment-12995156
]
Antoine Toulme commented on CAMEL-3667:
---
I actually implemented a set of conver
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995157#comment-12995157
]
Antoine Toulme commented on CAMEL-3667:
---
Hadrian, see
http://lunar-ocean.com/
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme updated CAMEL-3667:
--
Attachment: camel-dns-2011-02-15.zip
Updated source according to review by tjsnell and joed
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994683#comment-12994683
]
Antoine Toulme commented on CAMEL-3667:
---
The code is hosted here:
http://github
[
https://issues.apache.org/jira/browse/CAMEL-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme updated CAMEL-3667:
--
Attachment: camel-dns.zip
The source code as of Feb 15th, with a license grant to the ASF
Camel DNS component
---
Key: CAMEL-3667
URL: https://issues.apache.org/jira/browse/CAMEL-3667
Project: Camel
Issue Type: New Feature
Affects Versions: 2.6.0
Reporter: Antoine Toulme
Fix For
75 matches
Mail list logo