GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/820
use type registry when confirming catalog on startup
prevents errors trying to check legacy catalog items
#814 caused legacy CI instances to be created for TR items which could
cause errors; this limits search to legacy CIs to prevent error, and confirms
TR items also
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server
confirm-catalog-using-type-registry
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/820.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 #820
----
commit 19410218fa694f5dac270bcbf514034224f80384
Author: Alex Heneveld <[email protected]>
Date: 2017-09-13T15:22:06Z
use type registry when confirming catalog on startup
prevents errors trying to check legacy catalog items
----
---