nicolatimeus

Results 9 comments of nicolatimeus

Hi, sorry for the late reply. Having the certificates stored on the TPM could allow using policies for managing the access, another benefit for having the certificates and the metadata...

Something similar has been done as part of #2912 , but maybe it requires a couple more tweaks

Hi @robertodamiani , the configuration of the Gson serializer should be performed by the `com.eclipsesource.jaxrs.provider.gson` bundle, see [1]. Maybe it is possible to change the serialization configuration by getting a...

Maybe you can also try registering custom `MessageBodyReader/MessageBodyWriter` instances specific to your beans, without changing the global instance. I think you will have to register them as OSGi services as...

It looks like the `Counters` and `Timers` areas require special treatment, in this case the value of the `Amount` argument of `ReadArea`/`WriteArea` needs to be adjusted (see Moka7 manual). In...

Hi @robertodamiani , thank you for your contribution! Have you already considered using `ServiceTracker` [1], or a dynamic Declarative Services reference with 0..n cardinality [2] for implementing the tracking of...

Sorry for the late reply, the changes look good, I have only the following two concerns: 1. The modifications do not allow to change the version of the returned properties....

Hi @robertodamiani , the approach looks fine to me, a couple of comments: * Changing the `org.eclipse.kura.core.system` package in a backwards compatible way requires to increase the minor version of...

Hi all, I've tested 651691ae8890105911b4fb14c1d26cdb690718f8 as well and it seems to be a good improvement, it reduces CPU usage a bit and it prevents message losses on reconnection. @aflteam, I've...