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/be7764ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/be7764ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/be7764ef Branch: refs/heads/master Commit: be7764ef33378541df0d3a1519af7466a27a84e3 Parents: c314b66 19d9500 Author: Lahiru Sandaruwan <[email protected]> Authored: Thu Jan 9 21:51:57 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu Jan 9 21:51:57 2014 +0530 ---------------------------------------------------------------------- .../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 +- .../org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../stratos/rest/endpoint/mock/MockContext.java | 131 +++++++++++- .../rest/endpoint/mock/StratosTestAdmin.java | 203 ++++++++++++++++--- .../modules/p2-profile-gen/pom.xml | 58 +++--- products/stratos-manager/pom.xml | 4 + 13 files changed, 572 insertions(+), 218 deletions(-) ----------------------------------------------------------------------
