Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(#3054): Change delimiter for nested property structure #3143

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Aug 15, 2024

Purpose

The renaming rules currently fail if a dot (.) is present in a property name.
The dot is used as a delimiter for nested properties, which causes conflicts during the renaming process.
This PR adds an e2e test to reproduce the problem and fixes it by changing the delimiter for nested properties.

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 ui Anything that affects the UI backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Aug 15, 2024
@tenthe tenthe merged commit c15b157 into dev Aug 16, 2024
21 checks passed
@tenthe tenthe deleted the 3054-editing-adapter-fails-when-field-has-custom-runtime-name-with-opc-ua-adapter branch August 16, 2024 08:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code testing Relates to any kind of test (unit test, integration, or E2E test). ui Anything that affects the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editing adapter fails when field has custom runtime name with opc ua adapter
2 participants