robertodamiani
robertodamiani
**Is your feature request related to a problem? Please describe.** Currently, extended properties for the MQTT birth certificate can be provided by implementing the `SystemServiceImpl.getExtendedProperties` method. This requires modifying a...
**Describe the bug** The firewall interface is broken in some installations. A popup shows saying "_GwtNetworkService_Proxy: A generic unrecoverable error happened. Please refer to the device log._" The bug seems...
Signed-off-by: Roberto Damiani This PR provides a new API interface to provide MQTT birth certificate extended properties from third-party external bundles. Any time a birth certificate has to be created,...
**Describe the bug** When a JAX-RS controller method returns an object, the object is serialized in JSON format, but fields having `null` value are suppressed. The problem seems to be...
**Describe the bug** Boolean fields validation in received HTTP request JSON body seems to be broken for boolean values. If a JSON field deserializes to a boolean field, any non-boolean...
**Is your feature request related to a problem? Please describe.** Currently the `@Valid` annotation seems not to work with Kura. Annotating controller method parameters, and adding javax.validation annotations to beans,...