Skip to content
Failed

Changes

Summary

  1. Ensure compatibility with old style parameter objects in SET/ACT (commit: d3a4f31) (details)
Commit d3a4f312a91ff967b052a78b43c6825d57ddd0d4 by Tim Ward
Ensure compatibility with old style parameter objects in SET/ACT

The legacy sensiNact northbound REST provider expected parameters to be encapsulated in a JSON object, not a raw array. This should continue to work.

Signed-off-by: Tim Ward <timothyjward@apache.org>
(commit: d3a4f31)
The file was removedprototype/northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/ActParametersDeserializer.java
The file was modified prototype/northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestNorthbound.java (diff)
The file was addedprototype/northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/jackson/ActParametersDeserializer.java
The file was modified prototype/northbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/SerializationTest.java (diff)
The file was modified prototype/northbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/api/IRestNorthbound.java (diff)
The file was addedprototype/northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/jackson/WrappedAccessMethodCallParametersDeserializer.java
The file was modified prototype/northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/SecureAccessTest.java (diff)
The file was addedprototype/northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/WrappedAccessMethodCallParametersDTO.java
The file was modified prototype/northbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/QueryActDTO.java (diff)
The file was modified prototype/northbound/rest/src/test/java/org/eclipse/sensinact/northbound/rest/integration/ResourceAccessTest.java (diff)