GitHub user cristofolini opened a pull request: https://github.com/apache/cloudstack/pull/853
Removed unnecessary @Local annotations and their respective imports Following @rafaelweingartner 's findings in PR #714 that many spring beans contained an @Local annotation, we've decided to remove said annotations and their imports seeking a reduction of a few hundred lines of useless code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rafaelweingartner/cloudstack master-lrg-cs-hackday-006 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/853.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 #853 ---- commit c0ff4ed2c7f6e9282068fbabb0fad41ececa6002 Author: cristofolini <lucascristofol...@gmail.com> Date: 2015-09-19T19:26:46Z Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. ---- --- 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. ---