GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/665
Delete catalog.xml support
Use of `~/.brooklyn/catalog.xml` was deprecated in 0.7.0. This PR finally
deletes the code for it.
Note that it deletes the rest api endpoint `/v1/catalog/reset` (which
relied on there being a `catalog.xml`).
It also changes the way `fragment` is handled in things like
`/v1/catalog/applications?fragment=...`. Previously it was use the `toXml`, and
then do a case-insensitive search for the fragment. To try to keep the
functionality as close as possible (with code as simple as possible), I've
reused the persisted state serialization mechanism to produce the memento, and
then do the case-insensitive search for the fragment in that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
delete-catalog.xml-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/665.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 #665
----
commit cb20cce9afe9af4f0477b8c087951d057f2564a0
Author: Aled Sage <[email protected]>
Date: 2017-03-20T13:15:22Z
Delete catalog.xml support
----
---
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.
---