-
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
#2151
Conversation
toJson
method from data.jsondata moduletoJson
method from data.jsondata module in http client
2a45f07
to
9ad1b3b
Compare
Checking the feasibility of enabling this implementation because we encounter this issue ballerina-platform/ballerina-library#7008 from jsondata module |
…le-ballerina-http into integrate-data.json
native/src/main/java/io/ballerina/stdlib/http/api/nativeimpl/ExternResponseProcessor.java
Outdated
Show resolved
Hide resolved
…le-ballerina-http into integrate-data.json # Conflicts: # ballerina-tests/http-client-tests/tests/sc_res_binding_tests.bal
4611b5d
to
6566fcb
Compare
6566fcb
to
6f4fe95
Compare
As per our discussion at the stand up 2024/09/24, this PR will be closed till we receive the fix from data.jsondata module ballerina-platform/ballerina-library#7024 and it is a blocker for the this migration |
Quality Gate passedIssues Measures |
Close this PR and will send once this fix ballerina-platform/ballerina-library#7024 (comment) |
Purpose
Fix: ballerina-platform/ballerina-library#7012
Client data binding integration: ballerina-platform/ballerina-library#6747
Service data binding integration: ballerina-platform/ballerina-library#7011
Disable the below test because of data.json data module currently does not support the
table
typesand enable tests once this issue is done: ballerina-platform/ballerina-library#7020
Examples
Checklist
Dependent PR : ballerina-platform/module-ballerina-data.jsondata#35 once this is merged , test can be added with new data.jsondata timestamp