This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


    from b0e7c2c917 make bundle parsing routines more forgiving of initial 
slashes
     new 1bc4a2303e add 'group' as a common entity for reuse, with icon
     new a25cf31150 fix bug where some feeds were not started because they were 
not persisted

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/brooklyn/core/feed/AbstractFeed.java    |   5 +++++
 .../brooklyn/core/sensor/DurationSinceSensor.java      |   6 ++----
 .../brooklyn/core/sensor/function/FunctionSensor.java  |   6 ++----
 .../apache/brooklyn/core/workflow/WorkflowSensor.java  |   4 +---
 .../brooklyn/entity/group/DynamicClusterImpl.java      |   2 +-
 .../brooklyn/entity/group/DynamicMultiGroupImpl.java   |   2 +-
 .../apache/brooklyn/entity/stock/DataEntityImpl.java   |   2 +-
 .../apache/brooklyn/feed/function/FunctionFeed.java    |   7 ++++++-
 .../java/org/apache/brooklyn/feed/http/HttpFeed.java   |   8 +++++---
 .../brooklyn/core/mgmt/rebind/RebindFeedTest.java      |   6 +++---
 .../brooklyn/entity/group/DynamicClusterTest.java      |   1 +
 .../brooklyn/feed/function/FunctionFeedTest.java       |  12 ++++++------
 karaf/init/src/main/resources/brooklyn/icons/group.png | Bin 0 -> 15884 bytes
 karaf/init/src/main/resources/catalog.bom              |   7 +++++++
 .../brooklyn/container/entity/helm/HelmEntityImpl.java |  14 +++++++-------
 .../brooklyn/policy/enricher/HttpLatencyDetector.java  |  17 ++++++++++++++---
 .../brooklyn/policy/enricher/RebindEnricherTest.java   |  11 ++++++++++-
 .../brooklyn/rest/resources/SensorResourceTest.java    |   2 +-
 .../entity/brooklynnode/BrooklynClusterImpl.java       |   4 ++--
 .../entity/brooklynnode/BrooklynEntityMirrorImpl.java  |   2 +-
 .../entity/software/base/SoftwareProcessImpl.java      |   2 +-
 .../apache/brooklyn/tasks/kubectl/ContainerSensor.java |   4 ++--
 .../base/SoftwareProcessEntityFeedRebindTest.java      |   7 +++----
 .../software/base/lifecycle/ScriptHelperTest.java      |   2 +-
 24 files changed, 83 insertions(+), 50 deletions(-)
 create mode 100644 karaf/init/src/main/resources/brooklyn/icons/group.png

Reply via email to