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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ed6f3d  Remove deprecated enrichers from the catalog bom
     new 0f86ed6  Merge pull request #1234 from 
algairim/catalog-enrichers-improvements
1ed6f3d is described below

commit 1ed6f3dba32f034091f6c2dc775e85777396ba98
Author: Mykola Mandra <[email protected]>
AuthorDate: Thu Aug 26 15:17:29 2021 +0100

    Remove deprecated enrichers from the catalog bom
    
    Signed-off-by: Mykola Mandra <[email protected]>
---
 policy/src/main/resources/catalog.bom | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/policy/src/main/resources/catalog.bom 
b/policy/src/main/resources/catalog.bom
index 75e6cac..9beef61 100644
--- a/policy/src/main/resources/catalog.bom
+++ b/policy/src/main/resources/catalog.bom
@@ -109,12 +109,6 @@ brooklyn.catalog:
         description: |
           Transforms a sensor into a rolling average based on a fixed window 
size. 
           This is useful for smoothing sample type metrics, such as latency or 
CPU time.
-    - id: org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-      item:
-        type: org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-        name: "[DEPRECATED] Rolling Mean in Time Window"
-        description: "[DEPRECATED] Prefer YamlRollingTimeWindowMeanEnricher"
-        deprecated: true
     - id: org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
       item:
         type: org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
@@ -122,12 +116,6 @@ brooklyn.catalog:
         description: |
           Converts an absolute measure of time into a fraction of time, 
           based on the delta between consecutive values and the elapsed time 
between those values.
-    - id: org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-      item:
-        type: org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-        name: "[DEPRECATED] Time Weighted Delta"
-        description: "[DEPRECATED] prefer 'YamlTimeWeightedDeltaEnricher'"
-        deprecated: true
     - id: org.apache.brooklyn.policy.ha.ServiceFailureDetector
       item:
         type: org.apache.brooklyn.policy.ha.ServiceFailureDetector

Reply via email to