GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/846
Delete unneeded catalog code
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
delete-unneeded-catalog-code
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/846.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 #846
----
commit c8cc5520995f42eb87477cc4c66288c60c2db3a7
Author: Aled Sage <[email protected]>
Date: 2017-09-26T11:32:20Z
Delete deprecated CatalogLoadMode
commit adfe684630a33f6934399c44db59b2a6874af893
Author: Aled Sage <[email protected]>
Date: 2017-09-26T11:36:32Z
Delete deprecated RebindManager.rebind() methods
commit 88ac951800efa755896fad53e032fb636781e760
Author: Aled Sage <[email protected]>
Date: 2017-09-26T11:40:26Z
Delete `--catalogReset` from classic mode
commit 27683d01f6dddce1439380d7b3e86d9c60e434bc
Author: Aled Sage <[email protected]>
Date: 2017-09-26T11:51:42Z
Delete `--catalogAdd` from classic mode
Also delete `--catalogForce` (which only applied to the catalogAdd items)
commit cc10364d4a9c571f048cef02a55a6c230c86c3d7
Author: Aled Sage <[email protected]>
Date: 2017-09-26T11:57:16Z
Delete deprecated RebindManager.forcePersistNow()
commit 8082893899324bad17d251248897849a75fd8b64
Author: Aled Sage <[email protected]>
Date: 2017-09-26T12:14:11Z
Delete deprecated ImmediateDeltaChangeListener
commit 686529cc08ff47d8ba5c79f518aa4b6427c18431
Author: Aled Sage <[email protected]>
Date: 2017-09-26T12:16:04Z
Delete deprecated RebindManagerImpl.setPeriodicPersistPeriod(long)
commit f3bc34426490aa3724fd551ff155e0124551ebda
Author: Aled Sage <[email protected]>
Date: 2017-09-26T12:20:41Z
BasicEntityMemento: fix getting config keys
commit 6fbb828f3839290ad7b82eef4a7967dd6d315a67
Author: Aled Sage <[email protected]>
Date: 2017-09-26T12:21:01Z
MementosGenerator: fix use of deprecated code
----
---