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 2022/03/30 07:30:34 UTC

[servicemix-bundles] branch master updated (0b435d4 -> d0df703)

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

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


    from 0b435d4  [SM-5059] Create OSGi bundles for hapi-fhir-structures 5.7.1
     new cc99994  [SM-5075] Create OSGi bundle for azure-core 1.26.0
     new 71bb3d9  [SM-5076] Create OSGi bundle for azure-core-amqp 2.4.1
     new 0c063ee  [SM-5077] Create OSGi bundle for azure-core-http-netty 1.11.8
     new 001a579  [SM-5078] Create OSGi bundle for azure-core-http-okhttp 1.7.10
     new d6cc342  Add missing import
     new 8249a82  [SM-5079] Create OSGi bundle for azure-messaging-servicebus 7.7.0
     new d0df703  [SM-5080] Create OSGi bundle for azure-identity 1.4.6

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {azure-core-1.17.0 => azure-core-1.26.0}/pom.xml   |   5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 .../pom.xml                                        |   5 +-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 .../pom.xml                                        |  15 +-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 .../pom.xml                                        |  55 +++-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 azure-identity-1.4.6/pom.xml                       | 287 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |   3 +-
 .../pom.xml                                        |   6 +-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 pom.xml                                            |   6 +
 13 files changed, 365 insertions(+), 17 deletions(-)
 rename {azure-core-1.17.0 => azure-core-1.26.0}/pom.xml (97%)
 rename {azure-messaging-servicebus-7.2.1 => azure-core-1.26.0}/src/main/resources/OSGI-INF/bundle.info (100%)
 rename {azure-core-amqp-2.3.0 => azure-core-amqp-2.4.1}/pom.xml (97%)
 rename {azure-core-http-okhttp-1.7.3 => azure-core-amqp-2.4.1}/src/main/resources/OSGI-INF/bundle.info (100%)
 rename {azure-core-http-netty-1.10.0 => azure-core-http-netty-1.11.8}/pom.xml (91%)
 rename {azure-core-http-netty-1.10.0 => azure-core-http-netty-1.11.8}/src/main/resources/OSGI-INF/bundle.info (100%)
 rename {azure-core-http-okhttp-1.7.3 => azure-core-http-okhttp-1.7.10}/pom.xml (71%)
 rename {azure-core-amqp-2.3.0 => azure-core-http-okhttp-1.7.10}/src/main/resources/OSGI-INF/bundle.info (100%)
 create mode 100644 azure-identity-1.4.6/pom.xml
 copy {stax-utils-20070216 => azure-identity-1.4.6}/src/main/resources/OSGI-INF/bundle.info (73%)
 rename {azure-messaging-servicebus-7.2.1 => azure-messaging-servicebus-7.7.0}/pom.xml (97%)
 rename {azure-core-1.17.0 => azure-messaging-servicebus-7.7.0}/src/main/resources/OSGI-INF/bundle.info (100%)

[servicemix-bundles] 05/07: Add missing import

Posted by jb...@apache.org.
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

commit d6cc342983cf9735b2b4cb8de82650823f640e69
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 15:02:35 2022 +0200

    Add missing import
---
 azure-core-http-netty-1.11.8/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/azure-core-http-netty-1.11.8/pom.xml b/azure-core-http-netty-1.11.8/pom.xml
index f8f6d38..a758355 100644
--- a/azure-core-http-netty-1.11.8/pom.xml
+++ b/azure-core-http-netty-1.11.8/pom.xml
@@ -69,6 +69,12 @@
             <version>${pkgVersion}</version>
         </dependency>
 
+	<dependency>
+	    <groupId>io.projectreactor.netty</groupId>
+	    <artifactId>reactor-netty-http</artifactId>
+	    <version>1.0.17</version>
+	</dependency>
+
         <!-- sources -->
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -94,6 +100,7 @@
                             <artifactSet>
                                 <includes>
                                     <include>${pkgGroupId}:${pkgArtifactId}</include>
+				    <include>io.projectreactor.netty:reactor-netty-http</include>
                                 </includes>
                             </artifactSet>
                             <filters>

[servicemix-bundles] 07/07: [SM-5080] Create OSGi bundle for azure-identity 1.4.6

Posted by jb...@apache.org.
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

commit d0df7030938ceee658e613e223a00725414c2e3b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 30 09:29:50 2022 +0200

    [SM-5080] Create OSGi bundle for azure-identity 1.4.6
---
 azure-identity-1.4.6/pom.xml                       | 287 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  11 +
 pom.xml                                            |   1 +
 3 files changed, 299 insertions(+)

diff --git a/azure-identity-1.4.6/pom.xml b/azure-identity-1.4.6/pom.xml
new file mode 100644
index 0000000..0c6fcb8
--- /dev/null
+++ b/azure-identity-1.4.6/pom.xml
@@ -0,0 +1,287 @@
+<?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.azure-identity</artifactId>
+	<version>1.4.6_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>com.azure</pkgGroupId>
+		<pkgArtifactId>azure-identity</pkgArtifactId>
+		<pkgVersion>1.4.6</pkgVersion>
+		<servicemix.osgi.export.pkg>
+			com.azure.identity*
+		</servicemix.osgi.export.pkg>
+		<servicemix.osgi.import.pkg>
+			!com.azure.identity*,
+			javax.annotation;version="1.1.0",
+			javax.annotation.concurrent;version="1.1.0",
+			javax.annotation.meta;version="1.1.0",
+			com.sun.jna*;resolution:=optional,
+			com.sun.net.httpserver;resolution:=optional,
+			com.fasterxml.jackson*;version="[2,3)",
+			com.google.crypto*;resolution:=optional,
+			reactor*;version="[3,4)",
+			org.bouncycastle.jcajce.provider;version="1.70";resolution:=optional,
+			org.apache.xml.security*,
+			org.cryptacular,
+			org.opensaml*,
+			org.apache.velocity*;resolution:=optional,
+			*
+		</servicemix.osgi.import.pkg>
+		<servicemix.osgi.private.pkg>
+			com.microsoft.azure.msal4j*,
+			com.microsoft.aad.msal4j,
+			com.microsoft.aad.msal4jextensions*,
+			com.nimbusds*,
+			net.jcip.annotations,
+			net.shibboleth.utilities*,
+			com.beust*,
+			com.google*;-split-package:=merge-first,
+			io.opencensus*,
+			io.grpc*,
+			reactor.blockhound*,
+			io.reactivex.*;resolution:=optional,
+			org.checkerframework*,
+			org.cryptomator*,
+			net.shibboleth*,
+			com.codahale.metrics,
+			com.sun.jna*
+		</servicemix.osgi.private.pkg>
+		<msal4j-version>1.11.2</msal4j-version>
+		<msal4j-persistence-extension-version>1.1.0</msal4j-persistence-extension-version>
+	</properties>
+
+	<dependencies>
+		<dependency>
+			<groupId>${pkgGroupId}</groupId>
+			<artifactId>${pkgArtifactId}</artifactId>
+			<version>${pkgVersion}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>com.microsoft.azure</groupId>
+			<artifactId>msal4j</artifactId>
+			<version>${msal4j-version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>com.microsoft.azure</groupId>
+			<artifactId>msal4j-persistence-extension</artifactId>
+			<version>${msal4j-persistence-extension-version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>com.google.http-client</groupId>
+			<artifactId>google-http-client</artifactId>
+			<version>1.41.4</version>
+		</dependency>
+
+		<dependency>
+			<groupId>com.nimbusds</groupId>
+			<artifactId>oauth2-oidc-sdk</artifactId>
+			<version>9.22.2</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>com.google.crypto.tink</groupId>
+			<artifactId>tink</artifactId>
+			<version>1.6.1</version>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>com.google.guava</groupId>
+			<artifactId>guava</artifactId>
+			<version>31.0.1-jre</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.opencensus</groupId>
+			<artifactId>opencensus-api</artifactId>
+			<version>0.31.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.opencensus</groupId>
+			<artifactId>opencensus-contrib-http-util</artifactId>
+			<version>0.31.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.opencensus</groupId>
+			<artifactId>opencensus-contrib-http-util</artifactId>
+			<version>0.31.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.grpc</groupId>
+			<artifactId>grpc-context</artifactId>
+			<version>1.27.2</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.projectreactor.tools</groupId>
+			<artifactId>blockhound</artifactId>
+			<version>1.0.6.RELEASE</version>
+		</dependency>
+
+		<dependency>
+			<groupId>io.reactivex.rxjava2</groupId>
+			<artifactId>rxjava</artifactId>
+			<version>2.2.21</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.checkerframework</groupId>
+			<artifactId>checker-qual</artifactId>
+			<version>3.0.1</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.cryptomator</groupId>
+			<artifactId>siv-mode</artifactId>
+			<version>1.3.1</version>
+		</dependency>
+
+		<dependency>
+			<groupId>net.jcip</groupId>
+			<artifactId>jcip-annotations</artifactId>
+			<version>1.0</version>
+		</dependency>
+
+		<dependency>
+			<groupId>net.shibboleth.utilities</groupId>
+			<artifactId>java-support</artifactId>
+			<version>7.1.1</version>
+		</dependency>
+
+		<!-- https://mvnrepository.com/artifact/com.beust/jcommander -->
+		<dependency>
+			<groupId>com.beust</groupId>
+			<artifactId>jcommander</artifactId>
+			<version>1.82</version>
+		</dependency>
+
+		<!-- sources -->
+		<dependency>
+			<groupId>${pkgGroupId}</groupId>
+			<artifactId>${pkgArtifactId}</artifactId>
+			<version>${pkgVersion}</version>
+			<classifier>sources</classifier>
+			<optional>true</optional>
+		</dependency>
+
+		<dependency>
+			<groupId>net.shibboleth.utilities</groupId>
+			<artifactId>java-support</artifactId>
+			<version>8.0.0</version>
+		</dependency>
+
+		<!-- https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core -->
+		<dependency>
+			<groupId>com.codahale.metrics</groupId>
+			<artifactId>metrics-core</artifactId>
+			<version>3.0.2</version>
+		</dependency>
+
+		<!-- https://mvnrepository.com/artifact/com.codahale.metrics/metrics-core -->
+		<dependency>
+			<groupId>com.codahale.metrics</groupId>
+			<artifactId>metrics-core</artifactId>
+			<version>3.0.2</version>
+		</dependency>
+
+		<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
+		<dependency>
+			<groupId>net.java.dev.jna</groupId>
+			<artifactId>jna-platform</artifactId>
+			<version>4.5.0</version>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-shade-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>shade</goal>
+						</goals>
+						<configuration>
+							<artifactSet>
+								<includes>
+									<include>${pkgGroupId}:${pkgArtifactId}</include>
+									<include>com.google.http-client:google-http-client</include>
+									<include>com.google.j2objc:j2objc-annotations</include>
+									<include>io.opencensus:opencensus-contrib-http-util</include>
+									<include>io.grpc:grpc-context</include>
+									<include>io.projectreactor.tools:blockhound</include>
+									<include>io.reactivex.rxjava2:rxjava</include>
+									<include>org.checkerframework:checker-qual</include>
+									<include>org.cryptomator:siv-mode</include>
+									<include>org.opensaml:opensaml-saml-api</include>
+									<include>org.opensaml:opensaml-saml-impl</include>
+									<include>net.shibboleth.utilities:java-support</include>
+									<include>com.codahale.metrics:metrics-core</include>
+									<include>net.java.dev.jna:jna-platform</include>
+								</includes>
+							</artifactSet>
+							<filters>
+								<filter>
+									<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+									<excludes>
+										<exclude>**</exclude>
+									</excludes>
+								</filter>
+							</filters>
+							<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+							<createDependencyReducedPom>true</createDependencyReducedPom>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>
diff --git a/azure-identity-1.4.6/src/main/resources/OSGI-INF/bundle.info b/azure-identity-1.4.6/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..be4444b
--- /dev/null
+++ b/azure-identity-1.4.6/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,11 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    library for Azure identity.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttps://github.com/Azureu001B[0m
diff --git a/pom.xml b/pom.xml
index 0b1bf49..8af7bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
       <module>azure-core-http-netty-1.11.8</module>
       <module>azure-core-http-okhttp-1.7.10</module>
       <module>azure-messaging-servicebus-7.7.0</module>
+      <module>azure-identity-1.4.6</module>
     </modules>
 
 </project>

[servicemix-bundles] 02/07: [SM-5076] Create OSGi bundle for azure-core-amqp 2.4.1

Posted by jb...@apache.org.
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

commit 71bb3d9719ce5fa17ee989c4521978466c8e3891
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 11:35:26 2022 +0200

    [SM-5076] Create OSGi bundle for azure-core-amqp 2.4.1
---
 {azure-core-amqp-2.3.0 => azure-core-amqp-2.4.1}/pom.xml             | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/azure-core-amqp-2.3.0/pom.xml b/azure-core-amqp-2.4.1/pom.xml
similarity index 97%
rename from azure-core-amqp-2.3.0/pom.xml
rename to azure-core-amqp-2.4.1/pom.xml
index f7345de..d8816e2 100644
--- a/azure-core-amqp-2.3.0/pom.xml
+++ b/azure-core-amqp-2.4.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-core-amqp</artifactId>
-    <version>2.3.0_2-SNAPSHOT</version>
+    <version>2.4.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core-amqp</pkgArtifactId>
-        <pkgVersion>2.3.0</pkgVersion>
+        <pkgVersion>2.4.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.core.amqp
          </servicemix.osgi.export.pkg>
diff --git a/azure-core-amqp-2.3.0/src/main/resources/OSGI-INF/bundle.info b/azure-core-amqp-2.4.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-core-amqp-2.3.0/src/main/resources/OSGI-INF/bundle.info
rename to azure-core-amqp-2.4.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 46b49b8..8c6ad72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
       <module>hapi-fhir-structures-r4-5.7.1</module>
       <module>hapi-fhir-validation-5.7.1</module>
       <module>azure-core-1.26.0</module>
+      <module>azure-core-amqp-2.4.1</module>
     </modules>
 
 </project>

[servicemix-bundles] 03/07: [SM-5077] Create OSGi bundle for azure-core-http-netty 1.11.8

Posted by jb...@apache.org.
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

commit 0c063ee7ad60fe7192102bcd4cb80efd2f6e70c9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 14:36:11 2022 +0200

    [SM-5077] Create OSGi bundle for azure-core-http-netty 1.11.8
---
 .../pom.xml                                                       | 8 +++++---
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/azure-core-http-netty-1.10.0/pom.xml b/azure-core-http-netty-1.11.8/pom.xml
similarity index 95%
rename from azure-core-http-netty-1.10.0/pom.xml
rename to azure-core-http-netty-1.11.8/pom.xml
index 9b7df88..f8f6d38 100644
--- a/azure-core-http-netty-1.10.0/pom.xml
+++ b/azure-core-http-netty-1.11.8/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-core-http-netty</artifactId>
-    <version>1.10.0_2-SNAPSHOT</version>
+    <version>1.11.8_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core-http-netty</pkgArtifactId>
-        <pkgVersion>1.10.0</pkgVersion>
+        <pkgVersion>1.11.8</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.core.http.netty
          </servicemix.osgi.export.pkg>
@@ -58,6 +57,9 @@
         <servicemix.osgi.private.pkg>
             META-INF.services
         </servicemix.osgi.private.pkg>
+	<servicemix.spi.provider>
+	    com.azure.core.http.netty.NettyAsyncHttpClient
+	</servicemix.spi.provider>
     </properties>
 
     <dependencies>
diff --git a/azure-core-http-netty-1.10.0/src/main/resources/OSGI-INF/bundle.info b/azure-core-http-netty-1.11.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-core-http-netty-1.10.0/src/main/resources/OSGI-INF/bundle.info
rename to azure-core-http-netty-1.11.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 8c6ad72..82ae7d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,7 @@
       <module>hapi-fhir-validation-5.7.1</module>
       <module>azure-core-1.26.0</module>
       <module>azure-core-amqp-2.4.1</module>
+      <module>azure-core-http-netty-1.11.8</module>
     </modules>
 
 </project>

[servicemix-bundles] 06/07: [SM-5079] Create OSGi bundle for azure-messaging-servicebus 7.7.0

Posted by jb...@apache.org.
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

commit 8249a8298dd0da8737f79e39876b249f13ccb8f1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 15:11:41 2022 +0200

    [SM-5079] Create OSGi bundle for azure-messaging-servicebus 7.7.0
---
 .../pom.xml                                                         | 6 +++---
 .../src/main/resources/OSGI-INF/bundle.info                         | 0
 pom.xml                                                             | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/azure-messaging-servicebus-7.2.1/pom.xml b/azure-messaging-servicebus-7.7.0/pom.xml
similarity index 97%
rename from azure-messaging-servicebus-7.2.1/pom.xml
rename to azure-messaging-servicebus-7.7.0/pom.xml
index 1d182da..a7b139c 100644
--- a/azure-messaging-servicebus-7.2.1/pom.xml
+++ b/azure-messaging-servicebus-7.7.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-messaging-servicebus</artifactId>
-    <version>7.2.1_2-SNAPSHOT</version>
+    <version>7.7.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,18 +39,18 @@
         <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>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-messaging-servicebus</pkgArtifactId>
-        <pkgVersion>7.2.1</pkgVersion>
+        <pkgVersion>7.7.0</pkgVersion>
         <servicemix.osgi.export.pkg>
           com.azure.messaging.servicebus
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
           !com.azure.messaging.servicebus*,
+          com.azure.core.implementation.http,
           com.fasterxml.jackson*;version="[2.10,3)",
           org.apache.qpid*;version="[0.20,1)", 
           reactor.*;version="[3,4)",
diff --git a/azure-messaging-servicebus-7.2.1/src/main/resources/OSGI-INF/bundle.info b/azure-messaging-servicebus-7.7.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-messaging-servicebus-7.2.1/src/main/resources/OSGI-INF/bundle.info
rename to azure-messaging-servicebus-7.7.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 036f4fc..0b1bf49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
       <module>azure-core-amqp-2.4.1</module>
       <module>azure-core-http-netty-1.11.8</module>
       <module>azure-core-http-okhttp-1.7.10</module>
+      <module>azure-messaging-servicebus-7.7.0</module>
     </modules>
 
 </project>

[servicemix-bundles] 04/07: [SM-5078] Create OSGi bundle for azure-core-http-okhttp 1.7.10

Posted by jb...@apache.org.
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

commit 001a579e26f7988b6488848df876ff5c4e44ce88
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 14:59:58 2022 +0200

    [SM-5078] Create OSGi bundle for azure-core-http-okhttp 1.7.10
---
 .../pom.xml                                        | 55 ++++++++++++++++++++--
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            |  1 +
 3 files changed, 52 insertions(+), 4 deletions(-)

diff --git a/azure-core-http-okhttp-1.7.3/pom.xml b/azure-core-http-okhttp-1.7.10/pom.xml
similarity index 71%
rename from azure-core-http-okhttp-1.7.3/pom.xml
rename to azure-core-http-okhttp-1.7.10/pom.xml
index 3c39561..5d1b172 100644
--- a/azure-core-http-okhttp-1.7.3/pom.xml
+++ b/azure-core-http-okhttp-1.7.10/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-core-http-okhttp</artifactId>
-    <version>1.7.3_2-SNAPSHOT</version>
+    <version>1.7.10_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core-http-okhttp</pkgArtifactId>
-        <pkgVersion>1.7.3</pkgVersion>
+        <pkgVersion>1.7.10</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.core.http.okhttp
          </servicemix.osgi.export.pkg>
@@ -53,9 +52,17 @@
 	    !com.azure.core.http.okhttp.implementation,
 	    org.reactivestreams;resolution:=optional,
 	    reactor*;resolution:=optional,
+            android*;resolution:=optional,
+	    org.conscrypt*;resolution:=optional,
+	    org.openjsse*;resolution:=optional,
+	    org.bouncycastle*;resolution:=optional,
+	    com.sun*;resolution:=optional,
             *
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
+	<servicemix.osgi.private.pkg>
+	    okhttp3*,
+	    kotlin*,
+	    okio*,
             META-INF.services
         </servicemix.osgi.private.pkg>
     </properties>
@@ -67,6 +74,41 @@
             <version>${pkgVersion}</version>
         </dependency>
 
+	<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
+	<dependency>
+	    <groupId>com.squareup.okhttp3</groupId>
+	    <artifactId>okhttp</artifactId>
+	    <version>4.9.3</version>
+	</dependency>
+
+	<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio -->
+	<dependency>
+	    <groupId>com.squareup.okio</groupId>
+	    <artifactId>okio</artifactId>
+	    <version>2.8.0</version>
+	</dependency>
+
+	<!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib -->
+	<dependency>
+	    <groupId>org.jetbrains.kotlin</groupId>
+ 	    <artifactId>kotlin-stdlib</artifactId>
+	    <version>1.6.10</version>
+	</dependency>
+
+	<!-- https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common -->
+	<dependency>
+	    <groupId>org.jetbrains.kotlin</groupId>
+	    <artifactId>kotlin-stdlib-common</artifactId>
+	    <version>1.6.10</version>
+	</dependency>
+
+	<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
+	<dependency>
+	    <groupId>org.jetbrains</groupId>
+	    <artifactId>annotations</artifactId>
+	    <version>23.0.0</version>
+	</dependency>
+
         <!-- sources -->
         <dependency>
             <groupId>${pkgGroupId}</groupId>
@@ -92,6 +134,11 @@
                             <artifactSet>
                                 <includes>
                                     <include>${pkgGroupId}:${pkgArtifactId}</include>
+				    <include>com.squareup.okhttp3:okhttp</include>
+				    <include>com.squareup.okio:okio</include>
+				    <include>org.jetbrains.kotlin:kotlin-stdlib</include>
+				    <include>org.jetbrains.kotlin:kotlin-stdlib-common</include>
+				    <include>org.jetbrains:anotations</include>
                                 </includes>
                             </artifactSet>
                             <filters>
diff --git a/azure-core-http-okhttp-1.7.3/src/main/resources/OSGI-INF/bundle.info b/azure-core-http-okhttp-1.7.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-core-http-okhttp-1.7.3/src/main/resources/OSGI-INF/bundle.info
rename to azure-core-http-okhttp-1.7.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 82ae7d5..036f4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
       <module>azure-core-1.26.0</module>
       <module>azure-core-amqp-2.4.1</module>
       <module>azure-core-http-netty-1.11.8</module>
+      <module>azure-core-http-okhttp-1.7.10</module>
     </modules>
 
 </project>

[servicemix-bundles] 01/07: [SM-5075] Create OSGi bundle for azure-core 1.26.0

Posted by jb...@apache.org.
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

commit cc999946f165dc9a8ba0e8939617f1b80e5546d0
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 11:28:22 2022 +0200

    [SM-5075] Create OSGi bundle for azure-core 1.26.0
---
 {azure-core-1.17.0 => azure-core-1.26.0}/pom.xml                     | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/azure-core-1.17.0/pom.xml b/azure-core-1.26.0/pom.xml
similarity index 97%
rename from azure-core-1.17.0/pom.xml
rename to azure-core-1.26.0/pom.xml
index 9d413d6..01af0ad 100644
--- a/azure-core-1.17.0/pom.xml
+++ b/azure-core-1.26.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.azure-core</artifactId>
-    <version>1.17.0_2-SNAPSHOT</version>
+    <version>1.26.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core</pkgArtifactId>
-        <pkgVersion>1.17.0</pkgVersion>
+        <pkgVersion>1.26.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.azure.core
          </servicemix.osgi.export.pkg>
diff --git a/azure-core-1.17.0/src/main/resources/OSGI-INF/bundle.info b/azure-core-1.26.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from azure-core-1.17.0/src/main/resources/OSGI-INF/bundle.info
rename to azure-core-1.26.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index caea601..46b49b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
       <module>hapi-fhir-structures-hl7org-dstu2-5.7.1</module>
       <module>hapi-fhir-structures-r4-5.7.1</module>
       <module>hapi-fhir-validation-5.7.1</module>
+      <module>azure-core-1.26.0</module>
     </modules>
 
 </project>