GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/723
Feature: default display name for app
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
feature/defaultDisplayName
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/723.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 #723
----
commit a39059486bcffb5346cdfbf16e093112dcd233ad
Author: Aled Sage <[email protected]>
Date: 2015-06-27T10:02:26Z
Deprecate AbstractApplication.log, ready to be made private
commit 3cccf00f75def8bbc2e00c3ec16d7a7d5cb539db
Author: Aled Sage <[email protected]>
Date: 2015-06-27T10:53:04Z
Adds AbstractApplication.DEFAULT_DISPLAY_NAME config
- Allows a default display name to be specified for an app, which
can then be overridden within the yaml at the very top level
(without causing the app to be wrapped in another app!). If not
overridden, this default will be used.
- Adds AppYamlTest, to test different scenarios of the app either
being wrapped or not wrapped.
- Also tidies up AbstractApplicationLegacyTest.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---