GitHub user aledsage opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/108
Persist feeds
- Adds Feed interface
- Adds abstractEntity.addFeed; if added like that then feed is persisted
- Adds EntityInternal.getFeedSupport(), which has getFeeds(), addFeed(),
removeFeed() and getAllFeeds()
- AbstractFeed.poller: make private, with getter; and make transient
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/incubator-brooklyn
feature/persist-feeds
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/108.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 #108
----
commit e15cd8b313023fffbc85881a5adc2495059c0093
Author: Aled Sage <[email protected]>
Date: 2014-08-05T09:41:58Z
Persist and rebind feeds
- Adds Feed interface
- Adds abstractEntity.addFeed; if added like that then feed is persisted
- Adds EntityInternal.getFeedSupport(), which has getFeeds(), addFeed(),
removeFeed() and getAllFeeds()
- AbstractFeed.poller: make private, with getter;
and make transient
commit e46948afcbe1ae699e2f66c5e364720ee35653b6
Author: Aled Sage <[email protected]>
Date: 2014-08-05T11:04:26Z
FunctionFeed: test persistence
- and make easier to build a FunctionPollConfig
commit 1b9f1ff61eb1c4170b2f86a24e971be5df4ac913
Author: Aled Sage <[email protected]>
Date: 2014-08-05T11:04:50Z
Test rebinding SshFeed
----
---
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.
---