Repository: brooklyn-server
Updated Branches:
  refs/heads/master ce453ca1d -> 410ec8c2c


Add missing /v1/catalog/bundles REST endpoint for karaf distribution


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c772063d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c772063d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/c772063d

Branch: refs/heads/master
Commit: c772063d596f5aa2d5496ce19614b4d9f5cad64f
Parents: c68cbaf
Author: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Authored: Tue Nov 14 10:34:59 2017 +0000
Committer: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Committed: Tue Nov 14 10:34:59 2017 +0000

----------------------------------------------------------------------
 .../src/main/resources/OSGI-INF/blueprint/service.xml              | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/c772063d/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
----------------------------------------------------------------------
diff --git 
a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml 
b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
index af55572..d03ac87 100644
--- a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
+++ b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
@@ -75,6 +75,7 @@ limitations under the License.
     <bean id="apidocResourceBean" 
class="org.apache.brooklyn.rest.resources.ApidocResource"/>
     <bean id="applicationResourceBean" 
class="org.apache.brooklyn.rest.resources.ApplicationResource"/>
     <bean id="catalogResourceBean" 
class="org.apache.brooklyn.rest.resources.CatalogResource"/>
+    <bean id="bundlesResourceBean" 
class="org.apache.brooklyn.rest.resources.BundleResource"/>
     <bean id="effectorResourceBean" 
class="org.apache.brooklyn.rest.resources.EffectorResource"/>
     <bean id="entityConfigResourceBean" 
class="org.apache.brooklyn.rest.resources.EntityConfigResource"/>
     <bean id="entityResourceBean" 
class="org.apache.brooklyn.rest.resources.EntityResource"/>
@@ -95,6 +96,7 @@ limitations under the License.
             <ref component-id="apidocResourceBean"/>
             <ref component-id="applicationResourceBean"/>
             <ref component-id="catalogResourceBean"/>
+            <ref component-id="bundlesResourceBean"/>
             <ref component-id="effectorResourceBean"/>
             <ref component-id="entityConfigResourceBean"/>
             <ref component-id="entityResourceBean"/>

Reply via email to