Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5b4cb2f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5b4cb2f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5b4cb2f2 Branch: refs/heads/master Commit: 5b4cb2f2abbb80bc72de44428c09f8f0760d54c7 Parents: 1700dfb 099b3d3 Author: Isuru <[email protected]> Authored: Thu Jan 9 17:03:26 2014 +0000 Committer: Isuru <[email protected]> Committed: Thu Jan 9 17:03:26 2014 +0000 ---------------------------------------------------------------------- .../stratos/common/beans/TenantInfoBean.java | 19 ++ .../listener/InstanceStatusListener.java | 8 +- .../manager/CartridgeSubscriptionManager.java | 2 +- .../publisher/ArtifactUpdatePublisher.java | 65 ------ .../InstanceNotificationPublisher.java | 76 +++++++ .../InstanceCleanupNotificationService.java | 37 ++++ .../service/RepoNotificationService.java | 179 ++++++++-------- .../SubscriptionMultiTenantBehaviour.java | 6 +- .../src/main/resources/META-INF/services.xml | 18 ++ .../event/topology/ClusterRemovedEvent.java | 2 +- .../GradientOfLoadAverageMessageProcessor.java | 6 +- .../org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../stratos/rest/endpoint/mock/MockContext.java | 131 +++++++++++- .../rest/endpoint/mock/StratosTestAdmin.java | 203 ++++++++++++++++--- .../modules/distribution/src/assembly/bin.xml | 2 +- 15 files changed, 562 insertions(+), 194 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b4cb2f2/products/stratos-manager/modules/distribution/src/assembly/bin.xml ----------------------------------------------------------------------
