You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2016/08/29 08:22:26 UTC

servicemix-bundles git commit: [SM-3087] Hystrix should have SPI-Consumer header to load HystrixDynamicProperties providers. Thanks to Raul Kripalani for the patch.

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master a84b12b79 -> 0269d052e


[SM-3087] Hystrix should have SPI-Consumer header to load HystrixDynamicProperties providers. Thanks to Raul Kripalani for the patch.


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/0269d052
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/0269d052
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/0269d052

Branch: refs/heads/master
Commit: 0269d052eb9cf03a040310cee3c273cd5a149b87
Parents: a84b12b
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Aug 29 10:20:58 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Aug 29 10:20:58 2016 +0200

----------------------------------------------------------------------
 hystrix-1.5.5/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/0269d052/hystrix-1.5.5/pom.xml
----------------------------------------------------------------------
diff --git a/hystrix-1.5.5/pom.xml b/hystrix-1.5.5/pom.xml
index 956f98c..eb89002 100644
--- a/hystrix-1.5.5/pom.xml
+++ b/hystrix-1.5.5/pom.xml
@@ -62,6 +62,9 @@
         <servicemix.osgi.private.pkg>
             com.netflix.config*
         </servicemix.osgi.private.pkg>
+        <servicemix.spi.consumer>
+            *
+        </servicemix.spi.consumer>
     </properties>
 
     <dependencies>