This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
3646-update-processors-in-processors-enrichmer-jvm
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 788833d289 chore(deps-dev): bump cypress from 13.17.0 to 14.4.1 in /ui
(#3642)
new d704d659ad refactor: Update processors to implement
IStreamPipesDataProcessor and refactor method signatures
new 86978d6e41 refactor: Update processors to implement
IStreamPipesDataProcessor and refactor method signatures
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:
.../jvm/processor/jseval/JSEvalProcessor.java | 55 +++++-----
.../QualityControlLimitsEnrichmentProcessor.java | 91 ++++++++--------
.../jvm/processor/math/MathOpProcessor.java | 115 ++++++++++++---------
.../math/staticmathop/StaticMathOpProcessor.java | 75 ++++++++------
.../sizemeasure/SizeMeasureProcessor.java | 75 +++++++-------
.../trigonometry/TrigonometryProcessor.java | 76 ++++++++------
.../valuechange/ValueChangeProcessor.java | 77 ++++++++------
7 files changed, 316 insertions(+), 248 deletions(-)