You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Graeme-Miller <gi...@git.apache.org> on 2017/09/29 15:39:50 UTC

[GitHub] brooklyn-server pull request #848: Fix for NPE in BasicBrooklynCatalog

GitHub user Graeme-Miller opened a pull request:

    https://github.com/apache/brooklyn-server/pull/848

    Fix for NPE in BasicBrooklynCatalog

    When adding a catalog item, through an exception if there is no brooklyn.catalog in the YAML

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Graeme-Miller/brooklyn-server exception_when_no_metadata

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/848.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 #848
    
----
commit 1da2de97b1dfb6f56e43c20875bfec448c7749f0
Author: graeme.miller <gr...@cloudsoftcorp.com>
Date:   2017-09-29T15:36:14Z

    When adding a catlog item, throw an exception if there is no brooklyn.catalog in the YAML

----


---

[GitHub] brooklyn-server pull request #848: Throw sensible exception when no brooklyn...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/848


---