Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(#2754): make TestSizeMeasureProcessor running again #2758

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

Conversation

pambrocio
Copy link

@pambrocio pambrocio commented Apr 23, 2024

Purpose

Fix TestSizeMeasureProcessor

Remarks

PR introduces (a) breaking change(s): No

PR introduces (a) deprecation(s):No

@github-actions github-actions bot added java Pull requests that update Java code pipeline elements Relates to pipeline elements backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Apr 23, 2024
@bossenti bossenti linked an issue Apr 23, 2024 that may be closed by this pull request
@bossenti bossenti changed the title #2754 fix TestSizeMeasureProcessor test(#2754): make TestSizeMeasureProcessor running again Apr 23, 2024
bossenti and others added 12 commits April 24, 2024 08:06
…he#2756)

* refactor: switch to `ExtensionAssetType` instead of deprecated `Assets`

* fix: adapt message extraction behavior of OI4 adapter

* style: introduce whitespace

* refactor: remove unused `throws` annotation
* refactor: minor code & logging improvements

* refactor: improve log statements
…#2769)

Bumps commons-io:commons-io from 2.15.1 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refactor: replace gson by jackson

* fix: class used for logger
* refactor: convert param classes into records

* style: fix indentation

* fix: adjust to record syntax

* fix: adapt data types & default value
@github-actions github-actions bot added dependencies Pull requests that update a dependency file connect Related to the `connect` module (adapters) gh-actions Pull requests that update GitHub Actions code labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend connect Related to the `connect` module (adapters) dependencies Pull requests that update a dependency file gh-actions Pull requests that update GitHub Actions code java Pull requests that update Java code pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestSizeMeasureProcessor
2 participants