Skip to content

Update Spring Boot to 3.5.0 and fix SubmodelElement event path computation#770

Merged
aaronzi merged 4 commits into
eclipse-basyx:mainfrom
geso02:kafka-event-createSubmodel
Jun 11, 2025
Merged

Update Spring Boot to 3.5.0 and fix SubmodelElement event path computation#770
aaronzi merged 4 commits into
eclipse-basyx:mainfrom
geso02:kafka-event-createSubmodel

Conversation

@geso02

@geso02 geso02 commented Jun 11, 2025

Copy link
Copy Markdown
Contributor

This PR contains two changes:

  1. Migrated Spring Boot to version 3.5.0:

    • Removed the deprecated <includeLayerTools> configuration from the Maven plugin setup.
    • The plugin now uses the default layer behavior of Spring Boot 3.5.0.
  2. Fixed path calculation for SubmodelElement creation events:

    • Previously, only the parent path was used in the event.
    • Now the full path is correctly computed, including array syntax if the parent is a SubmodelElementList.

geso02 added 4 commits June 11, 2025 14:42
… correct SubmodelElement path computation

- Updated spring-boot-maven-plugin to 3.5.0 and removed includeLayerTools configuration as it was removed in this version. It's active by default
- Fixed SubmodelElement path in event handling: now computes full path, including list index if parent is a SubmodelElementList.
@aaronzi aaronzi merged commit 376e3f6 into eclipse-basyx:main Jun 11, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants