-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix version helper classes #1532
Conversation
That totally makes sense to me. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except this last question.
I think we are good.
leshan-core/src/test/java/org/eclipse/leshan/core/VersionTest.java
Outdated
Show resolved
Hide resolved
About github-actions comments, if you don't want to deal with it, it's not a big deal. I can do it myself 🙂 |
@gcx-seb, could I ask how you are using Leshan ? |
Sure, nothing too fancy though… mainly just using |
would you like to be added to Leshan adopters ? |
8e7cd35
to
2efb924
Compare
(I forgot to close this issue 🙂) |
Yes, we'd love to ❤️ I'll post in #830 👍 |
@gcx-seb if you are OK I will create the PR to add you to : https://iot.eclipse.org/adopters/#iot.leshan |
Just looking over https://iot.eclipse.org/adopters/#iot.leshan, we're also using Californium, hawkBit, Mosquitto and Paho. |
OK I will add it too. I let you know when the PR is ready (maybe not today) |
I created the corresponding PR : https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-project-adopters/-/merge_requests/241 |
(This is deployed : https://iot.eclipse.org/adopters/#iot.leshan) |
I think the
Version
class has some issues which I tried to fix. I have added some test cases which fail without these changes. Feel free to have a look.Also I think
Version.V1_0
,LwM2mVersion.V1_0
andLwM2mVersion.V1_1
should probably befinal
… so I changed that, too. Happy to hear your opinions.