You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/03/20 18:05:44 UTC

[servicemix-bundles] branch master updated: [SM-4339] Create OSGi bundle for dnsjava 3.0.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new de07263  [SM-4339] Create OSGi bundle for dnsjava 3.0.1
de07263 is described below

commit de0726337dbdf33d29da08b2bd70b8f5261cdbcb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Mar 20 19:01:40 2020 +0100

    [SM-4339] Create OSGi bundle for dnsjava 3.0.1
---
 dnsjava-3.0.1/pom.xml                              | 100 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  22 +++++
 pom.xml                                            |   1 +
 3 files changed, 123 insertions(+)

diff --git a/dnsjava-3.0.1/pom.xml b/dnsjava-3.0.1/pom.xml
new file mode 100644
index 0000000..ebac229
--- /dev/null
+++ b/dnsjava-3.0.1/pom.xml
@@ -0,0 +1,100 @@
+<?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>14</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.dnsjava</artifactId>
+    <version>3.0.1_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://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>dnsjava</pkgGroupId>
+        <pkgArtifactId>dnsjava</pkgArtifactId>
+        <pkgVersion>3.0.1</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>
diff --git a/dnsjava-3.0.1/src/main/resources/OSGI-INF/bundle.info b/dnsjava-3.0.1/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..97a348d
--- /dev/null
+++ b/dnsjava-3.0.1/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
diff --git a/pom.xml b/pom.xml
index c8e4b49..008a812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,7 @@
         <module>kafka_2.12-2.4.1</module>
         <module>kafka-clients-2.4.1</module>
         <module>kafka-streams-2.4.1</module>
+        <module>dnsjava-3.0.1</module>
     </modules>
 
 </project>