Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 14797 invoked from network); 16 Feb 2011 04:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 04:59:22 -0000 Received: (qmail 76366 invoked by uid 500); 16 Feb 2011 04:59:22 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 76188 invoked by uid 500); 16 Feb 2011 04:59:19 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 76179 invoked by uid 99); 16 Feb 2011 04:59:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 04:59:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 04:59:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9A0CC1A7739 for ; Wed, 16 Feb 2011 04:58:57 +0000 (UTC) Date: Wed, 16 Feb 2011 04:58:57 +0000 (UTC) From: "Antoine Toulme (JIRA)" To: dev@camel.apache.org Message-ID: <1529091923.19704.1297832337627.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <187357631.16896.1297757697512.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Issue Comment Edited: (CAMEL-3667) Camel DNS component MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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:58 AM: ---------------------------------------------------------------- Johan, this diff does the job for the build.xml against HEAD: {code} Index: build.xml =================================================================== --- build.xml (revision 1630) +++ build.xml (working copy) @@ -54,9 +54,11 @@ Bundle-Version: ${version} Bundle-Name: dnsjava is an implementation of DNS in Java Bundle-SymbolicName: org.xbill.dns - Export-Package: org.xbill.DNS;uses:="org.xbill.DNS.utils",org.xbill.DNS.spi;uses:="org.xbill.DNS,sun.net.spi.nameservice",org.xbill.DNS.utils,org.xbill.DNS.windows + Export-Package: org.xbill.DNS;version=${version};uses:="org.xbill.DNS.utils",org.xbill.DNS.spi;version=${version};uses:="org.xbill.DNS,sun.net.spi.nameservice",org.xbill.DNS.utils,org.xbill.DNS.windows Bundle-Vendor: dnsjava.org Bundle-RequiredExecutionEnvironment: J2SE-1.4 + Private-Package: !* + Import-Package: !org.xbill.DNS*,!sun.*,* 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 > Assignee: Edstrom Johan > Fix For: 2.7.0 > > Attachments: camel-dns-2011-02-15.zip, camel-dns.zip, camel-dns.zip > > > This patch is a new feature for Camel. > It builds on top of dnsjava enough functionality to do DNS lookups and dig-like functionality. > It has a neat side feature: you can look up word definitions from Wikipedia with it. > There are maybe more use cases that can easily be implemented, like having dynamic DNS. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira