Closed sconvent closed 7 months ago
I just signed the ECA, please re-run the check 🙂
Thx for your contribution. :pray:
I will probably look at this next week :slightly_smiling_face:
I just signed the ECA, please re-run the check 🙂
Yep I just checked it sounds good. :+1:
:x: Checkstyle Validation Failed ! (more details)
Ensure your code build locally using:
mvn clean install
Or just validate checkstyle rules with :
mvn checkstyle:checkstyle
See also How configure your IDE.
:information_source: Some tips :
If documentation or those automatic comments are not clear enough, please create a new issue to discus about how to enhance it.
I just tested that and I am able to reproduce :heavy_check_mark:.
I also test your fix and it seems to work. :+1:
I also checked the serialization and it sounds OK.
I will fix the header issue and integrate this in master
.
Thx again for you contribution :pray:
This is now integrated in master
(commit ae49f5352a14180cec9c1d287486f1d59ef2c71a)
This should be deployed in few minutes on Leshan sandbox.
When using the
leshan-server-demo
with DTLS (and a Raw Public Key), serialization of RegistrationUpdate events throw exceptions.Here is the full error message:
The public key should not be part of this message anyways I assume. The proposed solution implements a custom Serializer similar to the already existing
JacksonRegistrationSerializer
.