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 <[email protected]>
Date: 2017-09-29T15:36:14Z
When adding a catlog item, throw an exception if there is no
brooklyn.catalog in the YAML
----
---