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
Refine Post Response Handling for Submodel Repository and Service (#638)
* Revert "fix: Response body for post (#484)"
This reverts commit 03405aa.
* fix: smrepo/smservice: response body for post
* refactor: smrepo/smservice: use a different strategy for obtaining the return value
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-backend/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/backend/CrudSubmodelRepository.java
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-client/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/client/ConnectedSubmodelRepository.java
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-core/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/SubmodelRepository.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ public interface SubmodelRepository {
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-core/src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/core/SubmodelRepositorySubmodelServiceWrapper.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,14 +86,14 @@ public void setSubmodelElementValue(String idShortPath, SubmodelElementValue val
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-authorization/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/authorization/AuthorizedSubmodelRepository.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -205,21 +205,21 @@ public void setSubmodelElementValue(String submodelId, String smeIdShortPath, Su
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-mqtt/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/mqtt/MqttSubmodelRepository.java
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-mqtt/src/test/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/mqtt/TestMqttSubmodelObserver.java
+39-42Lines changed: 39 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
* distribute, sublicense, and/or sell copies of the Software, and to
11
11
* permit persons to whom the Software is furnished to do so, subject to
12
12
* the following conditions:
13
-
*
13
+
*
14
14
* The above copyright notice and this permission notice shall be
15
15
* included in all copies or substantial portions of the Software.
16
-
*
16
+
*
17
17
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
18
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
19
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -86,13 +86,13 @@ public class TestMqttSubmodelObserver {
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-operation-delegation/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/operation/delegation/OperationDelegationSubmodelRepository.java
Copy file name to clipboardExpand all lines: basyx.submodelrepository/basyx.submodelrepository-feature-registry-integration/src/main/java/org/eclipse/digitaltwin/basyx/submodelrepository/feature/registry/integration/RegistryIntegrationSubmodelRepository.java
0 commit comments