-
Notifications
You must be signed in to change notification settings - Fork 266
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
NGSIv1 regs isDomain/metadta removal and render() to toJsonv1() renaming #3324
NGSIv1 regs isDomain/metadta removal and render() to toJsonv1() renaming #3324
Conversation
CC: @fisuda There are some changes in .md files in this PR that I think would need to be synced in the Japanese translation. |
Noted with thanks. |
src/lib/ngsi/ContextAttribute.cpp
Outdated
*/ | ||
std::string ContextAttribute::renderAsJsonObject | ||
std::string ContextAttribute::toJsonV1AsJsonObject |
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.
As json is now part of the prefix, it could be dropped in the end of the name:
toJsonV1AsObject
Just a suggestion
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.
Fixed in 7e25b65
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.
LGTM
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.
LGTM
This PR is related with #1298 and includes two pieces of work:
I'd recommend to review commit per commit. Only the first two ones are interesing, the others are rutinary adjustment in ftest and utest.