GitHub user pedro-martins opened a pull request: https://github.com/apache/cloudstack/pull/1260
Removed methods from EventBus interface. Was removed the methods . org.apache.cloudstack.framework.events.EventBus.subscribe(EventTopic, EventSubscriber) . org.apache.cloudstack.framework.events.EventBus.unsubscribe(UUID, EventSubscriber) from interface org.apache.cloudstack.framework.events.EventBus and it respective implementations org.apache.cloudstack.mom.inmemory.InMemoryEventBus, org.apache.cloudstack.mom.kafka.KafkaEventBus and org.apache.cloudstack.mom.rabbitmq.RabbitMQEventBus because these methods are not used in cloudstack classpath, just in some test cases and these tests cases are removed too. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rafaelweingartner/cloudstack lrg-cs-hackday-017 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1260.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1260 ---- commit 1e646daec230efc651ad4e85099d50176ee26f00 Author: pedro-martins <php...@gmail.com> Date: 2015-12-19T17:02:19Z Removed methods from EventBus interface. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---