java/iot3mobility: fix DENM v2+ management container field name#556
Merged
mathieu1fb merged 1 commit intoJul 8, 2026
Merged
Conversation
…eld naming "management_container" has been replaced by "management" to align with JSON schemas. It had mistakenly been kept in this long form from the v1+ version. Signed-off-by: Mathieu LEFEBVRE <mathieu1.lefebvre@orange.com>
fredOG-2A1
reviewed
Jul 7, 2026
fredOG-2A1
left a comment
Member
There was a problem hiding this comment.
Just a few question:
-DenmXXX113.java files are not impacted? (version below 220)
-I did not find a json schema for these two version 220 and 230).
fredOG-2A1
reviewed
Jul 7, 2026
fredOG-2A1
left a comment
Member
There was a problem hiding this comment.
Opening this url from the updated mail box.
Maybe comments collision cause I comment earlier directly from the website.
Collaborator
Author
v1.1.3 is not impacted, |
fredOG-2A1
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's been fixed
DENM v2.2.0 and v2.3.0 management container JSON field has been renamed from
management_containerintomanagement, in accordance with the corresponding JSON schemas.Close #552
What to do
Review the code changes.