-
Notifications
You must be signed in to change notification settings - Fork 85
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
[master] Use toJson
method from data.jsondata module in http client and service
#2204
[master] Use toJson
method from data.jsondata module in http client and service
#2204
Conversation
Attached the reported issues for jsondata module regarding this migration for tracking the fixes. https://github.com/ballerina-platform/ballerina-library/issues?q=+label%3Amodule%2Fdata.jsondata+author%3Alnash94+ |
3c2602e
to
210b030
Compare
...ain/java/io/ballerina/stdlib/http/api/service/signature/converter/JsonToRecordConverter.java
Outdated
Show resolved
Hide resolved
...ain/java/io/ballerina/stdlib/http/api/service/signature/converter/JsonToRecordConverter.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/HttpConstants.java
Outdated
Show resolved
Hide resolved
…s.java Co-authored-by: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com>
Quality Gate passedIssues Measures |
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
toJson
method from data.jsondata module in http clienttoJson
method from data.jsondata module in http client and service
Purpose
Fix: ballerina-platform/ballerina-library#7012
ballerina-platform/ballerina-library#7011
Client data binding integration: ballerina-platform/ballerina-library#6747
Service data binding integration: ballerina-platform/ballerina-library#7011
Disable the below test because the data.json data module currently does not support the
table
typesand enable tests once these issues are fixed.
table
type for ParserAsType method in data.json module ballerina-library#7020toJson
is hanging with theCyclicValueReferenceError
error ballerina-library#7326The issue for tracking the disabled tests: ballerina-platform/ballerina-library#7021
Examples
Checklist
Dependent PR : ballerina-platform/module-ballerina-data.jsondata#35 once this is merged , test can be added with new data.jsondata timestamp
Closed PR : #2151