Skip to content

java/iot3mobility: fix DENM v2+ management container field name#556

Merged
mathieu1fb merged 1 commit into
Orange-OpenSource:masterfrom
mathieu1fb:fix-denm-field-naming
Jul 8, 2026
Merged

java/iot3mobility: fix DENM v2+ management container field name#556
mathieu1fb merged 1 commit into
Orange-OpenSource:masterfrom
mathieu1fb:fix-denm-field-naming

Conversation

@mathieu1fb

Copy link
Copy Markdown
Collaborator

What's been fixed

DENM v2.2.0 and v2.3.0 management container JSON field has been renamed from management_container into management, in accordance with the corresponding JSON schemas.

Close #552

What to do

Review the code changes.

…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>
@mathieu1fb mathieu1fb added this to the Sprint 22 milestone Jul 6, 2026
@mathieu1fb mathieu1fb requested a review from fredOG-2A1 July 6, 2026 16:02
@mathieu1fb mathieu1fb self-assigned this Jul 6, 2026
@mathieu1fb mathieu1fb added the Java label Jul 6, 2026
@mathieu1fb mathieu1fb added this to Kanban Jul 6, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Kanban Jul 6, 2026

@fredOG-2A1 fredOG-2A1 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 fredOG-2A1 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opening this url from the updated mail box.
Maybe comments collision cause I comment earlier directly from the website.

@mathieu1fb

Copy link
Copy Markdown
Collaborator Author

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).

v1.1.3 is not impacted, management_container was actually the form in this version. And you can find the schemas here:

@mathieu1fb mathieu1fb merged commit 8b00089 into Orange-OpenSource:master Jul 8, 2026
121 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Kanban Jul 8, 2026
@mathieu1fb mathieu1fb deleted the fix-denm-field-naming branch July 8, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Java/IoT3Mobility: fix DENM v2+ management container field naming

2 participants