Repository: servicemix-bundles Updated Branches: refs/heads/master eda151cf2 -> 4aa8eff34
[SM-3241] Create OSGi bundle for DNS Java 2.1.8 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/4aa8eff3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/4aa8eff3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/4aa8eff3 Branch: refs/heads/master Commit: 4aa8eff3418af19ba797cf59729bed14179efe44 Parents: eda151c Author: Andrea Cosentino <[email protected]> Authored: Mon Feb 13 11:36:46 2017 +0100 Committer: Andrea Cosentino <[email protected]> Committed: Mon Feb 13 11:36:46 2017 +0100 ---------------------------------------------------------------------- dnsjava-2.1.8/pom.xml | 101 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 22 ++++ pom.xml | 1 + 3 files changed, 124 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4aa8eff3/dnsjava-2.1.8/pom.xml ---------------------------------------------------------------------- diff --git a/dnsjava-2.1.8/pom.xml b/dnsjava-2.1.8/pom.xml new file mode 100644 index 0000000..fa0b5bd --- /dev/null +++ b/dnsjava-2.1.8/pom.xml @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>bundles-pom</artifactId> + <version>12</version> + <relativePath>../bundles-pom/pom.xml</relativePath> + </parent> + + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.dnsjava</artifactId> + <version>2.1.8_1-SNAPSHOT</version> + <packaging>bundle</packaging> + <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> + <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + <tag>HEAD</tag> + </scm> + + <properties> + <pkgGroupId>dnsjava</pkgGroupId> + <pkgArtifactId>dnsjava</pkgArtifactId> + <pkgVersion>2.1.8</pkgVersion> + <servicemix.osgi.export.pkg> + org.xbill + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + javax.crypto*, + android.os;resolution:=optional, + junit.framework;resolution:=optional, + sun.net.spi.nameservice;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <configuration> + <artifactSet> + <includes> + <include>${pkgGroupId}:${pkgArtifactId}</include> + </includes> + </artifactSet> + <filters> + <filter> + <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> + <excludes> + <exclude>**/*</exclude> + </excludes> + </filter> + </filters> + <promoteTransitiveDependencies>true</promoteTransitiveDependencies> + <createDependencyReducedPom>true</createDependencyReducedPom> + </configuration> + </plugin> + </plugins> +</build> +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4aa8eff3/dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info b/dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..97a348d --- /dev/null +++ b/dnsjava-2.1.8/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,22 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), + and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which + can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, + partial DNSSEC verification, and EDNS0. + + dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, + dnsjava is fully threadable, and in many cases is faster than using InetAddress. + + dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of + a given name, type, and class, and return the answer or reason for failure. There are also functions similar to + those in the InetAddress class. A cache is used to reduce the number of DNS queries sent. The low level functions + allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.dnsjava.org/\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4aa8eff3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d38c84..b0c0621 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ <module>okhttp-3.6.0</module> <module>libphonenumber-8.1.0</module> <module>sparkjava-core-2.5.5</module> + <module>dnsjava-2.1.8</module> </modules> </project>
