This is an automated email from the ASF dual-hosted git repository.

oehler pushed a commit to branch fix-adapter-health-check
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 7841ab5afdfcc632090d718277719a48a683f850
Author: Sven Oehler <[email protected]>
AuthorDate: Mon Mar 23 14:31:31 2026 +0100

    Fix missing selected service id
---
 .../org/apache/streampipes/model/connect/adapter/AdapterDescription.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/streampipes-model/src/main/java/org/apache/streampipes/model/connect/adapter/AdapterDescription.java
 
b/streampipes-model/src/main/java/org/apache/streampipes/model/connect/adapter/AdapterDescription.java
index d35a8ee840..480f48d5dd 100644
--- 
a/streampipes-model/src/main/java/org/apache/streampipes/model/connect/adapter/AdapterDescription.java
+++ 
b/streampipes-model/src/main/java/org/apache/streampipes/model/connect/adapter/AdapterDescription.java
@@ -95,6 +95,7 @@ public class AdapterDescription extends 
VersionedNamedStreamPipesEntity {
     this.icon = other.getIcon();
     this.createdAt = other.getCreatedAt();
     this.selectedEndpointUrl = other.getSelectedEndpointUrl();
+    this.selectedServiceId = other.getSelectedServiceId();
     this.correspondingServiceGroup = other.getCorrespondingServiceGroup();
     this.correspondingDataStreamElementId = 
other.getCorrespondingDataStreamElementId();
     if (other.getEventGrounding() != null) {

Reply via email to