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/08/22 16:27:25 UTC

[servicemix-bundles] branch master updated: [SM-5257] Improve flexibility of grpc 1.48.0

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 2cda84d4f [SM-5257] Improve flexibility of grpc 1.48.0
     new 1e135bdb9 This closes #182
2cda84d4f is described below

commit 2cda84d4f7796a8cb22a84d21aab5d44741c2372
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Fri Aug 12 15:21:33 2022 +0200

    [SM-5257] Improve flexibility of grpc 1.48.0
---
 grpc-1.48.0/pom.xml | 43 ++++++++++++++++++++++++++++++++++++++++---
 pom.xml             |  1 +
 2 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/grpc-1.48.0/pom.xml b/grpc-1.48.0/pom.xml
index 2f888b23b..7129ce99e 100644
--- a/grpc-1.48.0/pom.xml
+++ b/grpc-1.48.0/pom.xml
@@ -39,24 +39,61 @@
         <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>io.grpc</pkgGroupId>
         <pkgArtifactId>grpc-all</pkgArtifactId>
         <pkgVersion>1.48.0</pkgVersion>
-        <servicemix.osgi.source.version>1.48.0.1</servicemix.osgi.source.version>
+        <servicemix.osgi.source.version>1.48.0.2</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
-           io.grpc
+           io.grpc*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
            !com.google.rpc,
            !org.mockito*,
            !org.junit*,
            !com.google.common.truth*,
+           !com.google.appengine*,
+           !com.google.apphosting*,
+           !com.aayushatharva.brotli4j*,
+           !com.github.luben.zstd*,
+           !com.ning.compress*,
+           !com.jcraft.jzlib*,
+           !javax.annotation*,
+           !lzma.sdk*,
+           !net.jpountz*,
+           !org.checkerframework*,
+           !org.eclipse.jetty*,
+           !org.jboss.marshalling*,
+           !reactor.blockhound*,
+           !org.conscrypt*,
+           android.net*;resolution:=optional,
+           com.oracle.svm*;resolution:=optional,
+           com.sun.jndi.dns*;resolution:=optional,
+           io.grpc.census*;resolution:=optional,
+           io.grpc.override*;resolution:=optional,
+           sun.security*;resolution:=optional,
+           com.google.protobuf.nano*;resolution:=optional,
+           com.google.protobuf.util*;resolution:=optional,
            *
         </servicemix.osgi.import.pkg>
+        <servicemix.osgi.private.pkg>
+           com.google.appengine*,
+           com.google.apphosting*,
+           com.aayushatharva.brotli4j*,
+           com.github.luben.zstd*,
+           com.ning.compress*,
+           com.jcraft.jzlib*,
+           javax.annotation*,
+           lzma.sdk*,
+           net.jpountz*,
+           org.checkerframework*,
+           org.eclipse.jetty*,
+           org.jboss.marshalling*,
+           reactor.blockhound*,
+           org.conscrypt*
+        </servicemix.osgi.private.pkg>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index c8d6d0653..953d3b782 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
        <module>google-cloud-pubsub-1.119.0</module>
        <module>okhttp-3.14.9</module>
        <module>google-http-client-1.41.8</module>
+       <module>grpc-1.48.0</module>
     </modules>
 
 </project>