This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 6e510041e37202422a64f1e10f225f0ca0f3923a Author: Alex Heneveld <[email protected]> AuthorDate: Wed Nov 17 12:58:07 2021 +0000 remove YAML enrichers from core which are now added in policy bundle --- core/src/main/resources/catalog.bom | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/core/src/main/resources/catalog.bom b/core/src/main/resources/catalog.bom index f5ad129..9b5ccd0 100644 --- a/core/src/main/resources/catalog.bom +++ b/core/src/main/resources/catalog.bom @@ -148,18 +148,6 @@ brooklyn.catalog: type: org.apache.brooklyn.enricher.stock.UpdatingMap name: Map Updater description: Updates an entry in a sensor Map - - id: org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher - itemType: enricher - item: - type: org.apache.brooklyn.enricher.stock.YamlRollingTimeWindowMeanEnricher - name: YAML Rolling Average - description: Transforms sensor data into a rolling average based on a time window.") - - id: org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher - itemType: enricher - item: - type: org.apache.brooklyn.enricher.stock.YamlTimeWeightedDeltaEnricher - name: YAML Time-weighted Delta - description: Converts an absolute count sensor into a delta sensor - id: org.apache.brooklyn.enricher.stock.reducer.Reducer itemType: enricher item: @@ -206,4 +194,4 @@ brooklyn.catalog: format: java-type-name itemType: bean item: - type: org.apache.brooklyn.core.effector.http.HttpCommandEffector \ No newline at end of file + type: org.apache.brooklyn.core.effector.http.HttpCommandEffector
