[ 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:59 AM: ---------------------------------------------------------------- Actually, 2.1.1 doesn't have imports over junit, here is its manifest: I downloaded it from here: http://repo1.maven.org/maven2/dnsjava/dnsjava/2.1.1/ {code} Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Bundle Plugin Built-By: otsvinev Build-Jdk: 1.5.0_20 Bundle-RequiredExecutionEnvironment: J2SE-1.4 Bundle-License: http://www.dnsjava.org/README Import-Package: junit.framework,org.xbill.DNS,sun.net.spi.nameservice Bnd-LastModified: 1297804172224 Export-Package: org.xbill.DNS;uses:="org.xbill.DNS.util",org.xbill.DNS .spi;uses:="org.xbill.DNS,sun.net.spi.nameservice",org.xbill.DNS.util s;uses:="junit.framework" Bundle-Version: 2.1.1 Bundle-Description: dnsjava is an implementation of DNS in Java. It su pports all defined record types (including the DNSSEC types), and unk nown types. It can be used for queries, zone transfers, and dynamic u pdates. It includes a cache which can be used by clients, and a minim al implementation of a server. It supports TSIG authenticated message s, partial DNSSEC verification, and EDNS0. Bundle-Name: dnsjava Bundle-ManifestVersion: 2 Bundle-SymbolicName: dnsjava Tool: Bnd-1.15.0 {code} Is is the uses that are problematic here ? was (Author: toulmean): Actually, 2.1.1 doesn't have imports over junit, here is its manifest: {code} Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Bundle Plugin Built-By: otsvinev Build-Jdk: 1.5.0_20 Bundle-RequiredExecutionEnvironment: J2SE-1.4 Bundle-License: http://www.dnsjava.org/README Import-Package: junit.framework,org.xbill.DNS,sun.net.spi.nameservice Bnd-LastModified: 1297804172224 Export-Package: org.xbill.DNS;uses:="org.xbill.DNS.util",org.xbill.DNS .spi;uses:="org.xbill.DNS,sun.net.spi.nameservice",org.xbill.DNS.util s;uses:="junit.framework" Bundle-Version: 2.1.1 Bundle-Description: dnsjava is an implementation of DNS in Java. It su pports all defined record types (including the DNSSEC types), and unk nown types. It can be used for queries, zone transfers, and dynamic u pdates. It includes a cache which can be used by clients, and a minim al implementation of a server. It supports TSIG authenticated message s, partial DNSSEC verification, and EDNS0. Bundle-Name: dnsjava Bundle-ManifestVersion: 2 Bundle-SymbolicName: dnsjava Tool: Bnd-1.15.0 {code} Is is the uses that are problematic here ? > 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