You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Spring Boot to 3.5.0 and fix SubmodelElement event path computation (#770)
* Remove deprecated includeLayerTools from spring-boot-maven-plugin and 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.
* Fix testcases
* Also remove includeLayerTool tag from submodel registry
* Increase spring version to 3.5.0
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-kafka/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/kafka/KafkaSubmodelRepository.java
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-kafka/src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/kafka/KafkaEventsInMemoryStorageIntegrationTest.java
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,27 @@ public void testSubmodelElementAddedUnderPath() {
0 commit comments