-
Notifications
You must be signed in to change notification settings - Fork 409
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
Change data value encoding to Base64 URL-safe #1326
Change data value encoding to Base64 URL-safe #1326
Conversation
PR for #1325 |
|
…Decoder, implementation Base64Decoder/Encoder in SenMLJsonRecordSerDes class
8781948
to
b35304b
Compare
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.
I think we should add some test about base64 decoder /encoder.
Maybe with case raised at : #676 (comment)
leshan-core/src/main/java/org/eclipse/leshan/core/util/base64/DefaultBase64Encoder.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/senml/json/jackson/SenMLJsonRecordSerDes.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/senml/json/jackson/SenMLJsonRecordSerDes.java
Outdated
Show resolved
Hide resolved
...core/src/main/java/org/eclipse/leshan/senml/json/jackson/SenMLJsonJacksonEncoderDecoder.java
Outdated
Show resolved
Hide resolved
You didn't answer to :
So I don't know if you plan to do it or not ? 🙂 |
leshan-core/src/main/java/org/eclipse/leshan/core/util/base64/DefaultBase64Encoder.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/core/util/base64/DefaultBase64Decoder.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/core/util/base64/DefaultBase64Decoder.java
Show resolved
Hide resolved
@sbernard31 Just want to let you know that @Warmek will finish this pull request as well as any future tasks as I'm leaving Orange and the project. Thank you for your time spent on helping me learn the code and the project overall 🙂. |
@adamsero, never a good news to see contributor go. I hope this is mainly a desired choice from you. If you have any feedback about how we worked together on the project (good or bad things) please do not hesitate to share. This could help to improve. (you can either use github or send me a private mail as you prefer 🙂) |
@Warmek do no hesitate to ask if you face any issue / difficulty on this 😉 |
@Warmek let me know when this is in a reviewable state :) |
@sbernard31 I think i've done it and it's ready for your review |
@Warmek, I will take some time to get deeper about the charset encoding question. (just to be sure I well understand the problem) Then I plan to work a bit more on this :
I let you know when I have code to review. |
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.
👍
@sbernard31 Do you think it will be possibile to share leshan M10 in first half of december? |
I'm not sure what means "share" ? And after my proposition at : #1319 (comment)
You (Orange) also proposes :
So I created an issue talk about 2.0.0-M10 release (as I did for 2.0.0-M9) : #1370 |
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.
👍
@sbernard31 I reviewed your changes and i wait for merge |
Yes our colleagues are ready to test all new features - as soon as they are available in the master branch. First of all, we thank You for Your help ! |
Glad to help 🙂 |
I fall on this last week : https://www.eclipse.org/projects/handbook/#resources-commit
☝️ this is not checked by any eclipse validation tools but would be better if you change your git configuration to match the eclipse requirement. Currently @Warmek I let you know but I think this is clearly not critical. |
I modified the Name field in the Github configuration -> now is in the form FirstName space LastName. I'll have to see what is the effect of these changes. |
I've changed my user.name via command: Will that help? |
did you commit your last commit (d0861f8) before or after running this ? |
I've made my last commit before running this command |
OK when you will push a new commit, I will be able to say you if this is OK now. 🙂 |
I checked your last commit (12c96fc) that sounds good now. Thx 🙏 |
No description provided.