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/099b3d37 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/099b3d37 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/099b3d37 Branch: refs/heads/master Commit: 099b3d37e0ba677db0a3a8e936748920f1ae9ed5 Parents: 5e100eb a87541e Author: Pradeep Fernando <[email protected]> Authored: Thu Jan 9 22:04:00 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Thu Jan 9 22:04:00 2014 +0530 ---------------------------------------------------------------------- .../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 +- 10 files changed, 233 insertions(+), 166 deletions(-) ----------------------------------------------------------------------
