Re: new contributor

2024-05-15 Thread Antoine
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

Re: new contributor

2024-05-14 Thread Antoine
. 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

new contributor

2024-04-16 Thread Antoine
ood way to start? Regards -- Antoine

Re: Jakarta migration

2022-09-05 Thread Antoine DESSAIGNE
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 /

Jakarta migration

2022-09-05 Thread Antoine DESSAIGNE
hen a 5.x branch for new developments? Thank you very much for your feedback. Have a nice day, Antoine.

Camel 3.x migration feedback

2020-09-09 Thread Antoine DESSAIGNE
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

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
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

validate-components issue on camel-core

2017-02-16 Thread Antoine DESSAIGNE
here a way to bypass this validation ? Or perhaps I did something wrong. Thank you for your insights, Antoine

Re: Asciidoc documentation

2017-01-13 Thread Antoine DESSAIGNE
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

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
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.

Re: building camel code (init eclipse workspace)

2016-09-08 Thread Antoine Toulme
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

Re: Transactional Consumer Component

2016-07-09 Thread Antoine DESSAIGNE
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 >

Re: [DISCUSS] - Thoughts on Apache Camel 2.18 and towards 3.0

2016-03-28 Thread Antoine Toulme
> 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

Re: [DISCUSS] - Thoughts on Apache Camel 2.18 and towards 3.0

2016-03-25 Thread Antoine Toulme
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

Re: XSLT transformation in camel

2016-03-18 Thread Antoine Toulme
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

Re: A possible bug in IOConverter with Win-1251 charset

2016-03-07 Thread Antoine Toulme
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

Re: Addition to Camel commercial offerings page - GOAPPO

2016-01-22 Thread Antoine Toulme
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?

Addition to Camel commercial offerings page - GOAPPO

2016-01-20 Thread Antoine Toulme
ering out at www.goappo.com <http://www.goappo.com/>. Thank you for your help, kind words and support. Cheers, Antoine

Re: data format for MIME-Multipart

2015-10-29 Thread Antoine Toulme
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

Wiki access

2015-10-09 Thread Antoine Toulme
Hi all, please give me wiki access. My username is toulmean, My ICLA is listed on the committers page. Thanks, Antoine

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
nice day, Antoine.

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 > --

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
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

Re: Documentation review of univocity-parser data formats

2014-11-24 Thread Antoine DESSAIGNE
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

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
CAMEL/uniVocity-parsers+formats Thanks, Antoine. PS: Thanks again for merging it so quickly.

Re: Support of official commons-csv

2014-11-07 Thread Antoine DESSAIGNE
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

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 a

Re: Support of official commons-csv

2014-09-12 Thread Antoine DESSAIGNE
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

Support of official commons-csv

2014-09-10 Thread Antoine DESSAIGNE
e day, Antoine. PS: I was very busy, but now I managed to freed up time for camel :)

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
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

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

2014-05-29 Thread Antoine DESSAIGNE
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

Stream the result of a database query

2014-05-19 Thread Antoine DESSAIGNE
* from actors?outputType=StreamList") .split(body()) .to("direct:processSingleActor") What do you think ? Antoine.

Questions about DefaultShutdownStrategy

2014-04-16 Thread Antoine DESSAIGNE
our insights on this subject Antoine

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
.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

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

2014-02-03 Thread Antoine DESSAIGNE
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

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
rowse/CAMEL-6969 What do you think ? Regards, Antoine

Discussion around the bug CAMEL-6685

2013-08-30 Thread Antoine DESSAIGNE
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

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
anks a lot, Antoine.

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
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

Re: Feature request: support setOutBody in XML definitions

2013-06-07 Thread Antoine DESSAIGNE
}"/> 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

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

[jira] Commented: (CAMEL-3728) Add documentation for DNS component

2011-03-09 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3481) camel-script doesn't work in OSGi

2011-03-09 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-21 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-21 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-16 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-16 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Issue Comment Edited: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Issue Comment Edited: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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/

[jira] Updated: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Commented: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Updated: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
[ 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

[jira] Created: (CAMEL-3667) Camel DNS component

2011-02-15 Thread Antoine Toulme (JIRA)
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