Skip to content
Success

Changes

Summary

  1. Added support for resource metadata in device factory (commit: e8798ff) (details)
  2. Mark metadata DTOs with NullAction.IGNORE (commit: 5dfb831) (details)
Commit e8798fffedf01e025126744cf8ee6f04f87295bd by thomas.calmant
Added support for resource metadata in device factory
(commit: e8798ff)
The file was modifiedsouthbound/device-factory/device-factory-core/src/main/java/org/eclipse/sensinact/gateway/southbound/device/factory/impl/FactoryParserHandler.java
The file was modifiedsouthbound/device-factory/device-factory-core/src/test/java/org/eclipse/sensinact/gateway/southbound/device/factory/impl/RecordHandlingTest.java
Commit 5dfb831176f88c28da76336ed97375d60a051bcf by thomas.calmant
Mark metadata DTOs with NullAction.IGNORE

Avoids setting the value to null while updating the metadata
(commit: 5dfb831)
The file was modifiedsouthbound/device-factory/device-factory-core/src/main/java/org/eclipse/sensinact/gateway/southbound/device/factory/impl/FactoryParserHandler.java